ID: 28058
User updated by: alex_boyer at hotmail dot com
Reported By: alex_boyer at hotmail dot com
-Status: No Feedback
+Status: Closed
Bug Type: Zend Engine 2 problem
Operating System: Windows 2000 Pro
PHP Version: 5.0.0RC1
New Comment
From: alex_boyer at hotmail dot com
Operating system: Windows 2000 Pro
PHP version: 5.0.0RC1
PHP Bug Type: Zend Engine 2 problem
Bug description: __autoload called for every class declaration
Description:
__autoload is called for every class declaration that
ID: 26794
User updated by: alex_boyer at hotmail dot com
Reported By: alex_boyer at hotmail dot com
Status: Open
Bug Type: Class/Object related
Operating System: windows 2000
PHP Version: 5.0.0b3 (beta3)
New Comment:
i mean that $that is not
From: alex_boyer at hotmail dot com
Operating system: windows 2000
PHP version: 5.0.0b3 (beta3)
PHP Bug Type: Class/Object related
Bug description: $that not available in parent class
Description:
$that is not available in parent class B (uncomment code in class
From: [EMAIL PROTECTED]
Operating system:
PHP version: 4.2.3
PHP Bug Type: Scripting Engine problem
Bug description: lost of static reference between calls
I want to keep a reference on a global object in a static method. But,
between calls of this static method, my referenc
ID: 20676
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Scripting Engine problem
Operating System: All
PHP Version: 4.2.3
New Comment:
the second script works, the first one do
ID: 20676
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Variables related
Operating System: All
PHP Version: 4.2.3
New Comment:
But why doesn'it work with this code:
x=2;
$GLOBALS['ref'] =& $a
ID: 20676
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Variables related
Operating System: All
PHP Version: 4.2.3
New Comment:
i thought that PHP count references on data before destroys it. This is
not
From: [EMAIL PROTECTED]
Operating system: All
PHP version: 4.2.3
PHP Bug Type: Variables related
Bug description: Reinitialization of a reference
I try to keep reference on all instances of a class. Even, unserialized
one.
x=2;
$data = serialize($a);
//Unse