summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-02-24 12:18:07 +0000
committerFelipe Pena <felipe@php.net>2008-02-24 12:18:07 +0000
commit7cf6a283356566b0466cc35cf46de59d2404008f (patch)
treefd77515bc9d9b043eda94509994e310168f649c9
parentaafff71c8686104af2bcc88f2b0a3f034b5db588 (diff)
downloadphp-git-7cf6a283356566b0466cc35cf46de59d2404008f.tar.gz
Fixed tests (new E_ALL value)
-rw-r--r--tests/run-test/test005.phpt2
-rw-r--r--tests/run-test/test008a.phpt2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/run-test/test005.phpt b/tests/run-test/test005.phpt
index d16a66ef7a..64f5816f0f 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) "8191"
+string(5) "16383"
string(1) "0"
string(1) "1"
string(1) "0"
diff --git a/tests/run-test/test008a.phpt b/tests/run-test/test008a.phpt
index a7d360dc64..1b8ffc00a7 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) "8191"
+string(5) "16383"
string(1) "0"
string(1) "1"
string(1) "0"