]> granicus.if.org Git - php/commitdiff
- Fixed tests
authorFelipe Pena <felipe@php.net>
Thu, 26 Jun 2008 11:15:48 +0000 (11:15 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 26 Jun 2008 11:15:48 +0000 (11:15 +0000)
ext/standard/tests/class_object/is_a_error_001.phpt
ext/standard/tests/class_object/is_a_variation_001.phpt
ext/standard/tests/class_object/is_a_variation_002.phpt
ext/standard/tests/class_object/is_a_variation_003.phpt

index f41c707b02aa69d9082d5c9c79cf32aa881a021f..921e3a26064a67f2daef4f7a4ccff83aa13707de 100644 (file)
@@ -32,15 +32,11 @@ echo "Done";
 
 -- Testing is_a() function with more than expected no. of arguments --
 
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 16
-
 Warning: is_a() expects exactly 2 parameters, 3 given in %s on line 16
 NULL
 
 -- Testing is_a() function with less than expected no. of arguments --
 
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 21
-
 Warning: is_a() expects exactly 2 parameters, 1 given in %s on line 21
 NULL
-Done
\ No newline at end of file
+Done
index 569752dfc69905473d6e153bb10534ba5fb9a068..d2d6ce24071f7da75223ca457cff5e3742fc9dec 100644 (file)
@@ -84,132 +84,80 @@ Notice: Undefined variable: undefined_var in %s on line 59
 Notice: Undefined variable: unset_var in %s on line 62
 
 Arg value 0 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value 1 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value 12345 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value -2345 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value 10.5 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value -10.5 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value 101234567000 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value 1.07654321E-9 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value 0.5 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value Array 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value Array 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value Array 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value Array 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value Array 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value  
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value  
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value 1 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value  
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value 1 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value  
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value  
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value  
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value string 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value String 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value  
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
 
 Arg value  
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 69
 bool(false)
-Done
\ No newline at end of file
+Done
index 0ec87980e5f58f5b38c8979de4691027f1a60f79..970da72f1cd1f7601e01574ec526b94f376ca3eb 100644 (file)
@@ -89,137 +89,87 @@ Notice: Undefined variable: undefined_var in %s on line 64
 Notice: Undefined variable: unset_var in %s on line 67
 
 Arg value 0 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value 1 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value 12345 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value -2345 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value 10.5 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value -10.5 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value 101234567000 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value 1.07654321E-9 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value 0.5 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value Array 
 
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
-
 Warning: is_a() expects parameter 2 to be string, array given in %s on line %d
 NULL
 
 Arg value Array 
 
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
-
 Warning: is_a() expects parameter 2 to be string, array given in %s on line %d
 NULL
 
 Arg value Array 
 
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
-
 Warning: is_a() expects parameter 2 to be string, array given in %s on line %d
 NULL
 
 Arg value Array 
 
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
-
 Warning: is_a() expects parameter 2 to be string, array given in %s on line %d
 NULL
 
 Arg value Array 
 
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
-
 Warning: is_a() expects parameter 2 to be string, array given in %s on line %d
 NULL
 
 Arg value  
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value  
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value 1 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value  
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value 1 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value  
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value  
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value  
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value C Instance 
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value  
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
 
 Arg value  
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line %d
 bool(false)
-Done
\ No newline at end of file
+Done
index 88e955280cde3c9f4a9fa118dc92b35541e5e677..1258647bc1235be2fbcd239715dad4c38578d770 100644 (file)
@@ -21,7 +21,5 @@ echo "Done";
 ?>
 --EXPECTF--
 *** Testing is_a() : usage variations ***
-
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %s on line 13
 bool(true)
-Done
\ No newline at end of file
+Done