ID: 15828
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Output Control
Operating System: WindowsXP Pro
PHP Version: 4.1.1
New Comment:
Not sure what it was, but I restarted IIS 5.1 and now it works.
P
From: [EMAIL PROTECTED]
Operating system: WindowsXP Pro
PHP version: 4.1.1
PHP Bug Type: Output Control
Bug description: Trim() leaving 1 begining/ending whitespace
This is using php4isapi.dll
$var = ' content ';
trim($var);
echo "->".$var."<-";
echo "->$var<-";