1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 01:18:19 +02:00

- spl is not forced on everyone in 5.2 branch.

This commit is contained in:
Jani Taskinen
2009-02-20 13:16:21 +00:00
parent b764a1a782
commit ba9cdc0ad1
+1 -1
View File
@@ -1,7 +1,7 @@
--TEST--
Bug #45805 (Crash on throwing exception from error handler)
--SKIPIF--
<?php extension_loaded('reflection') or die('skip'); ?>
<?php if (!extension_loaded('reflection') || !extension_loaded('spl')) print "skip"; ?>
--FILE--
<?php
class PHPUnit_Util_ErrorHandler