summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorZoe Slattery <zoe@php.net>2008-03-08 17:13:06 +0000
committerZoe Slattery <zoe@php.net>2008-03-08 17:13:06 +0000
commit4ec1845b52af3dea692d3b604574bc6f67fdd2ee (patch)
tree10d23e849c7a342614547d1a4f4871b804c543f6 /ext
parentecf84f8b6b24b5b710d535bfcdeb063ef0171f19 (diff)
downloadphp-git-4ec1845b52af3dea692d3b604574bc6f67fdd2ee.tar.gz
Countable requires SPL
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/tests/array/bug43505.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/tests/array/bug43505.phpt b/ext/standard/tests/array/bug43505.phpt
index 0a304793c5..219bbfe292 100644
--- a/ext/standard/tests/array/bug43505.phpt
+++ b/ext/standard/tests/array/bug43505.phpt
@@ -2,6 +2,8 @@
Bug #43505 (Assign by reference bug)
--INI--
error_reporting=0
+--SKIPIF--
+<?php if (!extension_loaded('spl')) die("skip SPL is not available"); ?>
--FILE--
<?php
class Test implements Countable {