Home
last modified time | relevance | path

Searched refs:end (Results 101 – 125 of 572) sorted by relevance

12345678910>>...23

/PHP-5.3/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt27 end refcurpkg;",
33 end open_ref_cur;
37 end fetch_ref_cur;
38 end refcurpkg;"
60 $sql1 = "begin refcurpkg.open_ref_cur(:cur1); end;";
70 $sql2 = "begin refcurpkg.fetch_ref_cur(:curs1,:c1,:c2); end;";
H A Dbug47281_tt.phpt22 end;"
31 $s = oci_parse($c, 'begin bug47281_sp; end;');
H A Dbug44008.phpt18 end;"
25 $s = oci_parse($c, 'begin bug44008_proc(:data); end;');
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.h85 #define NSTRING_LEN(node) ((node)->u.str.end - (node)->u.str.s)
106 UChar* end; member
308 extern int onig_scan_unsigned_number P_((UChar** src, const UChar* end, OnigEncoding enc));
311 extern int onig_node_str_cat P_((Node* node, const UChar* s, const UChar* end));
315 extern Node* onig_node_new_str P_((const UChar* s, const UChar* end));
320 extern int onig_parse_make_tree P_((Node** root, const UChar* pattern, const UChar* end, regex_t…
/PHP-5.3/ext/standard/
H A Dcrypt_blowfish.c390 unsigned char *end = dptr + size; in BF_decode() local
398 if (dptr >= end) break; in BF_decode()
402 if (dptr >= end) break; in BF_decode()
406 } while (dptr < end); in BF_decode()
408 while (dptr < end) /* PHP hack */ in BF_decode()
417 const unsigned char *end = sptr + size; in BF_encode() local
425 if (sptr >= end) { in BF_encode()
434 if (sptr >= end) { in BF_encode()
443 } while (sptr < end); in BF_encode()
/PHP-5.3/ext/pgsql/tests/
H A D80_bug32223.phpt14 end;
35 end;
H A D80_bug32223b.phpt14 end;
35 end;
/PHP-5.3/ext/xml/tests/
H A Dxml011.phpt24 echo "\nChange to empty end handler\n";
69 Change to empty end handler
/PHP-5.3/Zend/
H A Dzend_static_allocator.c28 block->end = block->bp + block_size; in block_init()
34 if ((block->pos += size) >= block->end) { in block_allocate()
/PHP-5.3/ext/mbstring/oniguruma/enc/
H A Diso8859_13.c108 const UChar** pp, const UChar* end, UChar* lower) in mbc_to_normalize() argument
126 is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in is_mbc_ambiguous() argument
H A Diso8859_16.c108 const UChar** pp, const UChar* end, UChar* lower) in mbc_to_normalize() argument
126 is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in is_mbc_ambiguous() argument
H A Diso8859_2.c108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_2_mbc_to_normalize() argument
127 const UChar** pp, const UChar* end) in iso_8859_2_is_mbc_ambiguous() argument
H A Diso8859_3.c108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_3_mbc_to_normalize() argument
127 const UChar** pp, const UChar* end) in iso_8859_3_is_mbc_ambiguous() argument
H A Diso8859_7.c108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_7_mbc_to_normalize() argument
127 const UChar** pp, const UChar* end) in iso_8859_7_is_mbc_ambiguous() argument
H A Dkoi8.c108 const OnigUChar** pp, const OnigUChar* end, OnigUChar* lower) in koi8_mbc_to_normalize() argument
126 koi8_is_mbc_ambiguous(OnigAmbigType flag, const OnigUChar** pp, const OnigUChar* end) in koi8_is_mbc_ambiguous() argument
H A Dkoi8_r.c108 const UChar** pp, const UChar* end, UChar* lower) in koi8_r_mbc_to_normalize() argument
126 koi8_r_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in koi8_r_is_mbc_ambiguous() argument
H A Diso8859_10.c108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_10_mbc_to_normalize() argument
127 const UChar** pp, const UChar* end) in iso_8859_10_is_mbc_ambiguous() argument
H A Diso8859_14.c108 const UChar** pp, const UChar* end, UChar* lower) in mbc_to_normalize() argument
126 is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in is_mbc_ambiguous() argument
H A Diso8859_4.c108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_4_mbc_to_normalize() argument
127 const UChar** pp, const UChar* end) in iso_8859_4_is_mbc_ambiguous() argument
H A Diso8859_5.c108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_5_mbc_to_normalize() argument
128 const UChar** pp, const UChar* end) in iso_8859_5_is_mbc_ambiguous() argument
H A Diso8859_9.c108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_9_mbc_to_normalize() argument
127 const UChar** pp, const UChar* end) in iso_8859_9_is_mbc_ambiguous() argument
H A Diso8859_15.c108 const UChar** pp, const UChar* end, UChar* lower) in mbc_to_normalize() argument
126 is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in is_mbc_ambiguous() argument
/PHP-5.3/ext/standard/tests/array/
H A Dprev_variation2.phpt20 end($subarray);
23 end($array_arg);
/PHP-5.3/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt16 Reading stops when up to length bytes have been read, EOF (end of file) is
33 echo "at end:".fread($h,100)."\n";
63 at end:
/PHP-5.3/sapi/cli/
H A Dphp_cli_readline.h25 char **cli_code_completion(const char *text, int start, int end);

Completed in 61 milliseconds

12345678910>>...23