Home
last modified time | relevance | path

Searched refs:statement (Results 176 – 200 of 263) sorted by relevance

1234567891011

/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_qprint.c66 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_uhc.c95 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_ucs4.c121 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_hz.c75 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_sjis.c97 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf32.c120 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf8.c94 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_htmlent.c94 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp51932.c99 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf16.c120 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-5.3/ext/oci8/tests/
H A Derror_old.phpt29 resource(%s) of type (oci8 statement)
H A Derror.phpt29 resource(%s) of type (oci8 statement)
H A Dlob_null.phpt69 $lob->writeTemporary('Inserted via SQL statement');
231 string(26) "Inserted via SQL statement"
250 3 is an object: string(26) "Inserted via SQL statement"
261 3 is an object: string(26) "Inserted via SQL statement"
H A Dcursor_bind.phpt2 bind and fetch cursor from a statement
/PHP-5.3/ext/mysqli/tests/
H A Dbug44897.phpt2 Bug #44879 (failed to prepare statement)
52 printf("[007] Failed to create new statement object, [%d] %s\n",
H A Dmysqli_stmt_execute_stored_proc.phpt36 …printf("[014] Cannot close statement, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stm…
76 …printf("[022] Cannot close statement, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stm…
114 …printf("[031] Cannot close statement, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stm…
156 …printf("[041] Cannot close statement, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stm…
/PHP-5.3/ext/pdo/
H A Dpdo_dbh.c510 char *statement; in PHP_METHOD() local
515 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|a", &statement, in PHP_METHOD()
576 stmt->query_string = estrndup(statement, statement_len); in PHP_METHOD()
587 if (dbh->methods->preparer(dbh, statement, statement_len, stmt, options TSRMLS_CC)) { in PHP_METHOD()
948 char *statement; in PHP_METHOD() local
952 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &statement, &statement_len)) { in PHP_METHOD()
962 ret = dbh->methods->doer(dbh, statement, statement_len TSRMLS_CC); in PHP_METHOD()
1081 char *statement; in PHP_METHOD() local
1090 if (FAILURE == zend_parse_parameters(1 TSRMLS_CC, "s", &statement, in PHP_METHOD()
1105 stmt->query_string = estrndup(statement, statement_len); in PHP_METHOD()
[all …]
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorinfo.phpt40 or PDO->query() and invoke an error on the statement handle,
43 operation performed on a particular statement handle.
H A Dbug_45120.phpt2 Bug #45120 (PDOStatement->execute() returns true then false for same statement)
/PHP-5.3/Zend/RFCs/
H A D002.txt112 refer to it as "HTML:Form". The "namespace" statement must occur
117 # second file with the same namespace statement?
124 current one with the "import" statement:
/PHP-5.3/ext/pdo/tests/
H A Dbug_38394.phpt2 PDO Common: Bug #38394 (Prepared statement error stops subsequent statements)
/PHP-5.3/Zend/
H A Dzend_language_parser.y169 statement { zend_verify_namespace(TSRMLS_C); }
206 statement
213 statement:
220 …| T_IF '(' expr ')' { zend_do_if_cond(&$3, &$4 TSRMLS_CC); } statement { zend_do_if_after_statemen…
223 …xt_op_number(CG(active_op_array)); zend_do_do_while_begin(TSRMLS_C); } statement T_WHILE '(' { $5…
371 statement
377 statement
383 statement
416 statement
424 …| elseif_list T_ELSEIF '(' expr ')' { zend_do_if_cond(&$4, &$5 TSRMLS_CC); } statement { zend_do_i…
[all …]
/PHP-5.3/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.3/ext/sqlite3/tests/
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt2 SQLite3::query Unfinalized statement tests
/PHP-5.3/ext/standard/tests/array/
H A Darray_shift_variation5.phpt13 * When done in one statement causes strict error messages.

Completed in 74 milliseconds

1234567891011