Home
last modified time | relevance | path

Searched refs:statement (Results 126 – 150 of 324) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_iso8859_9.c76 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp850.c74 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp866.c78 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_koi8r.c78 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_koi8u.c75 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp1251.c78 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_armscii8.c77 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_cp1254.c78 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_byte2.c93 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug81037.phpt2 Bug #81037 PDO discards error message text from prepared statement
35 SQLSTATE[HY000]: General error: 2031 No data supplied for parameters in prepared statement
/PHP-7.4/ext/oci8/tests/
H A Dfield_funcs1.phpt138 Warning: oci_field_is_null(): supplied resource is not a valid oci8 statement resource in %s on lin…
141 Warning: oci_field_name(): supplied resource is not a valid oci8 statement resource in %s on line %d
144 Warning: oci_field_type(): supplied resource is not a valid oci8 statement resource in %s on line %d
147 Warning: oci_field_type_raw(): supplied resource is not a valid oci8 statement resource in %s on li…
150 Warning: oci_field_scale(): supplied resource is not a valid oci8 statement resource in %s on line …
153 Warning: oci_field_precision(): supplied resource is not a valid oci8 statement resource in %s on l…
156 Warning: oci_field_size(): supplied resource is not a valid oci8 statement resource in %s on line %d
H A Dbug27303_3.phpt16 foreach ($create_st as $statement) {
17 $stmt = oci_parse($c, $statement);
45 foreach ($create_st as $statement) {
46 $stmt = oci_parse($c, $statement);
H A Dimp_res_get_close_1.phpt61 Warning: oci_fetch_array(): supplied resource is not a valid oci8 statement resource in %s on line …
64 Warning: oci_fetch_array(): supplied resource is not a valid oci8 statement resource in %s on line …
67 Warning: oci_fetch_array(): supplied resource is not a valid oci8 statement resource in %s on line …
H A Dlob_025.phpt21 $statement = oci_parse($c,$ora_sql);
23 oci_bind_by_name($statement,":v_blob", $blob,-1,OCI_B_BLOB);
24 oci_execute($statement, OCI_DEFAULT);
H A Dlob_031.phpt21 $statement = oci_parse($c,$ora_sql);
23 oci_bind_by_name($statement,":v_blob", $blob,-1,OCI_B_BLOB);
24 oci_execute($statement, OCI_DEFAULT);
H A Dlob_023.phpt21 $statement = oci_parse($c,$ora_sql);
23 oci_bind_by_name($statement,":v_blob", $blob,-1,OCI_B_BLOB);
24 oci_execute($statement, OCI_DEFAULT);
H A Dbug36403.phpt33 // Should generate an error: ORA-24338: statement handle not executed
34 // since the statement handle was only described and not executed
H A Dlob_042.phpt21 $statement = oci_parse($c,$ora_sql);
23 oci_bind_by_name($statement,":v_blob", $blob,-1,OCI_B_BLOB);
24 oci_execute($statement, OCI_DEFAULT);
H A Dlob_026.phpt21 $statement = oci_parse($c,$ora_sql);
23 oci_bind_by_name($statement,":v_blob", $blob,-1,OCI_B_BLOB);
24 oci_execute($statement, OCI_DEFAULT);
H A Dlob_030.phpt24 $statement = oci_parse($c,$ora_sql);
26 oci_bind_by_name($statement,":v_clob", $clob, -1, OCI_B_CLOB);
27 oci_execute($statement, OCI_DEFAULT);
/PHP-7.4/Zend/tests/assert/
H A Dexpect_empty_stmt_bug.phpt2 Empty statement in assert() shouldn't segfault
/PHP-7.4/ext/standard/tests/strings/
H A Dbug20108.phpt2 Bug #20108 (Segfault on printf statement)
/PHP-7.4/Zend/tests/use_const/
H A Dself_parent.phpt2 Allow self and parent in use const statement
/PHP-7.4/Zend/tests/use_function/
H A Dself_parent.phpt2 Allow self and parent in use function statement
/PHP-7.4/Zend/tests/
H A Djump07.phpt11 Fatal error: 'goto' into loop or switch statement is disallowed in %sjump07.php on line 5

Completed in 25 milliseconds

12345678910>>...13