Home
last modified time | relevance | path

Searched refs:query (Results 201 – 225 of 435) sorted by relevance

12345678910>>...18

/PHP-7.1/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt43 $stmt = $db->query("select * from test");
52 $stmt = $db->query("select * from test");
61 $stmt = $db->query("select * from test");
80 $stmt = $db->query("select * from test");
89 $stmt = $db->query("select * from test");
98 $stmt = $db->query("select * from test");
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_statement_class.phpt82 $stmt = $db->query('SELECT id, label FROM test ORDER BY id ASC LIMIT 2');
92 $stmt = $db->query('SELECT id, label FROM test ORDER BY id ASC LIMIT 2');
98 $stmt = $db->query('SELECT id, label FROM test ORDER BY id ASC LIMIT 1');
106 $stmt = $db->query('SELECT id, label FROM test ORDER BY id ASC LIMIT 1');
157 #0 %s(%d): PDO->query('SELECT id, labe...')
H A Dbug54929.phpt18 function testQuery($query) {
20 $stmt = $pdodb->prepare($query);
H A Dpdo_mysql_prepare_load_data.phpt11 $stmt = $db->query('SELECT USER() as _user');
19 $stmt = $db->query("SHOW VARIABLES LIKE 'secure_file_priv'");
74 $stmt = $db->query("SHOW VARIABLES LIKE 'secure_file_priv'");
96 $stmt = $db->query("SELECT 1 as 'one'");
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_attr_errmode.phpt43 $db->query('THIS IS NOT VALID SQL');
59 $db->query('THIS IS NOT VALID SQL');
77 $db->query('THIS IS NOT VALID SQL');
158 $db->query('THIS IS NOT VALID SQL');
164 Warning: PDO::query(): SQLSTATE[42000]: Syntax error or access violation: %d You have an error in y…
H A Dpdo_mysql_stmt_nextrowset.phpt11 $row = $db->query('SELECT VERSION() as _version')->fetch(PDO::FETCH_ASSOC);
32 $stmt = $db->query('SELECT id FROM test');
42 $stmt = $db->query('SELECT @VERSION as _version');
50 $stmt = $db->query('SELECT @VERSION as _version');
60 $stmt = $db->query('CALL p()');
H A Dshow_tables.phpt15 print_r($db->query('SHOW TABLES'));
H A Dbug_41125.phpt10 $row = $db->query('SELECT VERSION() as _version')->fetch(PDO::FETCH_ASSOC);
34 $stmt = $db->query($sql);
H A Dpdo_mysql_stmt_columncount.phpt29 $stmt = $db->query('SELECT * FROM test');
47 $stmt = $db->query('SELECT * FROM test');
/PHP-7.1/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-7.1/Zend/tests/
H A Dbug70914.phpt13 $st = $db->query('SELECT 1');
/PHP-7.1/ext/mysqli/tests/
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)))
H A Dbug30967.phpt20 $mysql->query("THIS DOES NOT WORK");
/PHP-7.1/ext/oci8/tests/
H A Dpecl_bug8816.phpt45 $query ="
55 $sth = oci_parse($c, $query);
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 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
/PHP-7.1/ext/simplexml/tests/
H A Dbug48601.phpt2 Bug #48601 (xpath() returns FALSE for legitimate query)
/PHP-7.1/ext/standard/tests/url/
H A Dbug73192.phpt28 ["query"]=>
/PHP-7.1/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-7.1/ext/pdo_oci/tests/
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-7.1/sapi/tests/
H A Dtest003.phpt4 This would be similar to what IIS produces for a simple query

Completed in 24 milliseconds

12345678910>>...18