Home
last modified time | relevance | path

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

12345678910>>...30

/PHP-7.1/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-7.1/ext/sysvshm/
H A Dsysvshm.c195 chunk_ptr->end = chunk_ptr->start; in PHP_FUNCTION()
197 chunk_ptr->free = shm_size-chunk_ptr->end; in PHP_FUNCTION()
379 shm_var = (sysvshm_chunk *) ((char *) ptr + ptr->end); in php_put_shm_data()
384 ptr->end += total_size; in php_put_shm_data()
400 if (pos >= ptr->end) { in php_check_shm_data()
427 memcpy_len = ptr->end-shm_varpos - chunk_ptr->next; in php_remove_shm_data()
429 ptr->end -= chunk_ptr->next; in php_remove_shm_data()
/PHP-7.1/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-7.1/ext/zlib/tests/
H A Dgzseek_variation6.phpt18 echo "move to the end\n";
32 move to the end
/PHP-7.1/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-7.1/ext/opcache/Optimizer/
H A Dzend_optimizer.c90 while (opline < end) { in zend_optimizer_lookup_cv()
398 while (opline != end) { in zend_optimizer_remove_live_range()
422 while (opline < end) { in zend_optimizer_replace_by_const()
816 zend_op *opline, *end; in zend_revert_pass_two() local
820 while (opline < end) { in zend_revert_pass_two()
833 zend_op *opline, *end; in zend_redo_pass_two() local
837 while (opline < end) { in zend_redo_pass_two()
852 zend_op *opline, *end; in zend_redo_pass_two_ex() local
856 while (opline < end) { in zend_redo_pass_two_ex()
893 zend_op *opline, *end; in zend_adjust_fcall_stack_size() local
[all …]
H A Dblock_pass.c152 end = opline + block->len; in zend_optimize_block()
153 while (opline < end) { in zend_optimize_block()
834 for (; op < end; op++) { in assemble_code_blocks()
939 while (opline < end) { in assemble_code_blocks()
989 while (opline != end) { in assemble_code_blocks()
1008 zend_op *end; in assemble_code_blocks() local
1012 while (opline < end) { in assemble_code_blocks()
1515 zend_op *opline, *end; in zend_t_usage() local
1543 while (opline<end) { in zend_t_usage()
1627 while (opline >= end) { in zend_t_usage()
[all …]
/PHP-7.1/ext/mbstring/libmbfl/mbfl/
H A Deaw_table.h3 int end; member
/PHP-7.1/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 Dbug47281_tt.phpt22 end;"
31 $s = oci_parse($c, 'begin bug47281_sp; 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 Dbug44008.phpt18 end;"
25 $s = oci_parse($c, 'begin bug44008_proc(:data); 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 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;";
/PHP-7.1/ext/xml/tests/
H A Dxml011.phpt24 echo "\nChange to empty end handler\n";
69 Change to empty end handler
/PHP-7.1/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-7.1/ext/standard/
H A Durl_scanner_ex.c328 #define YYLIMIT end
497 char *end, *q; in xx_mainloop() local
1314 while (end < limit) { in php_url_scanner_reset_var_impl()
1316 end += separator_len; in php_url_scanner_reset_var_impl()
1320 end++; in php_url_scanner_reset_var_impl()
1334 memmove(start, end, in php_url_scanner_reset_var_impl()
1352 while (end < limit) { in php_url_scanner_reset_var_impl()
1353 if (*end == '>') { in php_url_scanner_reset_var_impl()
1354 end += 1; in php_url_scanner_reset_var_impl()
1357 end++; in php_url_scanner_reset_var_impl()
[all …]
/PHP-7.1/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-7.1/ext/date/tests/
H A Dbug52113.phpt8 $end = new DateTime('2003-01-02 12:00:00');
9 $diff = $start->diff($end);
134 ["end"]=>
222 ["end"]=>
/PHP-7.1/ext/zip/lib/
H A Dzip_source_win32handle.c100 ctx->end = (len < 0 ? 0 : start + (zip_uint64_t)len); in _zip_source_win32_handle_or_name()
211 if (ctx->end > 0) { in _win32_read_file()
212 n = ctx->end - ctx->current; in _win32_read_file()
271 if (ctx->end == 0) { in _win32_read_file()
287 new_current = (zip_int64_t)ctx->end + args->offset; in _win32_read_file()
299 … || (zip_uint64_t)new_current < ctx->start || (ctx->end != 0 && (zip_uint64_t)new_current > ctx->e… in _win32_read_file()
572 if (ctx->end != 0) { in _zip_stat_win32()
573 st->size = ctx->end - ctx->start; in _zip_stat_win32()

Completed in 58 milliseconds

12345678910>>...30