Home
last modified time | relevance | path

Searched refs:statement (Results 76 – 100 of 324) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/oci8/tests/
H A Dlob_010.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_012.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_005.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_013.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_034.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 Dbug74625.phpt31 $statement = oci_parse($c, "BEGIN pkg74625.iobind(:c1); END;");
35 oci_bind_array_by_name($statement, ":c1", $array, 5, -1, SQLT_INT);
37 oci_execute($statement);
H A Dlob_014.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 Darray_bind_uin.phpt13 $statement = oci_parse($c, "BEGIN array_bind_uin_pkg.iobind(:c1); END;");
15 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_UIN);
H A Dlob_008.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_007.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 Darray_bind_bdouble.phpt14 $statement = oci_parse($c, "BEGIN array_bind_bdouble_pkg.iobind(:c1); END;");
16 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_BDOUBLE);
H A Darray_bind_bfloat.phpt14 $statement = oci_parse($c, "BEGIN array_bind_bfloat_pkg.iobind(:c1); END;");
16 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_BFLOAT);
H A Dlob_009.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_019.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);
/PHP-7.4/Zend/tests/
H A Dns_068.phpt13 Fatal error: Namespace declaration statement has to be the very first statement or after any declar…
H A Dns_083.phpt14 Fatal error: Namespace declaration statement has to be the very first statement or after any declar…
/PHP-7.4/ext/mysqli/tests/
H A D051.phpt2 free statement after close
13 * free statement after close
H A D052.phpt2 call statement after close
13 * statement call after close
H A Dbug69899.phpt5 free_result is called on a prepared statement followed by closing that
6 statement. This is due to mysqlnd_stmt::free_result (mysqlnd_ps.c) which
7 unconditionally sets the connection of the statement to ready, despite the fact
/PHP-7.4/ext/pdo/tests/
H A Dbug_69356.phpt20 …Dumps the informations contained by a prepared statement directly on the output. It will provide t…
24 … only dumps the parameters in the statement at the moment of the dump. Extra parameters are not st…
32 …Dumps the informations contained by a prepared statement directly on the output. It will provide t…
36 … only dumps the parameters in the statement at the moment of the dump. Extra parameters are not st…
H A Dbug_60665.phpt21 $statement = $db->prepare("SELECT NULL AS null_value, 0 AS zero, 1 AS one $from");
22 $statement->execute();
23 $row = $statement->fetch(PDO::FETCH_LAZY);
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_7bit.c68 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
H A Dmbfilter_iso8859_1.c76 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter_8bit.c75 #define CK(statement) do { if ((statement) < 0) return (-1); } while (0) argument
/PHP-7.4/ext/oci8/
H A Doci8_dtrace.d25 probe oci8__execute__mode(void *connection, char *client_id, void *statement, unsigned int mode);
26 probe oci8__sqltext(void *connection, char *client_id, void *statement, char *sql);

Completed in 41 milliseconds

12345678910>>...13