Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 605751
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:10:47+00:00 2026-05-13T17:10:47+00:00

Bit long title, comes down to this: <?php class error { public function error($errormsg

  • 0

Bit long title, comes down to this:

<?php

    class error
    {

        public function error($errormsg = false, $line = false)
        {

            echo 'errormsg: '.$errormsg.' on line: '.$line;

        }

    }

?>

When i call this class in another file, with for example:

<?php

    $error = new error;

?>

It already executes the echo in the function ‘error’. Does the function inherit the same behaviour as the __construct when its the same name, or did i just miss something really stupid (im a beginner ooper 🙂 )

Tnx in advance

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T17:10:47+00:00Added an answer on May 13, 2026 at 5:10 pm

    This:

       class error
        {
    
            public function error($errormsg = false, $line = false)
            {
    
                echo 'errormsg: '.$errormsg.' on line: '.$line;
    
            }
    
        }
    

    is php4 way of doing it, consider:

       class error
        {
    
            public function __construct($errormsg = false, $line = false)
            {
    
                echo 'errormsg: '.$errormsg.' on line: '.$line;
    
            }
    
        }
    

    Both do the same, first one is php4 way later is php5 way.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The title is a bit long, but it should be pretty straightforward for someone
This is a bit of a long shot as I don't have access to
Whew, that was a long title. Here's my problem. I've got a template class
I'm dynamically populating the title (UILabel). Sometime it's bit too long and IOS squeeze
Sorry the title is a little bit long. So I have a twitter account
The user virtual address space for x86-64 with Linux is 47 bit long. Which
I have a bit field consisting of 64 bits: long bitfield = 0; I
The problem is the following: On Windows x64, pointers are 64-bit, but type long
Bit of a javascript newbie so not sure if this question is easy or
Sorry for the long title, didn't want people just reading the title and not

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.