diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-06-05 10:59:25 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-06-05 10:59:25 +0000 |
| commit | 0b157a6f848119064601465a2efe6ff9961228bf (patch) | |
| tree | b57a24df26fece82a0863db3430d0860cdd30d12 /tests | |
| parent | 5d8ae453093dae3b88c13d33a6b717ca56626292 (diff) | |
| download | php-git-0b157a6f848119064601465a2efe6ff9961228bf.tar.gz | |
enable display_startup_errors, fix test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/basic/025.phpt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/basic/025.phpt b/tests/basic/025.phpt index 2a3d5daf8b..fea9468b41 100644 --- a/tests/basic/025.phpt +++ b/tests/basic/025.phpt @@ -13,7 +13,11 @@ a=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa var_dump($_POST, $HTTP_RAW_POST_DATA); ?> --EXPECTF-- -Notice: Undefined variable: HTTP_RAW_POST_DATA in %s/tests/basic/025.php on line 2 +Warning: Unknown: POST Content-Length of 2050 bytes exceeds the limit of 1024 bytes in Unknown on line 0 + +Warning: Cannot modify header information - headers already sent in Unknown on line 0 + +Notice: Undefined variable: HTTP_RAW_POST_DATA in %s on line %d array(0) { } -NULL
\ No newline at end of file +NULL |
