From: Marcus Boerger Date: Sun, 20 Mar 2005 20:14:27 +0000 (+0000) Subject: - Add new test X-Git-Tag: php-5.0.1b1~733 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7a79134763a520d2179bcb1d68d84366977b9c5;p=php - Add new test --- diff --git a/Zend/tests/bug31102.phpt b/Zend/tests/bug31102.phpt new file mode 100755 index 0000000000..7dd841dd53 --- /dev/null +++ b/Zend/tests/bug31102.phpt @@ -0,0 +1,48 @@ +--TEST-- +Bug #31102 () +--FILE-- +getMessage() . "\n"; + } +} +?> +===DONE=== + +--EXPECTF-- +__autoload(Test1,1) +Caught: Test1::__construct +__autoload(Test2,2) +Caught: __autoload +__autoload(Test3,3) + +Fatal error: Class 'Test3' not found in %sbug31102.php(%d) : eval()'d code on line 1