felipe          Sat Feb  2 04:03:03 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/spl/tests      spl_autoload_001.phpt 
  Log:
  Fix the fix
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/spl_autoload_001.phpt?r1=1.3.2.2.4.1&r2=1.3.2.2.4.2&diff_format=u
Index: php-src/ext/spl/tests/spl_autoload_001.phpt
diff -u php-src/ext/spl/tests/spl_autoload_001.phpt:1.3.2.2.4.1 
php-src/ext/spl/tests/spl_autoload_001.phpt:1.3.2.2.4.2
--- php-src/ext/spl/tests/spl_autoload_001.phpt:1.3.2.2.4.1     Sat Feb  2 
03:20:51 2008
+++ php-src/ext/spl/tests/spl_autoload_001.phpt Sat Feb  2 04:03:03 2008
@@ -108,15 +108,15 @@
 --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 @@
 ===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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to