felipe Thu Jun 26 11:15:48 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/class_object is_a_error_001.phpt
is_a_variation_001.phpt
is_a_variation_002.phpt
is_a_variation_003.phpt
Log:
- Fixed tests
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/class_object/is_a_error_001.phpt?r1=1.1.4.3&r2=1.1.4.4&diff_format=u
Index: php-src/ext/standard/tests/class_object/is_a_error_001.phpt
diff -u php-src/ext/standard/tests/class_object/is_a_error_001.phpt:1.1.4.3
php-src/ext/standard/tests/class_object/is_a_error_001.phpt:1.1.4.4
--- php-src/ext/standard/tests/class_object/is_a_error_001.phpt:1.1.4.3 Wed Jun
18 23:45:36 2008
+++ php-src/ext/standard/tests/class_object/is_a_error_001.phpt Thu Jun 26
11:15:48 2008
@@ -32,15 +32,11 @@
-- 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
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/class_object/is_a_variation_001.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/standard/tests/class_object/is_a_variation_001.phpt
diff -u php-src/ext/standard/tests/class_object/is_a_variation_001.phpt:1.1.4.2
php-src/ext/standard/tests/class_object/is_a_variation_001.phpt:1.1.4.3
--- php-src/ext/standard/tests/class_object/is_a_variation_001.phpt:1.1.4.2
Thu Mar 6 11:02:37 2008
+++ php-src/ext/standard/tests/class_object/is_a_variation_001.phpt Thu Jun
26 11:15:48 2008
@@ -84,132 +84,80 @@
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
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/class_object/is_a_variation_002.phpt?r1=1.1.4.3&r2=1.1.4.4&diff_format=u
Index: php-src/ext/standard/tests/class_object/is_a_variation_002.phpt
diff -u php-src/ext/standard/tests/class_object/is_a_variation_002.phpt:1.1.4.3
php-src/ext/standard/tests/class_object/is_a_variation_002.phpt:1.1.4.4
--- php-src/ext/standard/tests/class_object/is_a_variation_002.phpt:1.1.4.3
Wed Jun 18 23:45:36 2008
+++ php-src/ext/standard/tests/class_object/is_a_variation_002.phpt Thu Jun
26 11:15:48 2008
@@ -89,137 +89,87 @@
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
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/class_object/is_a_variation_003.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/standard/tests/class_object/is_a_variation_003.phpt
diff -u php-src/ext/standard/tests/class_object/is_a_variation_003.phpt:1.1.4.2
php-src/ext/standard/tests/class_object/is_a_variation_003.phpt:1.1.4.3
--- php-src/ext/standard/tests/class_object/is_a_variation_003.phpt:1.1.4.2
Thu Mar 6 11:02:36 2008
+++ php-src/ext/standard/tests/class_object/is_a_variation_003.phpt Thu Jun
26 11:15:48 2008
@@ -21,7 +21,5 @@
?>
--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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php