diff options
author | Marcus Boerger <helly@php.net> | 2006-05-10 21:46:59 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-05-10 21:46:59 +0000 |
commit | 3746ccb627170727842bc7223bee8924402c2700 (patch) | |
tree | c206e3d3cbb044047be5d1523e928764c0683c42 /tests/run-test | |
parent | 9745215cf8910222eb0c828d4cf329c7e9863840 (diff) | |
download | php-git-3746ccb627170727842bc7223bee8924402c2700.tar.gz |
- Hardcoded error mode was changed to 8191
Diffstat (limited to 'tests/run-test')
-rw-r--r-- | tests/run-test/test005.phpt | 2 | ||||
-rw-r--r-- | tests/run-test/test008.phpt | 2 | ||||
-rw-r--r-- | tests/run-test/test008a.phpt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/run-test/test005.phpt b/tests/run-test/test005.phpt index b54cbc50e6..d16a66ef7a 100644 --- a/tests/run-test/test005.phpt +++ b/tests/run-test/test005.phpt @@ -24,7 +24,7 @@ var_dump($php_errormsg); ?> --EXPECTF-- string(1) "1" -string(4) "4095" +string(4) "8191" string(1) "0" string(1) "1" string(1) "0" diff --git a/tests/run-test/test008.phpt b/tests/run-test/test008.phpt index 14fff59bd8..41733d96f7 100644 --- a/tests/run-test/test008.phpt +++ b/tests/run-test/test008.phpt @@ -25,7 +25,7 @@ var_dump($php_errormsg); --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" diff --git a/tests/run-test/test008a.phpt b/tests/run-test/test008a.phpt index 7916ff2352..a7d360dc64 100644 --- a/tests/run-test/test008a.phpt +++ b/tests/run-test/test008a.phpt @@ -24,7 +24,7 @@ var_dump($php_errormsg); ?> --EXPECTF-- string(1) "1" -string(4) "4095" +string(4) "8191" string(1) "0" string(1) "1" string(1) "0" |