From c9c13a733666df7dbfb28155d1f0ef4ffb160c2f Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 27 Mar 2004 15:49:23 +0000 Subject: [PATCH] Add new test --- tests/classes/type_hinting_002.phpt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 tests/classes/type_hinting_002.phpt 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 -- 2.50.1