Home
last modified time | relevance | path

Searched refs:oci_parse (Results 201 – 218 of 218) sorted by relevance

123456789

/PHP-5.3/ext/oci8/tests/
H A Dbug41069.phpt61 $stid = oci_parse($c, 'select * from bug41069_tab order by c1');
67 $stid = oci_parse($c, 'select * from bug41069_tab@bug41069_dblink order by c1');
H A Ddriver_name.phpt45 $s2 = oci_parse($conn,$sel_stmt);
H A Dlob_042.phpt21 $statement = oci_parse($c,$ora_sql);
H A Ddetails.inc52 $s = oci_parse($c, $stmt);
H A Dfield_funcs1.phpt24 if (!($s = oci_parse($c, "select * from field_funcs1_tab"))) {
25 die("oci_parse(select) failed!\n");
H A Dbind_char_2_11gR1.phpt37 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
H A Dbind_char_2.phpt40 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
H A Dfetch_all3.phpt20 $s = oci_parse($c, $insert_sql);
36 $s = oci_parse($c, $select_sql);
H A Ddbmsoutput.phpt43 $s = oci_parse($c, "begin dbms_output.enable(null); end;");
50 …$s = oci_parse($c, "call dbms_output.put_line(:bv1 || ' ' || :bv2 || ' Hello, world! Lots and lots…
62 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
75 $s = oci_parse($c, "begin dbms_output.get_lines(:lines, :numlines); end;");
92 $s = oci_parse($c, "select * from table(mydofetch())");
105 $s = oci_parse($c, 'call dbmsoutput_proc()');
H A Dlob_040.phpt17 …$s = oci_parse($c, "insert into ".$schema.$table_name." (id, clob) values(".$i.", '".$i."aaaa".$i.…
23 $s = oci_parse($c, "select clob from ".$schema.$table_name." order by id");
H A Dedition_2.phpt112 $s = oci_parse($c1,$alter_stmt);
H A Dreflection1.phpt32 reflection::export(new reflectionfunction('oci_parse'));
315 Function [ <internal%s> function oci_parse ] {
H A Dbind_char_3.phpt36 $s = oci_parse($c, "begin :bv2 := bind_char_3_fn(:bv1); end;");
H A Dbind_char_3_11gR1.phpt33 $s = oci_parse($c, "begin :bv2 := bind_char_3_fn(:bv1); end;");
H A Dbind_char_4.phpt38 $s = oci_parse($c, "begin :bv2 := bind_char_3_fn(:bv1); end;");
H A Dbind_char_4_11gR1.phpt35 $s = oci_parse($c, "begin :bv2 := bind_char_3_fn(:bv1); end;");
/PHP-5.3/ext/oci8/
H A Doci8.c788 PHP_FUNCTION(oci_parse);
864 PHP_FE(oci_parse, arginfo_oci_parse)
934 PHP_FALIAS(ociparse, oci_parse, arginfo_oci_parse)
H A Doci8_interface.c1710 PHP_FUNCTION(oci_parse) argument

Completed in 94 milliseconds

123456789