From: Alan Knowles Date: Tue, 27 Sep 2011 07:59:47 +0000 (+0000) Subject: remove paths from is_a and is_subclass tests X-Git-Tag: php-5.3.9RC1~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0db9b9b14137e42a1a551256bfea6224fd2be153;p=php remove paths from is_a and is_subclass tests --- diff --git a/ext/standard/tests/class_object/is_a_error_001.phpt b/ext/standard/tests/class_object/is_a_error_001.phpt index 06674bc6a1..6518a03c0f 100644 --- a/ext/standard/tests/class_object/is_a_error_001.phpt +++ b/ext/standard/tests/class_object/is_a_error_001.phpt @@ -39,16 +39,16 @@ echo "Done"; -- Testing is_a() function with more than expected no. of arguments -- -Warning: is_a() expects at most 3 parameters, 4 given in /home/alan/git/PHP_5_3/ext/standard/tests/class_object/is_a_error_001.php on line 17 +Warning: is_a() expects at most 3 parameters, 4 given in %s on line 17 NULL -- Testing is_a() function with non-boolean in last position -- -Warning: is_a() expects parameter 3 to be boolean, object given in /home/alan/git/PHP_5_3/ext/standard/tests/class_object/is_a_error_001.php on line 21 +Warning: is_a() expects parameter 3 to be boolean, object given in %s on line 21 NULL -- Testing is_a() function with less than expected no. of arguments -- -Warning: is_a() expects at least 2 parameters, 1 given in /home/alan/git/PHP_5_3/ext/standard/tests/class_object/is_a_error_001.php on line 27 +Warning: is_a() expects at least 2 parameters, 1 given in %s on line 27 NULL Done \ No newline at end of file diff --git a/ext/standard/tests/class_object/is_subclass_of_error_001.phpt b/ext/standard/tests/class_object/is_subclass_of_error_001.phpt index f3ab9f3065..987dcd47be 100644 --- a/ext/standard/tests/class_object/is_subclass_of_error_001.phpt +++ b/ext/standard/tests/class_object/is_subclass_of_error_001.phpt @@ -40,7 +40,7 @@ echo "Done"; -- Testing is_subclass_of() function with more than expected no. of arguments -- -Warning: is_subclass_of() expects at most 3 parameters, 4 given in /home/alan/git/PHP_5_3/ext/standard/tests/class_object/is_subclass_of_error_001.php on line 17 +Warning: is_subclass_of() expects at most 3 parameters, 4 given in %s on line 17 NULL -- Testing is_subclass_of() function with more than typo style invalid 3rd argument -- @@ -48,11 +48,11 @@ bool(false) -- Testing is_subclass_of() function with more than invalid 3rd argument -- -Warning: is_subclass_of() expects parameter 3 to be boolean, object given in /home/alan/git/PHP_5_3/ext/standard/tests/class_object/is_subclass_of_error_001.php on line 26 +Warning: is_subclass_of() expects parameter 3 to be boolean, object given in %s on line 26 NULL -- Testing is_subclass_of() function with less than expected no. of arguments -- -Warning: is_subclass_of() expects at least 2 parameters, 1 given in /home/alan/git/PHP_5_3/ext/standard/tests/class_object/is_subclass_of_error_001.php on line 31 +Warning: is_subclass_of() expects at least 2 parameters, 1 given in %s on line 31 NULL Done