Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/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.c94 #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_cp51932.c99 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp936.c97 #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.5/ext/sqlite3/tests/
H A Dsqlite3_20_error.phpt23 Warning: SQLite3::query(): Unable to prepare statement: 1, no such table: non_existent_table in %s …
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug66033.phpt2 Bug #66033 (Segmentation Fault when constructor of PDO statement throws an exception)
/PHP-5.5/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.5/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.5/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.
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c515 char *statement; in PHP_METHOD() local
520 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|a", &statement, in PHP_METHOD()
581 stmt->query_string = estrndup(statement, statement_len); in PHP_METHOD()
592 if (dbh->methods->preparer(dbh, statement, statement_len, stmt, options TSRMLS_CC)) { in PHP_METHOD()
957 char *statement; in PHP_METHOD() local
971 ret = dbh->methods->doer(dbh, statement, statement_len TSRMLS_CC); in PHP_METHOD()
1090 char *statement; in PHP_METHOD() local
1099 if (FAILURE == zend_parse_parameters(1 TSRMLS_CC, "s", &statement, in PHP_METHOD()
1114 stmt->query_string = estrndup(statement, statement_len); in PHP_METHOD()
1128 if (dbh->methods->preparer(dbh, statement, statement_len, stmt, NULL TSRMLS_CC)) { in PHP_METHOD()
[all …]
/PHP-5.5/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.5/ext/pdo/tests/
H A Dbug_38394.phpt2 PDO Common: Bug #38394 (Prepared statement error stops subsequent statements)
/PHP-5.5/Zend/tests/traits/
H A Dbug60717.phpt2 Bug #60717 (Order of traits in use statement can cause unexpected unresolved abstract method)

Completed in 47 milliseconds

12345678910>>...12