Home
last modified time | relevance | path

Searched refs:get_headers (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/standard/tests/url/
H A Dget_headers_error_003.phpt2 Test get_headers() function : test with context
16 $headers = get_headers("http://".PHP_CLI_SERVER_ADDRESS, 1, $context);
20 $headers = get_headers("http://".PHP_CLI_SERVER_ADDRESS, 1);
/php-src/sapi/cli/tests/
H A Dbug64878.phpt13 $headers = get_headers('http://' . PHP_CLI_SERVER_ADDRESS);
/php-src/ext/standard/
H A Durl.c680 PHP_FUNCTION(get_headers) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php3739 function get_headers(string $url, bool $associative = false, $context = null): array|false {}
H A Dbasic_functions_arginfo.h2896 ZEND_FUNCTION(get_headers);
3545 ZEND_FE(get_headers, arginfo_get_headers)

Completed in 36 milliseconds