From 63d8f702068c6f3b363af962bf7bf5ea9e33a457 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 6 Apr 2007 15:32:30 +0000 Subject: [PATCH] - Fix #40442 --- ext/spl/tests/bug40442.phpt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 ext/spl/tests/bug40442.phpt 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=== -- 2.50.1