ID:               43196
 User updated by:  kraghuba at in dot ibm dot com
 Reported By:      kraghuba at in dot ibm dot com
 Status:           Closed
 Bug Type:         Arrays related
 Operating System: Linux, windows
 PHP Version:      5.3CVS-2007-11-05 (snap)
 New Comment:

thanks Jani. Tests for array_diff_assoc() is going to be there soon.


Previous Comments:
------------------------------------------------------------------------

[2007-11-06 13:33:19] [EMAIL PROTECTED]

Fixed in CVS. I think the same bug was with array_diff_assoc() as well.
But I fixed that too. (no test for it yet?)

------------------------------------------------------------------------

[2007-11-06 13:02:29] [EMAIL PROTECTED]

Fix underway.

------------------------------------------------------------------------

[2007-11-05 12:53:15] kraghuba at in dot ibm dot com

Description:
------------
array_intersect_assoc() generates segmentation fault when any of its
argument is given as non array. There is no warning message issued
indicating that an array should be passed. 

This problem is noticed with the drivers after 18th Oct 2007.

Applicable to php5.2, php5.3 and php6.


Reproduce code:
---------------
<?php
$arr = array(1, 2, 3, 4);
$val = 1234;
var_dump( array_intersect_assoc($arr, $val) );
?>

Expected result:
----------------
Warning: array_intersect(): Argument #2 is not an array in %s on line
%d
NULL

Actual result:
--------------
Segmentation fault


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=43196&edit=1

Reply via email to