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 6907705
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:28:07+00:00 2026-05-27T08:28:07+00:00

I am in Ubuntu 11.10. When I write a simple script like echo phpinfo();

  • 0

I am in Ubuntu 11.10. When I write a simple script like echo phpinfo(); it runs and shows no error. But if I try to write some extra php code the browser server error page. What is the issue here I dont understand ??

Lets say if I change the code to the following it gives server error;

<?php
class MyClass{
    private $prop;
    public function __construct(){
        echo "The class \"".__CLASS__."\"was created";
    }
    public function __destruct(){
        echo "The class \"".__CLASS__."\" was destroyed";   
    }
    protected function getProperty(){
        return $prop;
    }
    public function __toString(){
        echo "__toString() method called.<br />";
        return $this->getProperty().'<br />';
    }
    public function setProperty($prop){
        $this->prop = $prop;
    }
}
class MyOtherClass extends MyClass{
    public function __construct(){
        parent::__contruct();
        echo "A new constructor in class \"".__CLASS__"\"";
    }
    public function newMethod(){
        echo 'From a new method in class '.__CLASS__.'<br />';
    }
}
$newClass = new MyOtherClass();
echo $newClass->getProperty();
?>
  • 1 1 Answer
  • 0 Views
  • 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-27T08:28:07+00:00Added an answer on May 27, 2026 at 8:28 am
    class MyClass{
        protected getProperty(){
        //...
    
        public __toString(){
        //...
    
        public setProperty($prop){
        //...
    
    class MyOtherClass extends MyClass{
        public __construct(){
        // ...
    

    You’re missing function after public/protected in several methods.


    Couple more errors:

    class MyOtherClass extends MyClass{
        public function __construct(){
            parent::__contruct();
            echo "A new constructor in class \"".__CLASS__"\"";
        }
        //...
    
    • You misspelled parent::_construct() without the s.
    • In your echo line, __CLASS__ is missing a . concatenation operator after it.

      echo $newClass->getProperty();

    • MyClass::getProperty() is protected, so you can’t call it from out here.

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

Sidebar

Related Questions

I would like to write a simple C++ program for Linux (Ubuntu) to control
Okay, I'd like to write a simple C app for Linux (say Ubuntu with
I am using Eclipse (3.5.1), on Ubuntu 9.10 to write some C++ code. I
The Ubuntu startup/login sound can be very loud, but I do like having it.
at the moment I'm writing a simple script in ksh who should take some
I am running Symfony 1.3.2 on Ubuntu. I need to write a batch script
I write simple C++ code that compute array reduction sum, but with OpenMP reduction
I am trying to write a simple bash script that is listening on a
I have a PHP script that runs as a background process. This script simply
I have some bash scripts, some simple ones to copy, search, write lines to

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.