Home
last modified time | relevance | path

Searched refs:statement (Results 201 – 225 of 279) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8.c94 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
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
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt2 SQLite3::query Unfinalized statement tests
H A Dsqlite3_26_reset_prepared_stmt.phpt2 SQLite3::reset prepared statement
H A Dsqlite3_27_reset_prepared_stmt_result.phpt2 SQLite3::reset prepared statement results
H A Dsqlite3_28_clear_bindings.phpt2 SQLite3_stmt::clear prepared statement results
/PHP-5.5/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h170 void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const c…
/PHP-5.5/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.5/ext/pdo_mysql/tests/
H A Dbug_45120.phpt2 Bug #45120 (PDOStatement->execute() returns true then false for same statement)
/PHP-5.5/ext/standard/tests/array/
H A Darray_shift_variation5.phpt13 * When done in one statement causes strict error messages.
/PHP-5.5/ext/oci8/tests/
H A Dcursors.phpt2 fetching cursor from a statement
H A Dcursors_old.phpt2 fetching cursor from a statement
H A Ddefine4.phpt71 Warning: oci_result(): %d 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 Dfetch_into2.phpt63 Warning: ocifetchinto(): supplied resource is not a valid oci8 statement resource in %s on line %d
/PHP-5.5/Zend/
H A Dzend_language_parser.y233 statement { zend_verify_namespace(TSRMLS_C); }
270 statement
277 statement:
284 …| T_IF parenthesis_expr { zend_do_if_cond(&$2, &$1 TSRMLS_CC); } statement { zend_do_if_after_stat…
287 …xt_op_number(CG(active_op_array)); zend_do_do_while_begin(TSRMLS_C); } statement T_WHILE { $4.u.o…
444 statement
450 statement
456 statement
489 statement
497 …| elseif_list T_ELSEIF parenthesis_expr { zend_do_if_cond(&$3, &$2 TSRMLS_CC); } statement { zend_…
[all …]
/PHP-5.5/ext/oci8/
H A Doci8.c1481 php_oci_statement_free(statement TSRMLS_CC); in php_oci_statement_list_dtor()
1705 …rstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (dvoid *) sqltext, (ub4 *)0, OCI_A… in php_oci_fetch_sqltext_offset()
1708 statement->errcode = php_oci_error(statement->err, errstatus TSRMLS_CC); in php_oci_fetch_sqltext_offset()
1709 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_fetch_sqltext_offset()
1716 statement->errcode = php_oci_error(statement->err, errstatus TSRMLS_CC); in php_oci_fetch_sqltext_offset()
1717 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_fetch_sqltext_offset()
2574 php_oci_statement *statement; in php_oci_fetch_row() local
2620 PHP_OCI_ZVAL_TO_STATEMENT(z_statement, statement); in php_oci_fetch_row()
2622 if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) { in php_oci_fetch_row()
2628 for (i = 0; i < statement->ncolumns; i++) { in php_oci_fetch_row()
[all …]
/PHP-5.5/ext/pdo/tests/
H A Dbug_34630.phpt33 * the empty blob will be committed implicitly when the statement is

Completed in 58 milliseconds

12345678910>>...12