cvs: ZendEngine2 /tests is_a.phpt magic_by_ref_010.phpt php-src/tests/run-test test005.phpt test008a.phpt
[email protected] ("Felipe Pena")
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <cvsfelipe1203856936@cvsserver> |
felipe Sun Feb 24 12:42:16 2008 UTC
Modified files:
/php-src/tests/run-test test005.phpt test008a.phpt
/ZendEngine2/tests is_a.phpt magic_by_ref_010.phpt
Log:
Fixed tests
http://cvs.php.net/viewvc.cgi/php-src/tests/run-test/test005.phpt?r1=1.5&r2=1.6&diff_format=u
Index: php-src/tests/run-test/test005.phpt
diff -u php-src/tests/run-test/test005.phpt:1.5 php-src/tests/run-test/test005.phpt:1.6
--- php-src/tests/run-test/test005.phpt:1.5 Tue Jan 17 12:18:53 2006
+++ php-src/tests/run-test/test005.phpt Sun Feb 24 12:42:16 2008
@@ -24,7 +24,7 @@
?>
--EXPECTF--
string(1) "1"
-string(4) "8191"
+string(5) "16383"
string(1) "0"
string(1) "1"
string(1) "0"
@@ -32,7 +32,7 @@
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"
http://cvs.php.net/viewvc.cgi/php-src/tests/run-test/test008a.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/tests/run-test/test008a.phpt
diff -u php-src/tests/run-test/test008a.phpt:1.4 php-src/tests/run-test/test008a.phpt:1.5
--- php-src/tests/run-test/test008a.phpt:1.4 Tue Jan 17 12:18:53 2006
+++ php-src/tests/run-test/test008a.phpt Sun Feb 24 12:42:16 2008
@@ -24,7 +24,7 @@
?>
--EXPECTF--
string(1) "1"
-string(4) "8191"
+string(5) "16383"
string(1) "0"
string(1) "1"
string(1) "0"
@@ -32,7 +32,7 @@
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"
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/is_a.phpt?r1=1.4&r2=1.5&diff_format=u
Index: ZendEngine2/tests/is_a.phpt
diff -u ZendEngine2/tests/is_a.phpt:1.4 ZendEngine2/tests/is_a.phpt:1.5
--- ZendEngine2/tests/is_a.phpt:1.4 Sat Feb 23 17:03:52 2008
+++ ZendEngine2/tests/is_a.phpt Sun Feb 24 12:42:16 2008
@@ -31,16 +31,16 @@
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)
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/magic_by_ref_010.phpt?r1=1.1&r2=1.2&diff_format=u
Index: ZendEngine2/tests/magic_by_ref_010.phpt
diff -u ZendEngine2/tests/magic_by_ref_010.phpt:1.1 ZendEngine2/tests/magic_by_ref_010.phpt:1.2
--- ZendEngine2/tests/magic_by_ref_010.phpt:1.1 Fri Aug 31 12:36:00 2007
+++ ZendEngine2/tests/magic_by_ref_010.phpt Sun Feb 24 12:42:16 2008
@@ -22,7 +22,7 @@
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)