From 0a2467bd057e98e08834dda33fc429c0b20f0fbd Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Sun, 6 Jul 2008 23:54:36 +0000 Subject: [PATCH] MFH: 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..d41a24f0f2 --- /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) { + ["array":"SplFixedArray":private]=> + array(2) { + [0]=> + string(3) "foo" + [1]=> + NULL + } +} -- 2.50.1