diff --git a/ext/spl/tests/spl_autoload_001.phpt b/ext/spl/tests/spl_autoload_001.phpt index 8d4c0004739..da97ace27ed 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 ===()===