Home
last modified time | relevance | path

Searched refs:statement (Results 226 – 250 of 324) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_hz.c77 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_sjis.c102 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_htmlent.c90 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf32.c126 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp51932.c101 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp936.c99 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf16.c126 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_utf8.c96 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-7.4/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-7.4/Zend/
H A Dzend_language_parser.y314 statement { $$ = $1; }
415 statement { $$ = $1; }
426 statement:
432 | T_DO statement T_WHILE '(' expr ')' ';'
562 statement { $$ = $1; }
567 statement { $$ = $1; }
572 statement { $$ = $1; }
598 statement { $$ = $1; }
604 T_IF '(' expr ')' statement
607 | if_stmt_without_else T_ELSEIF '(' expr ')' statement
[all …]
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c490 char *statement; in PHP_METHOD() local
498 Z_PARAM_STRING(statement, statement_len) in PHP_METHOD()
561 stmt->query_string = estrndup(statement, statement_len); in PHP_METHOD()
934 char *statement; in PHP_METHOD() local
939 Z_PARAM_STRING(statement, statement_len) in PHP_METHOD()
948 ret = dbh->methods->doer(dbh, statement, statement_len); in PHP_METHOD()
1073 char *statement; in PHP_METHOD() local
1084 if (FAILURE == zend_parse_parameters(1, "s", &statement, in PHP_METHOD()
1101 stmt->query_string = estrndup(statement, statement_len); in PHP_METHOD()
1114 if (dbh->methods->preparer(dbh, statement, statement_len, stmt, NULL)) { in PHP_METHOD()
[all …]
/PHP-7.4/ext/oci8/tests/
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
H A Dcursors_old.phpt2 fetching cursor from a statement
/PHP-7.4/ext/sqlite3/tests/
H A Dbug70628.phpt2 Bug #70628 (Clearing bindings on an SQLite3 statement doesn't work)
H A Dsqlite3_38_extended_error.phpt30 Warning: SQLite3::query(): Unable to execute statement: UNIQUE constraint failed: dog.id in %s on l…
/PHP-7.4/ext/pdo_pgsql/tests/
H A Ddisable_prepares.phpt17 $stmt = $db->prepare("SELECT statement FROM pg_prepared_statements", array(
H A Dbug62498-32bit.phpt23 $statement = $db->prepare("INSERT INTO bugtest_62498 (int2col, int4col, int8col, stringcol, boolcol…
35 $statement->execute($vals);
H A Dbug62498.phpt23 $statement = $db->prepare("INSERT INTO bugtest_62498 (int2col, int4col, int8col, stringcol, boolcol…
35 $statement->execute($vals);
/PHP-7.4/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-7.4/Zend/tests/traits/
H A Dbug60717.phpt2 Bug #60717 (Order of traits in use statement can cause unexpected unresolved abstract method)
/PHP-7.4/ext/pdo/tests/
H A Dbug_38394.phpt2 PDO Common: Bug #38394 (Prepared statement error stops subsequent statements)
H A Dbug_39656.phpt2 PDO Common: Bug #39656 (Crash when calling fetch() on a PDO statement object after closeCursor())
/PHP-7.4/ext/standard/tests/array/
H A Darray_shift_variation5.phpt13 * When done in one statement causes strict error messages.

Completed in 38 milliseconds

12345678910>>...13