From ad476edcee774317f874c0e01026b07535e04f1c Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sat, 2 Feb 2008 04:03:03 +0000 Subject: [PATCH] Fix the fix --- ext/spl/tests/spl_autoload_001.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/spl/tests/spl_autoload_001.phpt b/ext/spl/tests/spl_autoload_001.phpt index c6320f96fd..542ba744d7 100755 --- a/ext/spl/tests/spl_autoload_001.phpt +++ b/ext/spl/tests/spl_autoload_001.phpt @@ -108,15 +108,15 @@ catch(Exception $e) --EXPECTF-- ===EMPTY=== string(9) ".inc,.php" -/home/felipe/php5/ext/spl/tests/testclass.inc +%stestclass.inc Exception: Class TestClass could not be loaded ===()=== Exception: Class TestClass could not be loaded ===(1)=== Exception: Class TestClass could not be loaded ===(.inc,,.php.inc)=== -/home/felipe/php5/ext/spl/tests/testclass -/home/felipe/php5/ext/spl/tests/testclass.php.inc +%stestclass +%stestclass.php.inc Exception: Class TestClass could not be loaded ===()=== Exception: Class TestClass could not be loaded @@ -131,7 +131,7 @@ bool(false) ===LOAD=== TestFunc1(TestClass) TestFunc2(TestClass) -/home/felipe/php5/ext/spl/tests/testclass.class.inc +%stestclass.class.inc bool(true) ===NOFUNCTION=== Exception: Function 'unavailable_autoload_function' not found (function 'unavailable_autoload_function' not found or invalid function name) -- 2.50.1