From: Marcus Boerger Date: Wed, 20 Dec 2006 22:08:51 +0000 (+0000) Subject: - Add unicode expectations X-Git-Tag: RELEASE_1_0_0RC1~600 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14a81a2974bfd4415ffeadacd8ca2df638514885;p=php - Add unicode expectations --- diff --git a/ext/spl/tests/spl_autoload_001.phpt b/ext/spl/tests/spl_autoload_001.phpt index f78e31ab40..57cfbb6e82 100755 --- a/ext/spl/tests/spl_autoload_001.phpt +++ b/ext/spl/tests/spl_autoload_001.phpt @@ -136,3 +136,34 @@ bool(true) ===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===