ID: 9952
Updated by: andrei
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Unknown/Other Function
Assigned To:
Comments:
Fixed in CVS - thanks.
Previous Comments:
---------------------------------------------------------------------------
[2001-03-23 09:08:58] [EMAIL PROTECTED]
turned out it's not a whitespace, it's null:
$x = get_defined_functions() ;
$x = array_shift( $x['internal'] ) ;
for( $i = 0 ; $i < strlen( $x ) ; $i++ ) {
echo $x[ $i ] , ' : ' , ord( $x[ $i ] ) , "n" ;
}
z : 122
e : 101
n : 110
d : 100
_ : 95
v : 118
e : 101
r : 114
s : 115
i : 105
o : 111
n : 110
: 0
---------------------------------------------------------------------------
[2001-03-23 07:17:56] [EMAIL PROTECTED]
NOTE: this is actually a snapshot from yesterday.
signle space is appended to each and every returned function name, this affects both
internals and userland ones.
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9952&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]