From: Marcus Boerger Date: Sat, 27 Mar 2004 15:49:23 +0000 (+0000) Subject: Add new test X-Git-Tag: php-5.0.0RC2RC1~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9c13a733666df7dbfb28155d1f0ef4ffb160c2f;p=php Add new test --- diff --git a/tests/classes/type_hinting_002.phpt b/tests/classes/type_hinting_002.phpt new file mode 100755 index 0000000000..4cb75b1b8f --- /dev/null +++ b/tests/classes/type_hinting_002.phpt @@ -0,0 +1,17 @@ +--TEST-- +ZE2 class type hinting non existing class +--SKIPIF-- + +--FILE-- +a($o); +?> +--EXPECTF-- + +Fatal error: Class 'NonExisting' not found in %stype_hinting_002.php on line %d