Home
last modified time | relevance | path

Searched refs:statement (Results 251 – 275 of 297) sorted by relevance

1...<<1112

/PHP-5.6/ext/standard/tests/file/
H A Duserwrapper.phpt38 /* We *want* this to fail and thus not output the watch statement */
/PHP-5.6/ext/mysqli/tests/
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",
H A Dmysqli_stmt_affected_rows.phpt209 printf("[041] The invalid SELECT statement is issued on purpose\n");
219 …printf("[043] Libmysql does not care if the previous statement was bogus, expecting boolean/true, …
H A Dmysqli_stmt_bind_param_call_user_func.phpt307 … MySQL Server version, e.g. No data supplied for parameters in prepared statement)\n", mysqli_stmt…
327 … MySQL Server version, e.g. No data supplied for parameters in prepared statement)\n", mysqli_stmt…
H A Dmysqli_stmt_bind_result.phpt326 …t(): Number of bind variables doesn't match number of fields in prepared statement in %s on line %d
328 …t(): Number of bind variables doesn't match number of fields in prepared statement in %s on line %d
/PHP-5.6/ext/mbstring/libmbfl/filters/
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
H A Dmbfilter_sjis_2004.c84 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_sjis_mobile.c196 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-5.6/ext/oci8/tests/
H A Dimp_res_get_5.phpt2 Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: get from wrong statement
H A Dedition_2.phpt109 echo "\n\n**Test 1.7 - Test with ALTER SESSION statement to change the edition *******\n";
225 **Test 1.7 - Test with ALTER SESSION statement to change the edition *******
/PHP-5.6/ext/standard/tests/strings/
H A Dprint_basic.phpt31 // You can use variables inside of a print statement
/PHP-5.6/ext/mssql/
H A Dphp_mssql.h191 mssql_statement * statement; member
/PHP-5.6/ext/pdo_mysql/tests/
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)
H A Dpdo_mysql_prepare_native_named_placeholder.phpt29 // The ':placeholder' is a string constant in the INSERT statement.
H A Dpdo_mysql_multi_stmt_nextrowset.phpt65 // Switch back to emulated prepares to verify multi statement attribute.
H A Dpdo_mysql_stmt_bindparam.phpt59 printf("[%03d + 5] Cannot execute statement, %s %s\n", $offset,
/PHP-5.6/ext/com_dotnet/
H A DREADME16 the statement. So, code like this:
/PHP-5.6/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.6/ext/pdo/tests/
H A Dpdo_011.phpt2 PDO Common: PDO::FETCH_FUNC and statement overloading

Completed in 78 milliseconds

1...<<1112