Home
last modified time | relevance | path

Searched refs:statement (Results 51 – 75 of 279) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/oci8/tests/
H A Dcoll_009_func.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dlob_011.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);
36 $statement = oci_parse($c,$ora_sql);
38 oci_bind_by_name($statement,":v_blob", $blob,-1,OCI_B_BLOB);
39 oci_execute($statement, OCI_DEFAULT);
H A Dcoll_009.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Darray_bind_012.phpt10 $statement = oci_parse($c, 'SELECT user FROM all_objects');
14 oci_bind_array_by_name($statement, ":c1", $array, 5, -10, SQLT_CHR);
16 oci_execute($statement);
H A Darray_bind_010.phpt10 $statement = oci_parse($c, 'SELECT user FROM all_objects');
14 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_CHR);
16 oci_execute($statement);
H A Derror_bind.phpt11 $statement = oci_parse($c, $drop);
12 @oci_execute($statement);
15 $statement = oci_parse($c, $create);
16 oci_execute($statement);
44 $statement = oci_parse($c, $drop);
45 @oci_execute($statement);
H A Dlob_001.phpt24 $statement = oci_parse($c, "insert into lob_001_tab (id, b1) values (1, empty_blob()) returning b1 …
26 var_dump(oci_bind_by_name($statement, ":v_b1", $blob, -1, OCI_B_BLOB));
27 oci_execute($statement, OCI_DEFAULT);
48 $statement = oci_parse($c, "insert into lob_001_tab (id, b1) values (2, empty_blob()) returning b1 …
50 var_dump(oci_bind_by_name($statement, ":v_b1", $blob, -1, SQLT_BLOB));
51 oci_execute($statement, OCI_DEFAULT);
H A Ddrop_type.inc4 $statement = oci_parse($c,$ora_sql);
5 oci_execute($statement);
H A Ddrop_table.inc4 $statement = oci_parse($c,$ora_sql);
5 oci_execute($statement);
H A Dcoll_016.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dcoll_016_func.phpt17 $statement = OCIParse($c,$ora_sql);
18 @OCIExecute($statement);
22 $statement = OCIParse($c,$ora_sql);
23 OCIExecute($statement);
H A Dlob_041.phpt2 Check LOBS are valid after statement free
23 echo "Test 1 - explicit statement close\n";
34 echo "\nTest 2 - implicit statement close\n";
68 Test 1 - explicit statement close
71 Test 2 - implicit statement close
H A Dbind_empty.phpt11 $statement = oci_parse($c, $drop);
12 @oci_execute($statement);
15 $statement = oci_parse($c, $create);
16 oci_execute($statement);
88 $statement = oci_parse($c, $drop);
89 @oci_execute($statement);
H A Dlob_032.phpt21 $statement = oci_parse($c,$ora_sql);
23 oci_bind_by_name($statement,":v_clob", $clob,-1,OCI_B_CLOB);
24 oci_execute($statement, OCI_DEFAULT);
H A Dlob_035.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);
36 $statement = oci_parse($c,$ora_sql);
38 oci_bind_by_name($statement,":v_blob", $blob,-1,OCI_B_BLOB);
39 oci_execute($statement, OCI_DEFAULT);
H A Dlob_033.phpt21 $statement = oci_parse($c,$ora_sql);
26 oci_bind_by_name($statement,":v_blob", $blob,-1,OCI_B_BLOB);
27 oci_execute($statement, OCI_DEFAULT);
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_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_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_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);
/PHP-5.5/Zend/tests/
H A Dns_033.phpt2 033: Import statement with non-compound name
8 Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2
10 Warning: The use statement with non-compound name 'B' has no effect in %sns_033.php on line 3
H A Dns_068.phpt14 Fatal error: Namespace declaration statement has to be the very first statement in the script in %s…
H A Dns_083.phpt14 Fatal error: Namespace declaration statement has to be the very first statement in the script in %s…
/PHP-5.5/ext/standard/tests/array/
H A Darray_filter_variation7.phpt19 echo "Anonymous callback function with regular parameter and statement\n";
30 // anonymous callback function with argument and null statement
31 echo "Anonymous callback function with regular argument and null statement\n";
38 Anonymous callback function with regular parameter and statement
77 Anonymous callback function with regular argument and null statement
/PHP-5.5/scripts/dev/generate-phpt/src/testcase/
H A DgtTestCase.php112 foreach($conStatements as $statement) {
113 $this->testCase[] = $statement;
135 foreach($statements as $statement) {
136 $this->testCase[] = $statement;

Completed in 47 milliseconds

12345678910>>...12