Home
last modified time | relevance | path

Searched refs:mysql_query (Results 51 – 56 of 56) sorted by path

123

/PHP-5.5/ext/mysql/tests/
H A Dmysql_tablename.phpt22 if (!$res = mysql_query("SELECT id, label FROM test ORDER BY id LIMIT 2", $link)) {
H A Dmysql_trace_mode.phpt15 $res1 = mysql_query('SELECT id FROM test', $link);
22 $res3 = mysql_query('BOGUS_SQL', $link);
34 Warning: mysql_query(): You have an error in your SQL syntax; check the manual that corresponds to …
37 …. Use mysql_free_result to free result sets which were requested using mysql_query() in %s on line…
H A Dmysql_unbuffered_query.phpt99 if (!mysql_query('DROP TABLE IF EXISTS test', $link)) {
104 @mysql_query('DROP PROCEDURE IF EXISTS p', $link);
105 @mysql_query('DROP FUNCTION IF EXISTS f', $link);
H A Dtable.inc11 if (!mysql_query('DROP TABLE IF EXISTS test', $link)) {
16 if (!mysql_query('CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE=' . $engine, $li…
21 if (!mysql_query("INSERT INTO test(id, label) VALUES (1, 'a'), (2, 'b'), (3, 'c'), (4, 'd'), (5, 'e…
/PHP-5.5/ext/mysqli/tests/
H A D013.phpt2 mysqli fetch mixed / mysql_query (may fail when using 4.1 library with 5.x server)
/PHP-5.5/ext/pdo_mysql/
H A Dconfig.m4109 PHP_CHECK_LIBRARY($PDO_MYSQL_LIBNAME, mysql_query, [], [

Completed in 20 milliseconds

123