summaryrefslogtreecommitdiff
path: root/tests/run-test
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-11-30 13:57:20 +0000
committerMarcus Boerger <helly@php.net>2003-11-30 13:57:20 +0000
commitc3fddcab622186c9bdbca89a1af7b14df0ba6345 (patch)
tree92cb0e99af497d3b5fc18a2ab123990831b3bab2 /tests/run-test
parent0091b5ca1dea4f12155c7e80cf38c61e75c08469 (diff)
downloadphp-git-c3fddcab622186c9bdbca89a1af7b14df0ba6345.tar.gz
Fix tests for E_STRICT and check for E_STRICT in run-tests.php.
Diffstat (limited to 'tests/run-test')
-rw-r--r--tests/run-test/test005.phpt2
-rw-r--r--tests/run-test/test008.phpt2
-rw-r--r--tests/run-test/test008a.phpt2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/run-test/test005.phpt b/tests/run-test/test005.phpt
index 65459f8f86..b54cbc50e6 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) "2047"
+string(4) "4095"
string(1) "0"
string(1) "1"
string(1) "0"
diff --git a/tests/run-test/test008.phpt b/tests/run-test/test008.phpt
index d595b2592b..14fff59bd8 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) "2047"
+string(4) "4095"
string(1) "0"
string(1) "1"
string(1) "0"
diff --git a/tests/run-test/test008a.phpt b/tests/run-test/test008a.phpt
index 04a3c71168..7916ff2352 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) "2047"
+string(4) "4095"
string(1) "0"
string(1) "1"
string(1) "0"