From e6fe25f589dfcd83e753808965059292904aecf2 Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Sun, 6 Jul 2008 23:52:44 +0000 Subject: [PATCH] Add missing test --- ext/spl/tests/fixedarray_016.phpt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ext/spl/tests/fixedarray_016.phpt diff --git a/ext/spl/tests/fixedarray_016.phpt b/ext/spl/tests/fixedarray_016.phpt new file mode 100644 index 0000000000..b22b79863b --- /dev/null +++ b/ext/spl/tests/fixedarray_016.phpt @@ -0,0 +1,20 @@ +--TEST-- +SPL: FixedArray: var_dump +--FILE-- + +--EXPECTF-- +bool(false) +bool(true) +object(SplFixedArray)#1 (1) { + [u"array":u"SplFixedArray":private]=> + array(2) { + [0]=> + unicode(3) "foo" + [1]=> + NULL + } +} -- 2.40.0