From: Dmitry Stogov Date: Wed, 10 Aug 2005 06:36:25 +0000 (+0000) Subject: Fixed test file (.inc.php -> .php) X-Git-Tag: BEFORE_UNICODE_MERGE~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73c8a340cf817b981ee4e1ab031a9e1fd91b61a7;p=php Fixed test file (.inc.php -> .php) --- diff --git a/ext/spl/tests/spl_autoload_001.phpt b/ext/spl/tests/spl_autoload_001.phpt index 8d4c000473..da97ace27e 100755 --- a/ext/spl/tests/spl_autoload_001.phpt +++ b/ext/spl/tests/spl_autoload_001.phpt @@ -105,7 +105,7 @@ catch(Exception $e) --EXPECTF-- ===EMPTY=== -string(13) ".inc,.inc.php" +string(9) ".inc,.php" %stestclass.inc Exception: Class TestClass could not be loaded ===()===