Home
last modified time | relevance | path

Searched refs:query (Results 26 – 50 of 401) sorted by last modified time

12345678910>>...17

/PHP-5.5/ext/standard/tests/url/
H A Dbug54180.phpt18 ["query"]=>
H A Dparse_url_error_002.phpt37 ["query"]=>
/PHP-5.5/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-5.5/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-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c401 if (resource->query) { in php_stream_url_wrap_http_ex()
403 strlcat(scratch, resource->query, scratch_len); in php_stream_url_wrap_http_ex()
/PHP-5.5/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
H A Dsqlite3_enable_exceptions.phpt14 $db->query("SELECT * FROM non_existent_table");
19 $db->query("SELECT * FROM non_existent_table");
30 Warning: SQLite3::query(): no such table: non_existent_table in %s on line %d
H A Dsqlite3_query_error.phpt2 SQLite3::query parameters
12 echo 'Testing SQLite3 query without parameters' . PHP_EOL;
13 $db->query();
15 echo 'Testing SQLite3 query with one array parameter' . PHP_EOL;
16 $db->query(array());
19 var_dump($db->query(''));
24 Testing SQLite3 query without parameters
26 Warning: SQLite3::query() expects exactly 1 parameter, 0 given in %s on line %d
27 Testing SQLite3 query with one array parameter
29 Warning: SQLite3::query() expects parameter 1 to be %binary_string_optional%, array given in %s on …
H A Dsqlite3_querysingle_error.phpt2 SQLite3::query parameters
H A Dsqlite3result_fetcharray_with_two_params_fails.phpt15 $result = $db->query('SELECT bar FROM foo');
H A Dsqlite3result_numcolumns_error.phpt18 $result = $db->query('SELECT id FROM test');
H A Dsqlite3result_reset_with_params_fails.phpt15 $result = $db->query('SELECT bar FROM foo');
H A Dsqlite3stmt_paramCount_basic.phpt27 foreach($queryArray as $key => $query) {
28 $stmt = $db->prepare($query);
30 echo 'Param count for query ' . ($key + 1) . ":\n";
49 Param count for query 1:
51 Param count for query 2:
53 Param count for query 3:
55 Param count for query 4:
H A Dsqlite3stmt_paramCount_error.phpt18 $query = "SELECT * FROM foobar WHERE id = ? ORDER BY id ASC";
22 $stmt = $db->prepare($query);
H A Dsqlite3stmt_reset_params.phpt18 $query = "SELECT name FROM foobar WHERE id = 1";
20 echo "Prepare query\n";
21 $stmt = $db->prepare($query);
23 echo "Reset query\n";
41 Prepare query
42 Reset query
H A Dsqlite3_08_udf.phpt27 $results = $db->query("SELECT my_udf_md5(id) FROM test ORDER BY id ASC");
H A Dsqlite3_09_blob_bound_param.phpt30 $results = $db->query("SELECT id, quote(data) AS data FROM test ORDER BY id ASC");
H A Dsqlite3_11_numrows.phpt26 $results = $db->query("SELECT * FROM test ORDER BY id ASC");
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt2 SQLite3::query Unfinalized statement tests
19 $results = $db->query("SELECT * FROM test ORDER BY id ASC");
H A Dsqlite3_13_skip_all_cleanup.phpt2 SQLite3::query Skip all cleanup
19 $results = $db->query("SELECT * FROM test ORDER BY id ASC");
H A Dsqlite3_16_select_no_results.phpt2 SQLite3::query SELECT with no results
15 $results = $db->query("SELECT * FROM test ORDER BY id ASC");

Completed in 60 milliseconds

12345678910>>...17