diff --git a/ext/spl/tests/spl_autoload_003.phpt b/ext/spl/tests/spl_autoload_003.phpt index 00fdd2734f4..7c0bd1a0211 100755 --- a/ext/spl/tests/spl_autoload_003.phpt +++ b/ext/spl/tests/spl_autoload_003.phpt @@ -40,5 +40,6 @@ catch(Exception $e) --EXPECTF-- TestFunc1(TestClass) TestFunc2(TestClass) +TestFunc3(TestClass) Exception: Class TestClass missing ===DONE===