Home
last modified time | relevance | path

Searched refs:begin (Results 26 – 50 of 126) sorted by relevance

123456

/PHP-5.6/ext/oci8/tests/
H A Dbug47281_tt.phpt19 begin
31 $s = oci_parse($c, 'begin bug47281_sp; end;');
H A Dbug44008.phpt17 as begin p := 'A';
25 $s = oci_parse($c, 'begin bug44008_proc(:data); end;');
H A Dimp_res_field.phpt40 begin
72 $s = oci_parse($c, "begin imp_res_field_proc(); end;");
77 $s = oci_parse($c, "begin imp_res_field_proc(); end;");
85 $s = oci_parse($c, "begin imp_res_field_proc(); end;");
92 $s = oci_parse($c, "begin imp_res_field_proc(); end;");
104 $s = oci_parse($c, "begin imp_res_field_proc(); end;");
H A Ddrcp_functions.inc62 $set_stmt = "begin drcp_test_package.p1($num); end;";
80 begin
84 begin
H A Dbug37581.phpt20 begin
33 $stmt = oci_parse($c,'begin bug37581_pkg.array_bind(:in_arr, :out_str); end;');
H A Dbug47281.phpt27 begin
39 $s = oci_parse($c, 'begin bug47281_sp; end;');
H A Dimp_res_lob.phpt34 begin
49 $s = oci_parse($c, "begin imp_res_lob_proc(); end;");
63 $s = oci_parse($c, "begin imp_res_lob_proc(); end;");
H A Dimp_res_get_1.phpt39 begin
56 $s = oci_parse($c, "begin imp_res_get_1_proc(); end;");
68 $s = oci_parse($c, "begin imp_res_get_1_proc(); end;");
H A Dimp_res_cancel.phpt26 begin
39 $s = oci_parse($c, "begin imp_res_cancel_proc(); end;");
H A Dbug51291_2.phpt15 $s = oci_parse($c, "declare e exception; begin if :bv = 1 then raise e; end if; end;");
49 string(64) "declare e exception; begin if :bv = 1 then raise e; end if; end;"
H A Dbug42841.phpt22 begin
34 begin
95 $stmt = oci_parse($c, 'begin :cur := bug43449_pkg.testcursor; end;');
H A Dimp_res_close.phpt27 begin
42 $s = oci_parse($c, "begin imp_res_close_proc(); end;");
H A Drefcur_prefetch_4.phpt38 begin
42 begin
67 $sql1 = "begin refcurpkg.open_ref_cur(:cur1); end;";
77 $sql2 = "begin refcurpkg.fetch_ref_cur(:curs1,:c1,:c2); end;";
H A Dimp_res_get_4.phpt39 begin
66 $s = oci_parse($c, "begin imp_res_get_4_proc(); end;");
85 $s = oci_parse($c, "begin imp_res_get_4_proc(); end;");
H A Dbug36010.phpt15 $sql = "begin :p_clob := 'lob string'; end;";
/PHP-5.6/ext/pgsql/tests/
H A D80_bug32223.phpt11 begin
34 begin
H A D80_bug32223b.phpt11 begin
34 begin
H A Dbug65119.phpt13 pg_query("begin");
/PHP-5.6/ext/date/lib/
H A Dparse_date.re454 char *begin, *end, *str;
464 begin = *ptr;
474 memcpy(str, begin, end - begin);
507 begin = *ptr;
514 memcpy(str, begin, end - begin);
556 memcpy(word, begin, end - begin);
589 memcpy(word, begin, end - begin);
636 memcpy(word, begin, end - begin);
731 memcpy(word, begin, end - begin);
1854 char *begin;
[all …]
/PHP-5.6/ext/pdo_oci/tests/
H A Dpdo_oci_fread_1.phpt21 "begin execute immediate 'drop table pdo_oci_fread_tab'; exception when others then null; end;",
25 begin
/PHP-5.6/ext/spl/examples/
H A Dphar_from_dir.php40 $phar->begin();
/PHP-5.6/ext/ereg/regex/
H A Dregerror.ih1 /* ========= begin header generated by ./mkh ========= */
H A Ddebug.ih1 /* ========= begin header generated by ./mkh ========= */
/PHP-5.6/ext/soap/tests/
H A Dbug73037.phpt30 …$begin = '<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://www.w3.org…
33 $min = strlen($begin) + strlen($piece) + strlen($end);
36 $data = $begin;
52 if (strlen($begin) + strlen($tmp) + strlen($end) > $max) {
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c327 zend_uchar *begin = buf; in php_mysqlnd_greet_read() local
451 p - begin - packet->header.size); in php_mysqlnd_greet_read()
649 zend_uchar *begin = buf; in php_mysqlnd_auth_response_read() local
727 p - begin - packet->header.size); in php_mysqlnd_auth_response_read()
812 zend_uchar *begin = buf; in php_mysqlnd_ok_read() local
904 zend_uchar *begin = buf; in php_mysqlnd_eof_read() local
1053 zend_uchar *begin = buf; in php_mysqlnd_rset_header_read() local
1193 zend_uchar *begin = buf; in php_mysqlnd_rset_field_read() local
1972 zend_uchar *begin = buf; in php_mysqlnd_prepare_read() local
2060 zend_uchar *begin = buf; in php_mysqlnd_chg_user_read() local
[all …]

Completed in 41 milliseconds

123456