#35095 [NEW]: Array internal pointer / function by reference
From: yanik at lecourriel dot com Operating system: Windows XP SP2 PHP version: 4.4.1 PHP Bug Type: Variables related Bug description: Array internal pointer / function by reference Description: Array internal pointer does't work propely when passed
#20319 [NEW]: array_diff error with array contain NULL values.
'Red'); $arr2 = array('Img1' => NULL, 'Img2' => 2, 'Color' => 'Yellow'); print_r(array_diff($arr1, $arr2)); When your array contain NULL value the array diff does not recognize that Color is different. But if "Color" is no