1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00

Countable requires SPL

This commit is contained in:
Zoe Slattery
2008-03-08 17:13:06 +00:00
parent ecf84f8b6b
commit 4ec1845b52

View 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 {