[PHP-DEV] Bug #15130 Updated: pathinfo reports extension as bar/baz for /foo/bar.bar/baz

2002-01-20 Thread phpnet
ID: 15130 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Filesystem function related Operating System: FreeBSD PHP Version: 4.1.1 New Comment: how can you possibly suggest that bar/baz is the file extension of "/foo/bar.bar/baz" by that logic recom

[PHP-DEV] Bug #15130: pathinfo reports extension as bar/baz for /foo/bar.bar/baz

2002-01-20 Thread phpnet
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.1.1 PHP Bug Type: Filesystem function related Bug description: pathinfo reports extension as bar/baz for /foo/bar.bar/baz Hi, print_r(pathinfo("/foo/bar.bar/baz")); Array ( [dirname] => /foo/bar.b

[PHP-DEV] Bug #14096: strange behavior with NULL value

2001-11-17 Thread david . phpnet
From: [EMAIL PROTECTED] Operating system: win2k PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: strange behavior with NULL value consider the following script: $a = ""; $b = NULL; echo $a == $b ? "true" : "false"; /* weird! it does return TRU