diff --git a/tests/classes/type_hinting_002.phpt b/tests/classes/type_hinting_002.phpt new file mode 100755 index 00000000000..4cb75b1b8f8 --- /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