Test: /ext/spl/tests/bug61347.phpt - Version 7.1.16-dev        

Bug #61347 inconsistent isset behavior of Arrayobject
Submitted: 2012-03-11 05:17:21 Modified: 2012-03-11 08:34:11
From: laruence Assigned: laruence
Status: Closed Package: SPL related
PHP Version: Irrelevant OS:

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
007+
008+ Fatal error: Uncaught TypeError: Argument 2 passed to array_key_exists() must be of the type array, object given in %s/bug61347.php:12
009+ Stack trace:
010+ #0 %s/bug61347.php(12): array_key_exists('b', Object(ArrayObject))
011+ #1 {main}
012+ thrown in %s/bug61347.php on line 12
007- bool(true)
008- NULL
009- bool(true)
010- bool(true)
011- bool(false)
012- bool(true)
013- bool(true)