From: Felipe Pena Date: Sat, 2 Feb 2008 04:03:03 +0000 (+0000) Subject: Fix the fix X-Git-Tag: RELEASE_1_3_1~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad476edcee774317f874c0e01026b07535e04f1c;p=php Fix the fix --- 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)