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
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