Home
last modified time | relevance | path

Searched refs:statement (Results 26 – 50 of 324) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/oci8/tests/
H A Ddescriptors.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);
27 unset($statement);
32 $statement = oci_parse($c,$ora_sql);
33 oci_execute($statement, OCI_DEFAULT);
35 var_dump($row = oci_fetch_assoc($statement));
H A Dbug40078.phpt18 $statement = oci_parse($c, $create_pkg);
19 oci_execute($statement);
32 $statement = oci_parse($c, $create_pkg_body);
33 oci_execute($statement);
35 $statement = oci_parse($c, "BEGIN bug40078_pkg.nullbind(:c1); END;");
37 oci_bind_array_by_name($statement, ":c1", $array, 5, 20, SQLT_CHR);
39 oci_execute($statement);
H A Dpecl_bug10194.phpt25 $statement = oci_parse($c,$ora_sql);
26 oci_execute($statement);
29 $statement = oci_parse($c,$ora_sql);
30 oci_execute($statement, OCI_DEFAULT);
32 $row = oci_fetch_assoc($statement);
43 $statement = oci_parse($c,$ora_sql);
44 oci_execute($statement);
46 $row = oci_fetch_assoc($statement);
H A Dlob_015.phpt21 $statement = oci_parse($c,$ora_sql);
25 oci_bind_by_name($statement,":v_blob", $blob,-1,OCI_B_BLOB,4);
26 oci_bind_by_name($statement,":v_blob", $blob,-1,OCI_B_BLOB,4,5);
27 oci_bind_by_name($statement,":v_blob", $int,-1);
28 oci_bind_by_name($statement,":v_blob", $int);
29 oci_bind_by_name($statement,":v_blob");
30 oci_bind_by_name($statement);
31 oci_execute($statement, OCI_DEFAULT);
H A Dpecl_bug10194_blob.phpt25 $statement = oci_parse($c,$ora_sql);
26 oci_execute($statement);
29 $statement = oci_parse($c,$ora_sql);
30 oci_execute($statement, OCI_DEFAULT);
32 $row = oci_fetch_assoc($statement);
43 $statement = oci_parse($c,$ora_sql);
44 oci_execute($statement);
48 $row = oci_fetch_assoc($statement);
H A Dpecl_bug10194_blob_64.phpt26 $statement = oci_parse($c,$ora_sql);
27 oci_execute($statement);
30 $statement = oci_parse($c,$ora_sql);
31 oci_execute($statement, OCI_DEFAULT);
33 $row = oci_fetch_assoc($statement);
44 $statement = oci_parse($c,$ora_sql);
45 oci_execute($statement);
49 $row = oci_fetch_assoc($statement);
H A Darray_bind_013.phpt10 $statement = oci_parse($c, 'SELECT user FROM v$session');
14 var_dump(oci_bind_array_by_name($statement, ":c1", $array, 5, -10, SQLT_CHR, -10));
15 var_dump(oci_bind_array_by_name($statement, ":c1", $array, 5, -10));
16 var_dump(oci_bind_array_by_name($statement, ":c1", $array, 5, -1));
17 var_dump(oci_bind_array_by_name($statement, ":c1", $array, 5, 0));
19 @oci_execute($statement);
H A Dcoll_015.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_015_func.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_014_func.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_017_func.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_013.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_013_func.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_014.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_017.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_010.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_010_func.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dbug26133.phpt23 $statement = OCIParse($c,$ora_sql);
25 OCIBindByName($statement,":v_rowid", $rowid,-1,OCI_B_ROWID);
26 if (OCIExecute($statement)) {
29 OCIFreeStatement($statement);
H A Dcoll_012.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_012_func.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_019.phpt14 $statement = oci_parse($c,$ora_sql);
15 @oci_execute($statement);
20 $statement = oci_parse($c,$ora_sql);
21 oci_execute($statement);
33 $statement = oci_parse($c,$ora_sql);
34 oci_execute($statement);
49 $statement = oci_parse($c,$ora_sql);
50 oci_execute($statement);
61 $statement = oci_parse($c,$ora_sql);
62 oci_execute($statement);
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3stmt_getsql_expanded.phpt23 echo "Getting expanded SQL statement\n";
26 echo "Execute statement\n";
39 echo "Getting expanded SQL statement\n";
48 Getting expanded SQL statement
50 Execute statement
63 Getting expanded SQL statement
H A Dbug77051.phpt19 echo "Execute statement\n";
28 echo "Execute statement\n";
39 echo "Execute statement\n";
47 Execute statement
60 Execute statement
73 Execute statement
H A Dsqlite3_35_stmt_readonly.phpt23 echo "Checking select statement\n";
27 echo "Checking update statement\n";
31 echo "Checking delete statement\n";
45 Checking select statement
47 Checking update statement
49 Checking delete statement
/PHP-7.4/ext/mysqli/tests/
H A Dbug80837.phpt20 $statement = $mysqli->prepare("SELECT b FROM test");
21 $statement->execute();
22 $statement->bind_result($name);
23 $statement->fetch();
25 $statement->store_result();

Completed in 27 milliseconds

12345678910>>...13