We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5bc52b commit 01ff684Copy full SHA for 01ff684
sapi/apache2handler/php_functions.c
@@ -173,9 +173,7 @@ PHP_FUNCTION(apache_request_headers)
173
const apr_array_header_t *arr;
174
char *key, *val;
175
176
- if (zend_parse_parameters_none() == FAILURE) {
177
- RETURN_THROWS();
178
- }
+ ZEND_PARSE_PARAMETERS_NONE();
179
180
array_init(return_value);
181
@@ -196,9 +194,7 @@ PHP_FUNCTION(apache_response_headers)
196
194
197
195
198
199
200
201
202
203
204
0 commit comments