ID:               30131
 User updated by:  D dot Kingma at jool dot nl
 Reported By:      D dot Kingma at jool dot nl
-Status:           No Feedback
+Status:           Closed
 Bug Type:         Zend Engine 2 problem
 Operating System: win XP
 PHP Version:      5CVS-2004-09-17 (dev)
 New Comment:

Thnx for fixing!


Previous Comments:
------------------------------------------------------------------------

[2004-10-20 01:00:02] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

[2004-10-12 09:33:09] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip

------------------------------------------------------------------------

[2004-10-12 09:24:21] php at bobsilva dot com

This is fixed in 5.1 CVS

------------------------------------------------------------------------

[2004-09-17 12:03:54] D dot Kingma at jool dot nl

Description:
------------
When a class extends the reflectionclass the initialized values of a
property are forgotton (actually not only the value but the whole
property, resulting in an Notice 'undefined property')

Reproduce code:
---------------
<?php

class A extends reflectionClass{
        public $x="you";

        public function __construct(){
                echo "Hello ".$this->x; 
        }
}
new A();
?>

Expected result:
----------------
Hello you

Actual result:
--------------
Hello


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=30131&edit=1

Reply via email to