Home
last modified time | relevance | path

Searched refs:query (Results 1 – 25 of 427) sorted by last modified time

12345678910>>...18

/PHP-7.0/
H A Dserver-tests.php159 function post_result_data($query,$data) argument
161 $url = QA_SUBMISSION_PAGE.'?'.$query;
/PHP-7.0/sapi/tests/
H A Dtest001.phpt4 This would be similar to what IIS produces for a simple query.
H A Dtest003.phpt4 This would be similar to what IIS produces for a simple query
/PHP-7.0/sapi/fpm/tests/
H A Dapparmor.phpt37 - SIGSEGV|failed to query apparmor confinement
44 var_dump(run_fpm_till('/(SIGSEGV|failed to query apparmor confinement|failed to change to new confi…
H A Dinclude.inc108 function run_request($host, $port, $uri='/ping', $query='', $headers=array()) { /* {{{ */
116 'QUERY_STRING' => $query,
117 'REQUEST_URI' => $uri . ($query ? '?'.$query : ""),
/PHP-7.0/sapi/fpm/
H A Dwww.conf.in178 ; 'html', 'xml' or 'json' in the query string will return the corresponding
186 ; query string will also return status for each pool process.
200 ; request URI - the request URI with the query string;
300 ; %q: the query string
301 ; %Q: the '?' character if query string exists
302 ; %r: the request URI (without the query string, see %q and %Q)
/PHP-7.0/ext/xsl/tests/
H A Dxslt005.phpt10 $res = $xp->query("/xsl:stylesheet/xsl:output/@indent");
H A Dxslt002.phpt11 $res = $xp->query("/xsl:stylesheet/xsl:output/@method");
H A Dxslt004.phpt10 $res = $xp->query("/xsl:stylesheet/xsl:output/@encoding");
/PHP-7.0/ext/standard/
H A Durl.c54 if (theurl->query) in php_url_free()
55 efree(theurl->query); in php_url_free()
320 ret->query = estrndup(p, (e - p)); in php_url_parse_ex()
321 php_replace_controlchars_ex(ret->query, (e - p)); in php_url_parse_ex()
375 if (resource->query != NULL) RETVAL_STRING(resource->query); in PHP_FUNCTION()
403 if (resource->query != NULL) in PHP_FUNCTION()
404 add_assoc_string(return_value, "query", resource->query); in PHP_FUNCTION()
H A Durl.h30 char *query; member
H A Dhttp_fopen_wrapper.c410 if (resource->query) { in php_stream_url_wrap_http_ex()
412 strlcat(scratch, resource->query, scratch_len); in php_stream_url_wrap_http_ex()
/PHP-7.0/ext/standard/tests/url/
H A Dbug54180.phpt18 ["query"]=>
H A Dbug74780.phpt2 Bug #74780 parse_url() borks when query string contains colon
6 parse_url('//php.net/path?query=1:2'),
7 parse_url('//php.net/path.php?query=a:b'),
8 parse_url('//username@php.net/path?query=1:2')
18 ["query"]=>
19 string(9) "query=1:2"
26 ["query"]=>
27 string(9) "query=a:b"
36 ["query"]=>
37 string(9) "query=1:2"
H A Dparse_url_basic_001.phpt224 ["query"]=>
338 ["query"]=>
349 ["query"]=>
362 ["query"]=>
375 ["query"]=>
386 ["query"]=>
399 ["query"]=>
410 ["query"]=>
423 ["query"]=>
434 ["query"]=>
[all …]
H A Dparse_url_error_002.phpt37 ["query"]=>
H A Dparse_url_variation_002_32bit.phpt104 ["query"]=>
H A Dparse_url_variation_002_64bit.phpt104 ["query"]=>
/PHP-7.0/ext/standard/tests/strings/
H A Durl_t.phpt292 ["query"]=>
406 ["query"]=>
417 ["query"]=>
430 ["query"]=>
443 ["query"]=>
454 ["query"]=>
467 ["query"]=>
478 ["query"]=>
491 ["query"]=>
502 ["query"]=>
[all …]
H A Dhttp_build_query_variation1.phpt8 …* Description: Generates a URL-encoded query string from the associative (or indexed) array provid…
H A Dhttp_build_query_variation2.phpt8 …* Description: Generates a URL-encoded query string from the associative (or indexed) array provid…
H A Dhttp_build_query_variation3.phpt12 …* Description: Generates a URL-encoded query string from the associative (or indexed) array provid…
/PHP-7.0/ext/standard/tests/file/
H A Dstream_rfc2397_003.phpt10 'data://application/vnd-xxx-query,select_vcount,fcol_from_fieldtable/local',
H A Dstream_rfc2397_005.phpt10 'data:application/vnd-xxx-query,select_vcount,fcol_from_fieldtable/local',
/PHP-7.0/ext/sqlite3/tests/
H A Dsqlite3_36_create_collation.phpt20 $defaultSort = $db->query('SELECT s FROM t ORDER BY s'); //memcmp() sort
21 $naturalSort = $db->query('SELECT s FROM t ORDER BY s COLLATE NAT'); //strnatcmp() sort

Completed in 69 milliseconds

12345678910>>...18