helly           Wed Dec 20 22:08:51 2006 UTC

  Modified files:              
    /php-src/ext/spl/tests      spl_autoload_001.phpt 
  Log:
  - Add unicode expectations
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/spl_autoload_001.phpt?r1=1.5&r2=1.6&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.5 
php-src/ext/spl/tests/spl_autoload_001.phpt:1.6
--- php-src/ext/spl/tests/spl_autoload_001.phpt:1.5     Wed Dec 21 22:21:54 2005
+++ php-src/ext/spl/tests/spl_autoload_001.phpt Wed Dec 20 22:08:51 2006
@@ -136,3 +136,34 @@
 ===NOFUNCTION===
 Exception: Function 'unavailable_autoload_function' not found
 ===DONE===
+--UEXPECTF--
+===EMPTY===
+unicode(9) ".inc,.php"
+%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)===
+%stestclass
+%stestclass.php.inc
+Exception: Class TestClass could not be loaded
+===()===
+Exception: Class TestClass could not be loaded
+Exception: Class TestClass could not be loaded
+===SPL_AUTOLOAD()===
+unicode(4) ".inc"
+Exception: Class TestClass could not be loaded
+===REGISTER===
+TestFunc1(TestClass)
+TestFunc2(TestClass)
+bool(false)
+===LOAD===
+TestFunc1(TestClass)
+TestFunc2(TestClass)
+%stestclass.class.inc
+bool(true)
+===NOFUNCTION===
+Exception: Function 'unavailable_autoload_function' not found
+===DONE===

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

Reply via email to