#20766 [Bgs]: array_search doesn't return value with array as needle

2002-12-02 Thread francisf
ID: 20766 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Arrays related Operating System: Linux 2.2.20 PHP Version: 4.2.3 New Comment: It does work with $t1[] = $t2[]; But it's inneficient. Previo

#20766 [NEW]: array_search doesn't return value with array as needle

2002-12-02 Thread francisf
From: [EMAIL PROTECTED] Operating system: Linux 2.2.20 PHP version: 4.2.3 PHP Bug Type: Arrays related Bug description: array_search doesn't return value with array as needle $t1[] = "banana"; $t1[] = "orange"; $t1[] = "kiwi"; $t2[] = "car"; $t2[] = "kiwi"; $t2[] = "ca