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

index 0a304793c52854c6d556f2e410202f357c60e963..219bbfe292e98fce96eb4c062ec64a4cc48b2ac8 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 {