]> granicus.if.org Git - php/commitdiff
Countable requires SPL
authorZoe Slattery <zoe@php.net>
Sat, 8 Mar 2008 17:15:18 +0000 (17:15 +0000)
committerZoe Slattery <zoe@php.net>
Sat, 8 Mar 2008 17:15:18 +0000 (17:15 +0000)
ext/standard/tests/array/bug43505.phpt

index 72d26b6ea4240037eb3d563d5d5cf0560e4f7ff2..90df7ca1d658832de6c6899145c1e8b480beb100 100644 (file)
@@ -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 {