summaryrefslogtreecommitdiff
path: root/ext/spl/tests/fixedarray_011.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/fixedarray_011.phpt')
-rw-r--r--ext/spl/tests/fixedarray_011.phpt14
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/spl/tests/fixedarray_011.phpt b/ext/spl/tests/fixedarray_011.phpt
deleted file mode 100644
index eddf320fcc..0000000000
--- a/ext/spl/tests/fixedarray_011.phpt
+++ /dev/null
@@ -1,14 +0,0 @@
---TEST--
-SPL: FixedArray: Testing setSize() with NULL
---FILE--
-<?php
-
-$a = new SplFixedArray(100);
-
-$a->setSize(NULL);
-
-print "ok\n";
-
-?>
---EXPECT--
-ok