Bug #15828 Updated: Trim() leaving 1 begining/ending whitespace

2002-03-02 Thread shane . hochstetler
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

Bug #15828: Trim() leaving 1 begining/ending whitespace

2002-03-01 Thread shane . hochstetler
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<-";