alan_k Tue, 27 Sep 2011 07:59:47 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=317377
Log:
remove paths from is_a and is_subclass tests
Changed paths:
U
php/php-src/branches/PHP_5_3/ext/standard/tests/class_object/is_a_error_001.phpt
U
php/php-src/branches/PHP_5_3/ext/standard/tests/class_object/is_subclass_of_error_001.phpt
Modified:
php/php-src/branches/PHP_5_3/ext/standard/tests/class_object/is_a_error_001.phpt
===================================================================
---
php/php-src/branches/PHP_5_3/ext/standard/tests/class_object/is_a_error_001.phpt
2011-09-27 07:54:53 UTC (rev 317376)
+++
php/php-src/branches/PHP_5_3/ext/standard/tests/class_object/is_a_error_001.phpt
2011-09-27 07:59:47 UTC (rev 317377)
@@ -39,16 +39,16 @@
-- 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
Modified:
php/php-src/branches/PHP_5_3/ext/standard/tests/class_object/is_subclass_of_error_001.phpt
===================================================================
---
php/php-src/branches/PHP_5_3/ext/standard/tests/class_object/is_subclass_of_error_001.phpt
2011-09-27 07:54:53 UTC (rev 317376)
+++
php/php-src/branches/PHP_5_3/ext/standard/tests/class_object/is_subclass_of_error_001.phpt
2011-09-27 07:59:47 UTC (rev 317377)
@@ -40,7 +40,7 @@
-- 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 @@
-- 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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php