ID: 25219
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Analyzed
Bug Type: Documentation problem
Operating System: irrelevant
PHP Version: Irrelevant
New Comment:
"ext/standard/dir.c" states on line 136:
REGISTER_STRING_CONSTANT("DIRECTORY_SEPARATOR", dirsep_str,
CONST_CS|CONST_PERSISTENT);
I did not take a closer look at REGISTER_STRING_CONSTANT, but the name
of this macro lets me assume, thats it really is a string-constant.
But maybe someone wants to correct me.
-ali
Previous Comments:
------------------------------------------------------------------------
[2003-08-23 08:13:27] [EMAIL PROTECTED]
Description:
------------
On the page http://uk.php.net/manual/en/reserved.constants.standard.php
the constant DIRECTORY_SEPERATOR has a TYPE of (integer) when in actual
fact it is a (string) (a / or \) unless I'm missing something?
- Davey
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=25219&edit=1