Home
last modified time | relevance | path

Searched refs:statement (Results 226 – 250 of 279) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt55 …printf("[012] Cannot close statement, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stm…
103 …printf("[023] Cannot close statement, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stm…
H A D067.phpt24 printf("[001] Cannot create statement object for '%s', [%d] %s\n",
H A Dmysqli_stmt_execute_stored_proc_out.phpt54 …printf("[012] Cannot close statement, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stm…
H A Dmysqli_stmt_store_result.phpt64 printf("[014] Unbuffered statement indicates more rows than buffered, [%d] %s\n",
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_jp_win.c100 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_iso2022jp_mobile.c81 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf7imap.c62 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_iso2022_jp_ms.c79 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf7.c89 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_gb18030.c78 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_jis.c111 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_sjis_mac.c83 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-5.5/Zend/
H A Dzend_ini_parser.y279 statement_list statement
283 statement:
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_61207.phpt2 PDO MySQL Bug #61207 (PDO::nextRowset() after a multi-statement query doesn't always work)
H A Dpdo_mysql_stmt_unbuffered_2050.phpt41 PDO::query() will prepare and execute a statement in one step.
77 PHP proceeds and assigns the new statement object/zval obtained from
H A Dpdo_mysql_attr_statement_class.phpt120 Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: user-supplied statement class must be…
124 Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: user-supplied statement class cannot …
H A Dpdo_mysql_prepare_native_named_placeholder.phpt29 // The ':placeholder' is a string constant in the INSERT statement.
H A Dbug_42499.phpt2 Bug #42499 (Multi-statement execution via PDO::exec() makes connection unusable)
H A Dbug_44454.phpt2 Bug #44454 (Unexpected exception thrown in foreach() statement)
/PHP-5.5/ext/standard/tests/file/
H A Duserwrapper.phpt38 /* We *want* this to fail and thus not output the watch statement */
/PHP-5.5/ext/standard/tests/strings/
H A Dprint_basic.phpt31 // You can use variables inside of a print statement
/PHP-5.5/ext/mssql/
H A Dphp_mssql.h191 mssql_statement * statement; member
/PHP-5.5/ext/com_dotnet/
H A DREADME16 the statement. So, code like this:
/PHP-5.5/ext/pgsql/
H A DREADME161 Escape string or binary for SQL statement (7.2 or later)
200 Check and convert values for PostgreSQL SQL statement
/PHP-5.5/ext/oci8/tests/
H A Dedition_2.phpt101 echo "\n\n**Test 1.7 - Test with ALTER SESSION statement to change the edition *******\n";
217 **Test 1.7 - Test with ALTER SESSION statement to change the edition *******

Completed in 69 milliseconds

12345678910>>...12