Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.6/ext/pdo_pgsql/tests/
H A Dbug61267.phpt2 PDO::exec() returns 0 when the statement is a SELECT.
H A Dbug70313.phpt2 PDO PgSQL Bug #70313 (PDO statement fails to throw exception)
/PHP-5.6/Zend/tests/
H A Ddeclare_004.phpt2 Testing declare statement with several type values
H A Ddeclare_001.phpt2 Testing declare statement with several type values
H A Ddeclare_002.phpt2 Testing declare statement with several type values
/PHP-5.6/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_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_euc_kr.c96 #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_sjis.c100 #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
/PHP-5.6/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-5.6/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 …
/PHP-5.6/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-5.6/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-5.6/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-5.6/ext/pdo_sqlite/tests/
H A Dbug66033.phpt2 Bug #66033 (Segmentation Fault when constructor of PDO statement throws an exception)
/PHP-5.6/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 45 milliseconds

12345678910>>...12