]> granicus.if.org Git - php/commitdiff
Countable requires SPL
authorRasmus Lerdorf <rasmus@php.net>
Sat, 2 Feb 2008 09:53:44 +0000 (09:53 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 2 Feb 2008 09:53:44 +0000 (09:53 +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 {