Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.6/ext/pdo_pgsql/tests/
H A Dbug64953.phpt2 PDO PgSQL Bug #64953 (Postgres prepared statement positional parameter casting)
H A Dbug66584.phpt2 PDO PgSQL Bug #66584 (Segmentation fault on statement deallocation)
/PHP-5.6/ext/mbstring/libmbfl/filters/
H A Dmbfilter_big5.c130 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp932.c97 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_euc_jp.c97 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_euc_tw.c97 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_sjis_open.c97 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_iso2022_kr.c74 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf8_mobile.c185 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
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
/PHP-5.6/ext/sqlite3/tests/
H A Dsqlite3_28_clear_bindings.phpt2 SQLite3_stmt::clear prepared statement results
/PHP-5.6/ext/oci8/tests/
H A Dfetch_into2.phpt63 Warning: ocifetchinto(): supplied resource is not a valid oci8 statement resource in %s on line %d
H A Ddefine5.phpt2 oci_define_by_name() for statement re-execution
H A Dimp_res_get_close_2.phpt63 Warning: oci_get_implicit_resultset(): %d is not a valid oci8 statement resource in %s on line %d
H A Dimp_res_close.phpt68 Warning: oci_fetch_array(): %d is not a valid oci8 statement resource in %simp_res_close.php on lin…
/PHP-5.6/ext/pdo/tests/
H A Dbug_34630.phpt33 * the empty blob will be committed implicitly when the statement is
/PHP-5.6/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",
/PHP-5.6/Zend/
H A Dzend_language_parser.y237 statement { zend_verify_namespace(TSRMLS_C); }
300 statement
307 statement:
314 …| T_IF parenthesis_expr { zend_do_if_cond(&$2, &$1 TSRMLS_CC); } statement { zend_do_if_after_stat…
317 …xt_op_number(CG(active_op_array)); zend_do_do_while_begin(TSRMLS_C); } statement T_WHILE { $4.u.o…
478 statement
484 statement
490 statement
523 statement
531 …| elseif_list T_ELSEIF parenthesis_expr { zend_do_if_cond(&$3, &$2 TSRMLS_CC); } statement { zend_…
[all …]
H A Dzend_ini_parser.y291 statement_list statement
295 statement:
/PHP-5.6/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_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_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

Completed in 64 milliseconds

12345678910>>...12