diff --git a/ext/spl/tests/fixedarray_016.phpt b/ext/spl/tests/fixedarray_016.phpt new file mode 100644 index 00000000000..b22b79863b1 --- /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 + } +}