mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
fixed include, verified that it indeed works, and PEAR.php passes the test :)
This commit is contained in:
parent
baba5432c9
commit
f126c0df6a
@ -1,11 +1,11 @@
|
||||
--TEST--
|
||||
PEAR complete set/push/pop error-handling test
|
||||
PEAR complete set/push/pop error-handling test (run from pear/tests dir)
|
||||
--SKIPIF--
|
||||
skip
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
require_once "PEAR.php";
|
||||
require_once "../PEAR.php";
|
||||
|
||||
class testErrorHandlingStatic {
|
||||
function doSetErrorHandlingFunction()
|
||||
|
Loading…
Reference in New Issue
Block a user