Home
last modified time | relevance | path

Searched refs:end (Results 151 – 175 of 687) sorted by relevance

12345678910>>...28

/PHP-5.6/ext/oci8/tests/
H A Drefcur_prefetch_2.phpt32 end refcurpkg;",
37 end open_ref_cur;
42 end fetch_ref_cur;
43 end refcurpkg;"
65 $sql1 = "begin refcurpkg.open_ref_cur(:cur1); end;";
75 $sql2 = "begin refcurpkg.fetch_ref_cur(:curs1,:c1,:c2); end;";
H A Dimp_res_field.phpt49 end;"
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 Dconn_attr_5.phpt2 Set and get connection attributes with scope end.
24 echo"**Test - Set and get values for the attributes with scope end ************\n";
56 **Test - Set and get values for the attributes with scope end ************
H A Dbug47281.phpt30 end;"
39 $s = oci_parse($c, 'begin bug47281_sp; end;');
H A Dimp_res_lob.phpt41 end;"
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.phpt48 end;"
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 Drefcur_prefetch_1.phpt32 end refcurpkg;",
37 end open_ref_cur;
42 end fetch_ref_cur;
43 end refcurpkg;"
78 $sql1 = "begin refcurpkg.open_ref_cur(:cur1); end;";
93 $sql2 = "begin refcurpkg.fetch_ref_cur(:curs1,:c1,:c2); end;";
/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Dgb18030.c79 gb18030_mbc_to_code(const UChar* p, const UChar* end) in gb18030_mbc_to_code() argument
81 return onigenc_mbn_mbc_to_code(ONIG_ENCODING_GB18030, p, end); in gb18030_mbc_to_code()
91 gb18030_mbc_case_fold(OnigCaseFoldType flag, const UChar** pp, const UChar* end, in gb18030_mbc_case_fold() argument
95 pp, end, lower); in gb18030_mbc_case_fold()
101 const UChar** pp, const UChar* end)
103 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_GB18030, flag, pp, end);
473 gb18030_is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) in gb18030_is_allowed_reverse_match()
/PHP-5.6/ext/dom/tests/
H A DDOMDocument_loadXML_error2.phpt26 Warning: DOMDocument::load%r(XML){0,1}%r(): Couldn't find end of Start Tag book %s
30 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_load_error2.phpt26 Warning: DOMDocument::load%r(XML){0,1}%r(): Couldn't find end of Start Tag book %s
30 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
/PHP-5.6/ext/standard/tests/array/
H A Darray_change_key_case_variation.phpt21 echo "end\n";
51 end
H A Darray_splice_variation3.phpt29 echo "absolute offset - absolute length - cut from end\n";
31 echo "absolute offset - absolute length - attempt to cut past end\n";
55 echo "relative offset - absolute length - cut from end\n";
57 echo "relative offset - absolute length - attempt to cut past end\n";
159 absolute offset - absolute length - cut from end
200 absolute offset - absolute length - attempt to cut past end
569 relative offset - absolute length - cut from end
610 relative offset - absolute length - attempt to cut past end
H A Deach_variation4.phpt25 echo "-- Call each until at the end of the array: --\n";
37 -- Call each until at the end of the array: --
H A Dprev_basic.phpt17 end($array);
29 end($array2);
/PHP-5.6/ext/pgsql/tests/
H A D80_bug32223.phpt14 end;
37 end;
H A D80_bug32223b.phpt14 end;
37 end;
/PHP-5.6/win32/build/
H A Dconfigure.tail3 // tail end of configure
/PHP-5.6/tests/lang/
H A Dbug35382.phpt2 Bug #35382 (Comment in end of file produces fatal error)
/PHP-5.6/ext/exif/tests/
H A Dbug72627.phpt11 Warning: exif_read_data(%s): Thumbnail goes IFD boundary or end of file reached in %sbug72627.php o…
15 Warning: exif_read_data(%s): Thumbnail goes IFD boundary or end of file reached in %sbug72627.php o…
/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;",
27 end;"
/PHP-5.6/ext/spl/tests/
H A Dbug61527.phpt2 Bug #61527 (Recursive/ArrayIterator gives misleading notice when array empty or moved to the end)
32 /* should be at the end and no notice */
40 /* should reached the end */
/PHP-5.6/ext/mbstring/oniguruma/doc/
H A DAPI208 # int onig_search(regex_t* reg, const UChar* str, const UChar* end, const UChar* start,
219 3 end: terminate address of target string
228 ONIG_OPTION_NOTEOL string end (end) isn't considered as end of line
232 # int onig_match(regex_t* reg, const UChar* str, const UChar* end, const UChar* at,
243 3 end: terminate address of target string
249 ONIG_OPTION_NOTEOL string end (end) isn't considered as end of line
416 int func(int group, int beg, int end, int level, int at,
421 end: capture end position
484 # int onigenc_strlen(OnigEncoding enc, const UChar* s, const UChar* end)
/PHP-5.6/Zend/tests/
H A Dbug62343.phpt8 var_dump(end($c));
/PHP-5.6/ext/ereg/regex/
H A Dregerror.ih12 /* ========= end header generated by ./mkh ========= */
/PHP-5.6/ext/date/tests/
H A Dbug71635.phpt2 Bug #71635 (segfault in DatePeriod::getEndDate() when no end date has been set)

Completed in 32 milliseconds

12345678910>>...28