From: Marcus Boerger Date: Fri, 6 Apr 2007 15:32:30 +0000 (+0000) Subject: - Fix #40442 X-Git-Tag: php-5.2.2RC1~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63d8f702068c6f3b363af962bf7bf5ea9e33a457;p=php - Fix #40442 --- diff --git a/ext/spl/tests/bug40442.phpt b/ext/spl/tests/bug40442.phpt new file mode 100755 index 0000000000..139ede7b46 --- /dev/null +++ b/ext/spl/tests/bug40442.phpt @@ -0,0 +1,12 @@ +--TEST-- +Bug #40442 () +--FILE-- +offsetSet('property', 0); +var_dump($a->offsetExists('property')); +?> +===DONE=== +--EXPECT-- +bool(true) +===DONE===