bjori Mon Apr 6 09:32:39 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/spl/tests bug38325.phpt
Log:
MFH: Use an obscure name
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/bug38325.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/spl/tests/bug38325.phpt
diff -u php-src/ext/spl/tests/bug38325.phpt:1.1.2.1
php-src/ext/spl/tests/bug38325.phpt:1.1.2.2
--- php-src/ext/spl/tests/bug38325.phpt:1.1.2.1 Mon Jan 8 04:27:29 2007
+++ php-src/ext/spl/tests/bug38325.phpt Mon Apr 6 09:32:39 2009
@@ -5,7 +5,7 @@
--FILE--
<?php
spl_autoload_register();
-new Foo();
+new ThisClassDoesNotExistEverFoo();
?>
--EXPECTF--
-Fatal error: spl_autoload(): Class Foo could not be loaded in %s on line 3
+Fatal error: spl_autoload(): Class ThisClassDoesNotExistEverFoo could not be
loaded in %s on line 3
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php