From: thixit at yahoo dot com
Operating system: Windows 98SE
PHP version: 5.0.0b1 (beta1)
PHP Bug Type: Class/Object related
Bug description: get_parent_class returns different values
Description:
If a class has no parent, get_parent_class() returns different
From: thixit at yahoo dot com
Operating system:
PHP version: 4.3.1
PHP Bug Type: Class/Object related
Bug description: Value of the constant __CLASS__
Concerning the magical constant __CLASS__
';
$foo->a(); // foo
$bar->a(); //
From: thixit at yahoo dot com
Operating system:
PHP version: 4.3.1
PHP Bug Type: Variables related
Bug description: Reference test
Is there any chance to have a function like
is_reference($a, $b)
to test for a reference between $a and $b?
--
Edit bug report at http
From: thixit at yahoo dot com
Operating system: Windows 98SE
PHP version: 4.3.1
PHP Bug Type: Scripting Engine problem
Bug description: set_error_handler does not call object/method tuple
I have some problems with set_error_handler as in the following code