Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_cn.c96 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_base64.c66 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_euc_kr.c96 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_qprint.c66 #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_uhc.c96 #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.c100 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorcode.phpt30 or PDO->query() and invoke an error on the statement handle,
33 operation performed on a particular statement handle.
/PHP-7.1/ext/sqlite3/tests/
H A Dbug66550.phpt2 Bug #66550 (SQLite prepared statement use-after-free)
H A Dbug69972.phpt23 Warning: SQLite3::query(): Unable to prepare statement: 1, no such table: non_existent_table in %sb…
H A Dsqlite3_20_error.phpt23 Warning: SQLite3::query(): Unable to prepare statement: 1, no such table: non_existent_table in %s …
H A Dsqlite3_defensive.phpt38 Warning: SQLite3::querySingle(): Unable to prepare statement: 1, table sqlite_master may not be mod…
/PHP-7.1/ext/pdo_odbc/
H A Dodbc_driver.c59 void pdo_odbc_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const c… in pdo_odbc_error() argument
77 if (statement == SQL_NULL_HSTMT && S) { in pdo_odbc_error()
78 statement = S->stmt; in pdo_odbc_error()
81 if (statement) { in pdo_odbc_error()
83 eh = statement; in pdo_odbc_error()
/PHP-7.1/ext/oci8/tests/
H A Dstatement_cache.phpt2 statement cache
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"
/PHP-7.1/ext/gd/libgd/
H A DREADME17 The following statement is from the original GD package:
22 gd, the following copyright statement covers all of the authors who
23 have required such a statement. _If you are aware of any oversights in
/PHP-7.1/Zend/tests/type_declarations/
H A Dstrict_nested.phpt43 Fatal error: strict_types declaration must be the very first statement in the script in %s on line …
/PHP-7.1/ext/pdo_sqlite/tests/
H A Dbug66033.phpt2 Bug #66033 (Segmentation Fault when constructor of PDO statement throws an exception)
/PHP-7.1/ext/pdo_pgsql/tests/
H A Dbug70313.phpt2 PDO PgSQL Bug #70313 (PDO statement fails to throw exception)
/PHP-7.1/Zend/
H A Dzend_language_parser.y310 statement { $$ = $1; }
406 statement { $$ = $1; }
417 statement:
423 | T_DO statement T_WHILE '(' expr ')' ';'
552 statement { $$ = $1; }
557 statement { $$ = $1; }
562 statement { $$ = $1; }
588 statement { $$ = $1; }
594 T_IF '(' expr ')' statement
597 | if_stmt_without_else T_ELSEIF '(' expr ')' statement
[all …]
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c470 char *statement; in PHP_METHOD() local
477 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "s|a", &statement, in PHP_METHOD()
540 stmt->query_string = estrndup(statement, statement_len); in PHP_METHOD()
550 if (dbh->methods->preparer(dbh, statement, statement_len, stmt, options)) { in PHP_METHOD()
914 char *statement; in PHP_METHOD() local
928 ret = dbh->methods->doer(dbh, statement, statement_len); in PHP_METHOD()
1052 char *statement; in PHP_METHOD() local
1063 if (FAILURE == zend_parse_parameters(1, "s", &statement, in PHP_METHOD()
1080 stmt->query_string = estrndup(statement, statement_len); in PHP_METHOD()
1093 if (dbh->methods->preparer(dbh, statement, statement_len, stmt, NULL)) { in PHP_METHOD()
[all …]
/PHP-7.1/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",

Completed in 60 milliseconds

12345678910>>...13