Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.0/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 Dbug70628.phpt2 Bug #70628 (Clearing bindings on an SQLite3 statement doesn't work)
/PHP-7.0/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.0/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.0/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.0/Zend/
H A Dzend_language_parser.y309 statement { $$ = $1; }
405 statement { $$ = $1; }
416 statement:
422 | T_DO statement T_WHILE '(' expr ')' ';'
545 statement { $$ = $1; }
550 statement { $$ = $1; }
555 statement { $$ = $1; }
581 statement { $$ = $1; }
587 T_IF '(' expr ')' statement
590 | if_stmt_without_else T_ELSEIF '(' expr ')' statement
[all …]
/PHP-7.0/ext/mbstring/libmbfl/filters/
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
H A Dmbfilter_htmlent.c95 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-7.0/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.0/ext/pdo_sqlite/tests/
H A Dbug66033.phpt2 Bug #66033 (Segmentation Fault when constructor of PDO statement throws an exception)
/PHP-7.0/ext/pdo_pgsql/tests/
H A Dbug70313.phpt2 PDO PgSQL Bug #70313 (PDO statement fails to throw exception)
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c472 char *statement; in PHP_METHOD() local
479 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "s|a", &statement, in PHP_METHOD()
542 stmt->query_string = estrndup(statement, statement_len); in PHP_METHOD()
552 if (dbh->methods->preparer(dbh, statement, statement_len, stmt, options)) { in PHP_METHOD()
916 char *statement; in PHP_METHOD() local
930 ret = dbh->methods->doer(dbh, statement, statement_len); in PHP_METHOD()
1054 char *statement; in PHP_METHOD() local
1065 if (FAILURE == zend_parse_parameters(1, "s", &statement, in PHP_METHOD()
1082 stmt->query_string = estrndup(statement, statement_len); in PHP_METHOD()
1095 if (dbh->methods->preparer(dbh, statement, statement_len, stmt, NULL)) { in PHP_METHOD()
[all …]
/PHP-7.0/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",
/PHP-7.0/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.

Completed in 45 milliseconds

12345678910>>...13