Home
last modified time | relevance | path

Searched refs:query (Results 226 – 250 of 401) sorted by last modified time

12345678910>>...17

/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog2065 original author of that file, following a query about its status.
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c85 ZEND_ARG_INFO(0, query)
106 ZEND_ARG_INFO(0, query)
1181 char *query; in PHP_FUNCTION() local
1190 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &pv_conn, &query, &query_len) == FAILUR… in PHP_FUNCTION()
1229 rc = SQLPrepare(result->stmt, query, SQL_NTS); in PHP_FUNCTION()
1609 char *query; in PHP_FUNCTION() local
1620 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs|l", &pv_conn, &query, &query_len, &pv_fla… in PHP_FUNCTION()
1657 rc = SQLExecDirect(result->stmt, query, SQL_NTS); in PHP_FUNCTION()
H A Dbirdstep.c348 char *query; in PHP_FUNCTION() local
357 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &ind, &query, &query_len) == FAILURE) { in PHP_FUNCTION()
370 stat = SQLExecDirect(res->hstmt,query,SQL_NTS); in PHP_FUNCTION()
372 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Birdstep: Cannot execute \"%s\" query",query); in PHP_FUNCTION()
/PHP-5.5/ext/odbc/tests/
H A Dbug60616.phpt2 odbc_exec(): Getting accurate unicode data from query
H A Dodbc_exec_002.phpt2 odbc_exec(): Getting data from query
/PHP-5.5/ext/oci8/tests/
H A Doci_execute_segfault.phpt31 $query = 'SELECT blob, DBMS_LOB.GETLENGTH(blob) FROM '.$schema.$table_name.' ORDER BY 2';
33 $s = oci_parse ($c, $query);
H A Dpecl_bug8816.phpt45 $query ="
55 $sth = oci_parse($c, $query);
H A Dlob_018.phpt43 $query = 'select * from lob_018_tab order by mykey asc';
44 $statement = oci_parse ($c, $query);
54 $query = 'select * from lob_018_tab order by mykey desc';
55 $statement = oci_parse ($c, $query);
74 $query = 'select * from lob_018_tab where mykey = 3';
75 $statement = oci_parse ($c, $query);
H A Dlob_022.phpt46 $query = 'SELECT * FROM lob_test ORDER BY mykey ASC';
47 $statement = oci_parse ($c, $query);
55 $query = 'SELECT * FROM lob_test ORDER BY mykey DESC';
56 $statement = oci_parse ($c, $query);
H A Dfetch_all4.phpt2 Test oci_fetch_* array overwriting when query returns no rows
26 $res = array(1,2,3); // this array is replaced as a result of the query
35 $row = array(1,2,3); // this array is replaced as a result of the query
H A Ddrcp_connect1.phpt20 // session and query for this through another connection
H A Dbug38161.phpt10 $query = "begin if false then :bv := 1; end if; end;";
11 $stid = oci_parse($c, $query);
18 $query = "begin if false then :bv := 1; end if; end;";
19 $stid = oci_parse($c, $query);
H A Dbug38173.phpt40 $query ="
48 $sth = oci_parse($c, $query);
H A Dbug42173.phpt2 Bug #42173 (TIMESTAMP and INTERVAL query and field functions)
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 Dbug37220.phpt26 $query = "UPDATE bug37220_tab
29 $stmt = oci_parse ($c, $query);
39 $query = "select * from bug37220_tab";
40 $stmt = oci_parse ($c, $query);
H A Dbug40415.phpt45 $query = "SELECT t1.*, CURSOR( SELECT * FROM t2 ) AS CURSOR FROM t1";
47 $stmt = oci_parse($c, $query);
61 $query = "SELECT t1.*, CURSOR( SELECT * FROM t2 ) AS CURSOR FROM t1";
63 $stmt = oci_parse($c, $query);
H A Dbug43497.phpt19 $query = "select sid from v\$session where audsid = userenv('sessionid')";
21 $stmt = oci_parse($c, $query);
34 $query = "select abstract_lobs from v\$temporary_lobs where sid = " . $sid;
36 $stmt = oci_parse($c, $query);
H A Dbug43497_92.phpt23 $query = "select sid from v\$session where audsid = userenv('sessionid')";
25 $stmt = oci_parse($c, $query);
38 $query = "select abstract_lobs from v\$temporary_lobs where sid = " . $sid;
40 $stmt = oci_parse($c, $query);
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-5.5/ext/oci8/
H A Doci8_statement.c46 php_oci_statement *php_oci_statement_create (php_oci_connection *connection, char *query, int query… in php_oci_statement_create() argument
65 (text *)query, in php_oci_statement_create()
85 if (query && query_len) { in php_oci_statement_create()
86 statement->last_query = estrndup(query, query_len); in php_oci_statement_create()
H A Doci8_interface.c1715 char *query; local
1718 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_connection, &query, &query_len) == F…
1724 statement = php_oci_statement_create(connection, query, query_len TSRMLS_CC);
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h417 …s (*func_mysqlnd_conn_data__query)(MYSQLND_CONN_DATA * conn, const char * query, unsigned int quer…
418 …func_mysqlnd_conn_data__send_query)(MYSQLND_CONN_DATA * conn, const char *query, unsigned int quer…
450 …nc_mysqlnd_conn_data__list_method)(MYSQLND_CONN_DATA * conn, const char * query, const char * acht…
508 func_mysqlnd_conn_data__query query; member
714 …func_mysqlnd_stmt__prepare)(MYSQLND_STMT * const stmt, const char * const query, unsigned int quer…
H A Dmysqlnd_ps.c361 MYSQLND_METHOD(mysqlnd_stmt, prepare)(MYSQLND_STMT * const s, const char * const query, unsigned in… in MYSQLND_METHOD()
372 DBG_INF_FMT("query=%s", query); in MYSQLND_METHOD()
402 …ple_command(stmt_to_prepare->conn, COM_STMT_PREPARE, (const zend_uchar *) query, query_len, PROT_L… in MYSQLND_METHOD()
H A Dmysqlnd.c1808 char * query; local
2754 char * query; local
2765 if (!query) {
2770 ret = conn->m->query(conn, query, query_len TSRMLS_CC);
2832 ret = conn->m->query(conn, query, query_len TSRMLS_CC);
2854 char * query; local
2861 if (!query) {
2865 ret = conn->m->query(conn, query, query_len TSRMLS_CC);
2886 char * query; local
2893 if (!query) {
[all …]

Completed in 98 milliseconds

12345678910>>...17