Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-5.6/ext/opcache/
H A Dzend_accelerator_blacklist.c95 char regexp[12*1024], *p, *end, *c, *backtrack = NULL; in zend_accel_blacklist_update_regexp() local
107 end = regexp + sizeof(regexp) - sizeof("[^\\\\]*)\0"); in zend_accel_blacklist_update_regexp()
111 if (p + blacklist->entries[i].path_length < end) { in zend_accel_blacklist_update_regexp()
112 while (*c && p < end) { in zend_accel_blacklist_update_regexp()
213 zend_blacklist_entry *p = blacklist->entries, *end = blacklist->entries + blacklist->pos; in zend_accel_blacklist_shutdown() local
215 while (p<end) { in zend_accel_blacklist_shutdown()
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregerror.c195 static int to_ascii(OnigEncoding enc, UChar *s, UChar *end, in to_ascii() argument
205 while (p < end) { in to_ascii()
206 code = ONIGENC_MBC_TO_CODE(enc, p, end); in to_ascii()
232 *is_over = ((p < end) ? 1 : 0); in to_ascii()
235 len = MIN((end - s), buf_size); in to_ascii()
237 *is_over = ((buf_size < (end - s)) ? 1 : 0); in to_ascii()
/PHP-5.6/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 if (end - dptr == size) { in BF_decode()
412 while (dptr < end) /* PHP hack */ in BF_decode()
421 const unsigned char *end = sptr + size; in BF_encode() local
429 if (sptr >= end) { in BF_encode()
438 if (sptr >= end) { in BF_encode()
447 } while (sptr < end); in BF_encode()
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_auth.c64 goto end; in mysqlnd_auth_handshake()
71 goto end; in mysqlnd_auth_handshake()
80 goto end; in mysqlnd_auth_handshake()
107 goto end; in mysqlnd_auth_handshake()
139 goto end; in mysqlnd_auth_handshake()
144 end: in mysqlnd_auth_handshake()
185 goto end; in mysqlnd_auth_change_user()
192 goto end; in mysqlnd_auth_change_user()
201 goto end; in mysqlnd_auth_change_user()
208 goto end; in mysqlnd_auth_change_user()
[all …]
/PHP-5.6/ext/phar/tests/zip/
H A Dcorrupt_001.phpt21 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…
22 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…
/PHP-5.6/ext/pcre/tests/
H A Dpreg_match_all_basic.phpt10 …T_CAPTURE|PREG_PATTERN_ORDER, -10)); //finds any digit that's not 4 10 digits from the end(1 match)
14 …atch3, PREG_PATTERN_ORDER)); //finds ".\ [...]" and everything else to the end of the string. (gre…
16 var_dump(preg_match_all('/\d{2}$/', $string, $match4)); //tries to find 2 digits at the end of a st…
/PHP-5.6/ext/standard/tests/array/
H A Darray_change_key_case_errors.phpt14 echo "end\n";
28 end
H A Dprev_variation2.phpt20 end($subarray);
23 end($array_arg);
/PHP-5.6/ext/standard/tests/strings/
H A Dchop_basic.phpt6 * Description: Strip whitespace (or other characters) from the end of a string
26 // Calling chop() with the charlist not present at the end of input string
/PHP-5.6/ext/zlib/tests/
H A Dgzseek_variation6.phpt18 echo "move to the end\n";
32 move to the end
/PHP-5.6/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.6/ext/oci8/tests/
H A Dimp_res_prefetch.phpt45 end;"
53 $s = oci_parse($c, "begin imp_res_prefetch_proc(); end;");
60 $s = oci_parse($c, "begin imp_res_prefetch_proc(); end;");
67 $s = oci_parse($c, "begin imp_res_prefetch_proc(); end;");
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 Dimp_res_4.phpt30 end;"
38 $s = oci_parse($c, "begin imp_res_4_proc(); end;");
44 $s = oci_parse($c, "begin imp_res_4_proc(); end;");
H A Dimp_res_5.phpt30 end;"
38 $s = oci_parse($c, "begin imp_res_5_proc(); end;");
44 $s = oci_parse($c, "begin imp_res_5_proc(); end;");
H A Drefcur_prefetch_4.phpt34 end refcurpkg;",
40 end open_ref_cur;
44 end fetch_ref_cur;
45 end refcurpkg;"
67 $sql1 = "begin refcurpkg.open_ref_cur(:cur1); end;";
77 $sql2 = "begin refcurpkg.fetch_ref_cur(:curs1,:c1,:c2); end;";
H A Dimp_res_1.phpt54 end;"
62 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
68 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
74 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
80 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
86 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
92 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
98 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
104 $s = oci_parse($c, "begin imp_res_1_proc(); 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.6/ext/mbstring/libmbfl/mbfl/
H A Deaw_table.h3 int end; member
/PHP-5.6/ext/xml/tests/
H A Dxml011.phpt24 echo "\nChange to empty end handler\n";
69 Change to empty end handler
/PHP-5.6/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.6/ext/soap/tests/
H A Dbug73037.phpt31 $end = '</CATALOG></soapenv:Body></soapenv:Envelope>';
33 $min = strlen($begin) + strlen($piece) + strlen($end);
38 while (strlen($data) + strlen($end) < $max) {
52 if (strlen($begin) + strlen($tmp) + strlen($end) > $max) {
58 $data .= $end;
/PHP-5.6/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.6/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 …]

Completed in 43 milliseconds

12345678910>>...28