From: Etienne Kneuss Date: Sun, 6 Jul 2008 23:54:36 +0000 (+0000) Subject: MFH: Add missing test X-Git-Tag: php-5.3.0alpha1~473 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a2467bd057e98e08834dda33fc429c0b20f0fbd;p=php MFH: Add missing test --- 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 + } +}