#24445 [NEW]: get_parent_class returns different values

2003-07-01 Thread thixit at yahoo dot com
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

#22960 [NEW]: Value of the constant __CLASS__

2003-03-30 Thread thixit at yahoo dot com
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(); //

#22739 [NEW]: Reference test

2003-03-16 Thread thixit at yahoo dot com
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

#22535 [NEW]: set_error_handler does not call object/method tuple

2003-03-04 Thread thixit at yahoo dot com
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