ID: 20842
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: Any
PHP Version: 4.2.3
New Comment:
http://www.php.net/manual/en/language.constants.php says a notice
should
ID: 20842
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Documentation problem
Operating System: Any
PHP Version: 4.2.3
New Comment:
Argh!! Apparently, PHP evaluates
$this->v
From: [EMAIL PROTECTED]
Operating system: Any
PHP version: 4.2.3
PHP Bug Type: Documentation problem
Bug description: No explanation of object comparison and copying
I cannot find any explanation of object copying or comparison in the PHP
manual (or in the user comments).
From: [EMAIL PROTECTED]
Operating system: Windows NT 4.0
PHP version: 4.2.1
PHP Bug Type: Documentation problem
Bug description: require_once is case sensitive
require_once('bah.php');
require_once('BAH.php');
Will "require" bah.php twice. I realize this makes sense on a