...no matter what follows the NANC...seems like a bug.Same behaviour here,
if("NA" < 0) { print("err 1\n"); }
if("NAN" < 0) { print("err 2\n"); }
if("NANC" < 0) { print("err 3\n"); }
if("NANCY" < 0) { print("err 4\n"); }
// output err 3 err 4
PHP Version 4.3.4 under Linux debian 2.2.17
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php