diff options
| author | Felipe Pena <felipe@php.net> | 2008-02-24 12:18:07 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2008-02-24 12:18:07 +0000 |
| commit | 7cf6a283356566b0466cc35cf46de59d2404008f (patch) | |
| tree | fd77515bc9d9b043eda94509994e310168f649c9 | |
| parent | aafff71c8686104af2bcc88f2b0a3f034b5db588 (diff) | |
| download | php-git-7cf6a283356566b0466cc35cf46de59d2404008f.tar.gz | |
Fixed tests (new E_ALL value)
| -rw-r--r-- | tests/run-test/test005.phpt | 2 | ||||
| -rw-r--r-- | tests/run-test/test008a.phpt | 2 |
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" |
