helly Wed May 10 21:47:00 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/tests/run-test test005.phpt test008.phpt test008a.phpt
Log:
- Hardcoded error mode was changed to 8191
http://cvs.php.net/viewcvs.cgi/php-src/tests/run-test/test005.phpt?r1=1.3&r2=1.3.6.1&diff_format=u
Index: php-src/tests/run-test/test005.phpt
diff -u php-src/tests/run-test/test005.phpt:1.3
php-src/tests/run-test/test005.phpt:1.3.6.1
--- php-src/tests/run-test/test005.phpt:1.3 Sun Nov 30 13:57:20 2003
+++ php-src/tests/run-test/test005.phpt Wed May 10 21:46:59 2006
@@ -24,7 +24,7 @@
?>
--EXPECTF--
string(1) "1"
-string(4) "4095"
+string(4) "8191"
string(1) "0"
string(1) "1"
string(1) "0"
http://cvs.php.net/viewcvs.cgi/php-src/tests/run-test/test008.phpt?r1=1.3&r2=1.3.6.1&diff_format=u
Index: php-src/tests/run-test/test008.phpt
diff -u php-src/tests/run-test/test008.phpt:1.3
php-src/tests/run-test/test008.phpt:1.3.6.1
--- php-src/tests/run-test/test008.phpt:1.3 Sun Nov 30 13:57:20 2003
+++ php-src/tests/run-test/test008.phpt Wed May 10 21:46:59 2006
@@ -25,7 +25,7 @@
--EXPECTF--
%s: %sivision by zero in %s on line %d
string(1) "1"
-string(4) "4095"
+string(4) "8191"
string(1) "0"
string(1) "1"
string(1) "0"
http://cvs.php.net/viewcvs.cgi/php-src/tests/run-test/test008a.phpt?r1=1.2&r2=1.2.6.1&diff_format=u
Index: php-src/tests/run-test/test008a.phpt
diff -u php-src/tests/run-test/test008a.phpt:1.2
php-src/tests/run-test/test008a.phpt:1.2.6.1
--- php-src/tests/run-test/test008a.phpt:1.2 Sun Nov 30 13:57:20 2003
+++ php-src/tests/run-test/test008a.phpt Wed May 10 21:46:59 2006
@@ -24,7 +24,7 @@
?>
--EXPECTF--
string(1) "1"
-string(4) "4095"
+string(4) "8191"
string(1) "0"
string(1) "1"
string(1) "0"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php