]> granicus.if.org Git - php/commitdiff
Fixed tests
authorFelipe Pena <felipe@php.net>
Sun, 24 Feb 2008 12:42:16 +0000 (12:42 +0000)
committerFelipe Pena <felipe@php.net>
Sun, 24 Feb 2008 12:42:16 +0000 (12:42 +0000)
Zend/tests/is_a.phpt
Zend/tests/magic_by_ref_010.phpt
tests/run-test/test005.phpt
tests/run-test/test008a.phpt

index fd52b5a65a136908437be37faea8b18f96a8203e..f11f884fa96344e46d2f0d5ae8a4f7c4455207ca 100755 (executable)
@@ -31,16 +31,16 @@ var_dump(is_subclass_of($a, "INT"));
 var_dump(is_subclass_of("X1", "X2"));
 ?>
 --EXPECTF--
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %sis_a.php on line 17
+Deprecated: Function is_a() is deprecated in %sis_a.php on line 17
 bool(false)
 
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %sis_a.php on line 18
+Deprecated: Function is_a() is deprecated in %sis_a.php on line 18
 bool(true)
 
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %sis_a.php on line 19
+Deprecated: Function is_a() is deprecated in %sis_a.php on line 19
 bool(true)
 
-Deprecated: is_a(): Deprecated. Please use the instanceof operator in %sis_a.php on line 20
+Deprecated: Function is_a() is deprecated in %sis_a.php on line 20
 bool(true)
 bool(false)
 bool(false)
index f92e5ac175bd54d0b637f074a3e0e13b6d09d37c..3544f4d2a638110cf8b8490d6bee053eced11d30 100644 (file)
@@ -22,7 +22,7 @@ var_dump($v);
 echo "Done\n";
 ?>
 --EXPECTF--    
-Strict Standards: Call-time pass-by-reference has been deprecated in %s on line %d
+Deprecated: Call-time pass-by-reference has been deprecated in %s on line %d
 str
 5
 int(5)
index c502dd60a2c6675ff3c0af99c31a83b54c09460e..3276acc791c99d56c45ae85b016fcee6bb25e05f 100644 (file)
@@ -24,7 +24,7 @@ var_dump($php_errormsg);
 ?>
 --EXPECTF--
 string(1) "1"
-string(4) "8191"
+string(5) "16383"
 string(1) "0"
 string(1) "1"
 string(1) "0"
@@ -32,7 +32,7 @@ NULL
 string(%d) "%sivision by zer%s"
 --UEXPECTF--
 unicode(1) "1"
-unicode(4) "8191"
+unicode(5) "16383"
 unicode(1) "0"
 unicode(1) "1"
 unicode(1) "0"
index 861247cd03487139f484fa5652288db6a6ca1446..e2d59c0b8bc7ae64b8a14b294be7d5b810a6b897 100644 (file)
@@ -24,7 +24,7 @@ var_dump($php_errormsg);
 ?>
 --EXPECTF--
 string(1) "1"
-string(4) "8191"
+string(5) "16383"
 string(1) "0"
 string(1) "1"
 string(1) "0"
@@ -32,7 +32,7 @@ NULL
 string(%d) "%sivision by zer%s"
 --UEXPECTF--
 unicode(1) "1"
-unicode(4) "8191"
+unicode(5) "16383"
 unicode(1) "0"
 unicode(1) "1"
 unicode(1) "0"