diff options
Diffstat (limited to 'ext/spl/tests/SplFixedArray_fromarray_param_boolean.phpt')
-rw-r--r-- | ext/spl/tests/SplFixedArray_fromarray_param_boolean.phpt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/spl/tests/SplFixedArray_fromarray_param_boolean.phpt b/ext/spl/tests/SplFixedArray_fromarray_param_boolean.phpt deleted file mode 100644 index 5c8f526d66..0000000000 --- a/ext/spl/tests/SplFixedArray_fromarray_param_boolean.phpt +++ /dev/null @@ -1,10 +0,0 @@ ---TEST-- -Tries to create a SplFixedArray using a boolean value. ---CREDITS-- -Philip Norton philipnorton42@gmail.com ---FILE-- -<?php -$array = SplFixedArray::fromArray(true); -?> ---EXPECTF-- -Warning: SplFixedArray::fromArray() expects parameter 1 to be array, bool given in %s on line %d |