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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user