Home
last modified time | relevance | path

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

12345

/PHP-7.3/ext/oci8/tests/
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_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_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_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 Dbug36010.phpt15 $sql = "begin :p_clob := 'lob string'; end;";
H A Derror2.phpt16 $s = oci_parse($c, "create or replace procedure myproc as begin bogus 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;");
/PHP-7.3/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-7.3/ext/spl/examples/
H A Dphar_from_dir.php40 $phar->begin();
/PHP-7.3/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-7.3/Zend/tests/
H A Dns_trailing_comma_error_07.phpt2 Unmixed group use declarations mustn't begin with a comma
H A Dns_trailing_comma_error_04.phpt2 Group use declarations mustn't begin with a comma
/PHP-7.3/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-7.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c329 const zend_uchar * const begin = buf; in php_mysqlnd_greet_read() local
460 p - begin - packet->header.size); in php_mysqlnd_greet_read()
652 const zend_uchar * const begin = buf; in php_mysqlnd_auth_response_read() local
731 p - begin - packet->header.size); in php_mysqlnd_auth_response_read()
811 const zend_uchar * const begin = buf; in php_mysqlnd_ok_read() local
867 p - begin - packet->header.size); in php_mysqlnd_ok_read()
905 const zend_uchar * const begin = buf; in php_mysqlnd_eof_read() local
954 p - begin - packet->header.size); in php_mysqlnd_eof_read()
1042 const zend_uchar * const begin = buf; in php_mysqlnd_rset_header_read() local
1183 const zend_uchar * const begin = buf; in php_mysqlnd_rset_field_read() local
[all …]
/PHP-7.3/ext/pdo_dblib/tests/
H A Dbatch_stmt_transaction.phpt18 "begin transaction;" .
38 // check results from begin transaction

Completed in 38 milliseconds

12345