]> granicus.if.org Git - php/commitdiff
enable display_startup_errors, fix test
authorAntony Dovgal <tony2001@php.net>
Tue, 5 Jun 2007 10:59:25 +0000 (10:59 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 5 Jun 2007 10:59:25 +0000 (10:59 +0000)
run-tests.php
tests/basic/025.phpt

index 952be2759c90dcedfee1a775440c32d19b6c58b5..b9a22ffb359cd0c3b9abad883d509374768805fd 100755 (executable)
@@ -160,6 +160,7 @@ $ini_overwrites = array(
                'output_buffering=Off',
                'error_reporting=8191',
                'display_errors=1',
+               'display_startup_errors=1',
                'log_errors=0',
                'html_errors=0',
                'track_errors=1',
index 2a3d5daf8b824f3f93111a49a1f66c5805540d00..fea9468b416873b94f390987a1ed221c9ef45d05 100644 (file)
@@ -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