[PHP-DEV] Bug #14774 Updated: strpos with strtolower to working incorrectly

2001-12-30 Thread georg
ID: 14774 Updated by: georg Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Operating System: Linux 2.4.9-7smp PHP Version: 4.0.6 New Comment: Sorry, but it works correct. In your sample $query has no "insert", therefore strpos returns 0 (not found), as desribed

[PHP-DEV] Bug #14774 Updated: strpos with strtolower to working incorrectly

2001-12-30 Thread mfischer
ID: 14774 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: Linux 2.4.9-7smp PHP Version: 4.0.6 New Comment: Thats the documented and expected behaviour. Previous Comments: ---