Home
last modified time | relevance | path

Searched refs:query (Results 151 – 175 of 389) sorted by relevance

12345678910>>...16

/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_error_oo.phpt28 if (!$mysqli->query('DROP TABLE IF EXISTS test')) {
32 $mysqli->query('SELECT * FROM test');
H A Dmysqli_num_fields.phpt24 function func_test_mysqli_num_fields($link, $query, $expected, $offset, $test_free = false) {
26 if (!($res = mysqli_query($link, $query))) {
H A Dbug32405.phpt18 …$link->query("CREATE TABLE test_users(user_id int(10) unsigned NOT NULL auto_increment, login varc…
19 …$link->query('INSERT INTO test_users VALUES (NULL, "user1"), (NULL, "user2"), (NULL, "user3"), (NU…
H A Dmysqli_get_warnings.phpt90 if (!$mysqli->query("DROP TABLE IF EXISTS t1"))
93 if (!$mysqli->query("CREATE TABLE t1 (a smallint)"))
102 if (!$mysqli->query("DROP TABLE t1"))
119 if (!$mysqli->query("DROP TABLE IF EXISTS t1"))
122 if (!$mysqli->query("CREATE TABLE t1 (a smallint)"))
126 if (!$mysqli->query("INSERT IGNORE INTO t1(a) VALUES (65536), (65536), (65536)"))
H A Dmysqli_stmt_multires.phpt18 if (!$link->query('DROP PROCEDURE IF EXISTS p123')) {
22 …if (!$link->query("CREATE PROCEDURE p123() BEGIN SELECT id+12, CONCAT_WS('-',label,'ahoi') FROM te…
98 if (!$link->query('DROP PROCEDURE IF EXISTS p123')) {
H A Dbug36949.phpt18 $result = $this->mysqli->query("SELECT NOW() AS my_time FROM DUAL");
36 $result = $this->mysqli->query("SELECT NOW() AS my_time FROM DUAL");
H A Dmysqli_send_query.phpt34 $query = array();
35 if (NULL !== ($tmp = @mysqli_send_query($link, $query)))
/PHP-5.4/ext/pdo_oci/tests/
H A Dbug46274.phpt25 $db->query('CREATE TABLE test_one_blob (id INT NOT NULL, blob1 BLOB)');
49 $res = $db->query("SELECT blob1 from test_one_blob");
H A Dbug46274_2.phpt25 $db->query('CREATE TABLE test_one_blob (id INT NOT NULL, blob1 BLOB)');
49 $res = $db->query("SELECT blob1 from test_one_blob");
/PHP-5.4/ext/mysql/tests/
H A Dmysql_num_fields.phpt23 function func_test_mysql_num_fields($link, $query, $expected, $offset, $test_free = false) {
25 if (!($res = mysql_query($query, $link))) {
H A Dmysql_data_seek.phpt70 Warning: mysql_data_seek(): Offset 4 is invalid for MySQL result index %d (or the query data is unb…
72 Warning: mysql_data_seek(): Offset -1 is invalid for MySQL result index %d (or the query data is un…
74 Warning: mysql_data_seek(): Offset 3 is invalid for MySQL result index %d (or the query data is unb…
/PHP-5.4/ext/pdo/
H A DTODO8 - Add PDO::queryParams(), similar to PDO::query(), but accepts
63 mysqli_info(); info about rows affected by last query
64 mysqli_master_query(); force query to run on master
/PHP-5.4/sapi/tests/
H A Dtest001.phpt4 This would be similar to what IIS produces for a simple query.
/PHP-5.4/ext/oci8/tests/
H A Dbug51291_1.phpt67 echo "\nTest 6 - Execute - after successful 2nd query with new handle\n";
86 echo "\nTest 7 - Execute - after successful 2nd query with same handle\n";
105 echo "\nTest 8 - Execute - after unsuccessful 2nd query with new handle\n";
123 echo "\nTest 9 - Execute - after unsuccessful 2nd query with same handle\n";
277 Test 6 - Execute - after successful 2nd query with new handle
306 Test 7 - Execute - after successful 2nd query with same handle
325 Test 8 - Execute - after unsuccessful 2nd query with new handle
365 Test 9 - Execute - after unsuccessful 2nd query with same handle
H A Dbug38173.phpt40 $query ="
48 $sth = oci_parse($c, $query);
H A Dbug51291_2.phpt13 echo "\nTest 1 - Execute - after successful 2nd query with same statement\n";
37 Test 1 - Execute - after successful 2nd query with same statement
H A Dpecl_bug8816.phpt45 $query ="
55 $sth = oci_parse($c, $query);
/PHP-5.4/ext/pdo_mysql/tests/
H A Dbug54929.phpt18 function testQuery($query) {
20 $stmt = $pdodb->prepare($query);
H A Dpdo_mysql_begintransaction.phpt36 if (!($stmt = $db->query('SELECT id, label FROM test ORDER BY id ASC')))
54 if (!($stmt = $db->query(sprintf('SELECT id, label FROM test WHERE id = %d', $row['id']))))
64 if (!($stmt = $db->query(sprintf('SELECT id, label FROM test WHERE id = %d', $row['id']))))
73 if (!($stmt = $db->query(sprintf('SELECT id, label FROM test WHERE id = %d', $row['id']))))
95 if (!($stmt = $db->query(sprintf('SELECT id, label FROM test WHERE id = %d', $row['id']))))
106 if (!($stmt = $db->query('SELECT @@autocommit as auto_commit')))
117 if (!($stmt = $db->query('SELECT @@autocommit as auto_commit')))
H A Dpdo_mysql_exec_load_data.phpt11 $stmt = $db->query('SELECT USER() as _user');
61 $stmt = $db->query("SHOW VARIABLES LIKE 'secure_file_priv'");
77 $stmt = $db->query('SELECT id, col1 FROM test ORDER BY id ASC');
/PHP-5.4/ext/dom/tests/
H A Dbug49490.phpt13 echo($xp->query('//prefix:root', null, false)->length . "\n");
H A Dcanonicalization.phpt36 /* exclusive/without comments using xpath query. */
37 echo $doc->c14N(TRUE, FALSE, array('query'=>'(//. | //@* | //namespace::*)'))."\n\n";
40 using xpath query with registered namespace.
43 array('query'=>'(//a:contain | //a:bar | .//namespace::*)',
/PHP-5.4/ext/simplexml/tests/
H A Dbug48601.phpt2 Bug #48601 (xpath() returns FALSE for legitimate query)
/PHP-5.4/ext/pdo/tests/
H A Dpdo_013.phpt42 foreach ($db->query($SELECT, PDO::FETCH_CLASS, 'Test') as $data)
49 $stmt = $db->query($SELECT, PDO::FETCH_CLASS, 'Test', array('WOW'));
/PHP-5.4/ext/pgsql/
H A Dpgsql.c1713 char *query; local
1813 char *query; local
3836 char *query; local
3876 char *query; local
3914 efree(query);
4014 char *query; local
4046 efree(query);
4068 if (PQputCopyData(pgsql, query, strlen(query)) != 1) {
4073 efree(query);
4646 char *query; local
[all …]

Completed in 88 milliseconds

12345678910>>...16