From 852485d8ecd784153e41e565a0a87abf99cf4e0d Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 19 Feb 2019 17:11:00 +0100 Subject: Adjust tests for zpp TypeError change --- Zend/tests/018.phpt | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'Zend/tests/018.phpt') diff --git a/Zend/tests/018.phpt b/Zend/tests/018.phpt index 5ced729fce..97e53b1050 100644 --- a/Zend/tests/018.phpt +++ b/Zend/tests/018.phpt @@ -3,12 +3,8 @@ constant() tests --FILE-- --EXPECTF-- -Warning: constant() expects exactly 1 parameter, 0 given in %s on line %d -NULL - -Warning: constant() expects exactly 1 parameter, 2 given in %s on line %d -NULL - Warning: constant(): Couldn't find constant in %s on line %d NULL - -Warning: constant() expects parameter 1 to be string, array given in %s on line %d -NULL int(1) string(4) "test" Done -- cgit v1.2.1