Home
last modified time | relevance | path

Searched refs:end (Results 126 – 150 of 572) sorted by relevance

12345678910>>...23

/PHP-5.3/ext/oci8/tests/
H A Drefcur_prefetch_2.phpt25 end refcurpkg;",
30 end open_ref_cur;
35 end fetch_ref_cur;
36 end refcurpkg;"
58 $sql1 = "begin refcurpkg.open_ref_cur(:cur1); end;";
68 $sql2 = "begin refcurpkg.fetch_ref_cur(:curs1,:c1,:c2); end;";
H A Dconn_attr_5.phpt2 Set and get connection attributes with scope end.
21 echo"**Test - Set and get values for the attributes with scope end ************\n";
53 **Test - Set and get values for the attributes with scope end ************
H A Dbug47281.phpt29 end;"
38 $s = oci_parse($c, 'begin bug47281_sp; end;');
H A Drefcur_prefetch_1.phpt25 end refcurpkg;",
30 end open_ref_cur;
35 end fetch_ref_cur;
36 end refcurpkg;"
71 $sql1 = "begin refcurpkg.open_ref_cur(:cur1); end;";
86 $sql2 = "begin refcurpkg.fetch_ref_cur(:curs1,:c1,:c2); end;";
/PHP-5.3/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_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, in gb18030_mbc_to_normalize() argument
95 pp, end, lower); in gb18030_mbc_to_normalize()
99 gb18030_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in gb18030_is_mbc_ambiguous() argument
101 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_GB18030, flag, pp, end); in gb18030_is_mbc_ambiguous()
470 gb18030_is_allowed_reverse_match(const UChar* s, const UChar* end) in gb18030_is_allowed_reverse_match() argument
/PHP-5.3/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 Dprev_basic.phpt17 end($array);
29 end($array2);
/PHP-5.3/win32/build/
H A Dconfigure.tail3 // tail end of configure
/PHP-5.3/tests/lang/
H A Dbug35382.phpt2 Bug #35382 (Comment in end of file produces fatal error)
/PHP-5.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;",
27 end;"
H A Dpdo_oci_attr_autocommit_2.phpt49 echo "Test 3 Setting ATTR_AUTOCOMMIT to true will commit and end the transaction\n";
63 echo "Test 4 Setting ATTR_AUTOCOMMIT to false will commit and end the transaction\n";
110 Test 3 Setting ATTR_AUTOCOMMIT to true will commit and end the transaction
114 Test 4 Setting ATTR_AUTOCOMMIT to false will commit and end the transaction
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Ddelete.c64 int end, addr; /* A couple addresses of generated code */ in sqliteDeleteFrom() local
222 end = sqliteVdbeMakeLabel(v); in sqliteDeleteFrom()
228 addr = sqliteVdbeAddOp(v, OP_ListRead, 0, end); in sqliteDeleteFrom()
261 addr = sqliteVdbeAddOp(v, OP_ListRead, 0, end); in sqliteDeleteFrom()
285 sqliteVdbeResolveLabel(v, end); in sqliteDeleteFrom()
/PHP-5.3/ext/standard/
H A Ddns.c725 u_char *cp = NULL, *end = NULL; in PHP_FUNCTION() local
832 end = answer.qb2 + n; in PHP_FUNCTION()
841 n = dn_skipname(cp, end); in PHP_FUNCTION()
852 while (an-- && cp && cp < end) { in PHP_FUNCTION()
865 while (ns-- > 0 && cp && cp < end) { in PHP_FUNCTION()
877 while (ar-- > 0 && cp && cp < end) { in PHP_FUNCTION()
904 u_char *cp, *end; in PHP_FUNCTION() local
950 end = (u_char *)&ans +i; in PHP_FUNCTION()
952 if ((i = dn_skipname(cp, end)) < 0 ) { in PHP_FUNCTION()
958 while (--count >= 0 && cp < end) { in PHP_FUNCTION()
[all …]
H A Dstring.c671 unsigned char *end; in php_charmask() local
676 for (end = input+len; input < end; input++) { in php_charmask()
3126 for (source=str, end=str+nlen, target=str; source < end; source++) {
3188 char *end; local
3249 char *end; local
3494 if (p < end) {
3496 e += end - p;
3511 if (p < end) {
3513 e += end - p;
3931 end=begin;
[all …]
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DAPI191 # int onig_search(regex_t* reg, const UChar* str, const UChar* end, const UChar* start,
202 3 end: terminate address of target string
211 ONIG_OPTION_NOTEOL string end (end) isn't considered as end of line
215 # int onig_match(regex_t* reg, const UChar* str, const UChar* end, const UChar* at,
226 3 end: terminate address of target string
232 ONIG_OPTION_NOTEOL string end (end) isn't considered as end of line
399 int func(int group, int beg, int end, int level, int at,
404 end: capture end position
467 # int onigenc_strlen(OnigEncoding enc, const UChar* s, const UChar* end)
/PHP-5.3/Zend/tests/
H A Dbug62343.phpt8 var_dump(end($c));
H A Dbug41372.phpt6 end($Foo);
/PHP-5.3/ext/ereg/regex/
H A Dregerror.ih12 /* ========= end header generated by ./mkh ========= */
H A Ddebug.ih14 /* ========= end header generated by ./mkh ========= */
/PHP-5.3/ext/spl/examples/
H A Drecursivecomparedualiterator.inc19 /** Used to keep end of recursion equality. That is en leaving a nesting
20 * level we need to check whether both child iterators are at their end.
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregposix.c170 UChar* end; in regexec() local
193 end = (UChar* )(str + len); in regexec()
194 r = onig_search(ONIG_C(reg), (UChar* )str, end, (UChar* )str, end, in regexec()
/PHP-5.3/ext/xml/tests/
H A Dbug43957.phpt2 Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string)
/PHP-5.3/Zend/
H A Dzend_static_allocator.h34 char *end; member
H A Dzend_language_scanner.l740 char *end; in zend_scan_escape_string() local
747 while (s<end) { in zend_scan_escape_string()
750 if (s >= end) { in zend_scan_escape_string()
1830 while (s<end) {
1947 if (*end == ';') {
1948 end++;
1951 if (*end == '\n' || *end == '\r') {
2112 end++;
2115 if (*end == '\n' || *end == '\r') {
2184 end++;
[all …]

Completed in 59 milliseconds

12345678910>>...23