Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-5.5/ext/date/tests/
H A Dbug52113.phpt8 $end = new DateTime('2003-01-02 12:00:00');
9 $diff = $start->diff($end);
128 ["end"]=>
212 ["end"]=>
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Deaw_table.h3 int end; member
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_scope5.phpt2 DRCP: oci_pconnect() with scope end when oci8.old_oci_close_semantics ON
13 // Similar to drcp_scope3.phpt but does a commit before end of
14 // function2, allowing the table to be dropped cleanly at the end.
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;');
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;');
/PHP-5.5/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.5/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.5/ext/xml/tests/
H A Dxml011.phpt24 echo "\nChange to empty end handler\n";
69 Change to empty end handler
/PHP-5.5/ext/standard/tests/array/
H A Dprev_variation2.phpt20 end($subarray);
23 end($array_arg);
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.5/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.5/sapi/fpm/fpm/
H A Dfastcgi.c247 char *cur, *end; in fcgi_set_allowed_clients() local
263 end = strchr(cur, ','); in fcgi_set_allowed_clients()
264 if (end) { in fcgi_set_allowed_clients()
265 *end = 0; in fcgi_set_allowed_clients()
266 end++; in fcgi_set_allowed_clients()
277 cur = end; in fcgi_set_allowed_clients()
386 if (p < end) { in fcgi_get_params_len()
391 else if (p + 3 < end) { in fcgi_get_params_len()
410 for (; p != end; ++p) { in fcgi_param_get_eff_len()
443 while (p < end) { in fcgi_get_params()
[all …]
/PHP-5.5/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.5/ext/pgsql/tests/
H A D80_bug32223.phpt14 end;
37 end;
H A D80_bug32223b.phpt14 end;
37 end;
/PHP-5.5/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.5/win32/build/
H A Dconfigure.tail3 // tail end of configure

Completed in 38 milliseconds

12345678910>>...26