Home
last modified time | relevance | path

Searched refs:end (Results 201 – 225 of 744) sorted by relevance

12345678910>>...30

/PHP-7.2/ext/exif/tests/
H A Dbug72627.phpt11 Warning: exif_read_data(%s): Thumbnail goes IFD boundary or end of file reached in %sbug72627.php o…
15 Warning: exif_read_data(%s): Thumbnail goes IFD boundary or end of file reached in %sbug72627.php o…
/PHP-7.2/sapi/phpdbg/tests/
H A Dnormal_exit.phpt2 A script with die() must end "normally"
H A Dphpdbg_oplog_002.phpt9 Warning: Can not end an oplog without starting it in %s on line 3
/PHP-7.2/Zend/tests/
H A Dforeach_007.phpt2 Foreach by reference and inserting new element when we are already at the end
H A Dbug41372.phpt6 end($Foo);
H A Deval_parse_error_with_doc_comment.phpt15 Parse error: syntax error, unexpected end of file in %s(%d) : eval()'d code on line %d
H A Dbug70187.phpt2 Bug #70187 (Notice: unserialize(): Unexpected end of serialized data)
/PHP-7.2/ext/oci8/tests/
H A Dimp_res_lob.phpt41 end;"
49 $s = oci_parse($c, "begin imp_res_lob_proc(); end;");
63 $s = oci_parse($c, "begin imp_res_lob_proc(); end;");
H A Dimp_res_get_1.phpt48 end;"
56 $s = oci_parse($c, "begin imp_res_get_1_proc(); end;");
68 $s = oci_parse($c, "begin imp_res_get_1_proc(); end;");
H A Drefcur_prefetch_1.phpt32 end refcurpkg;",
37 end open_ref_cur;
42 end fetch_ref_cur;
43 end refcurpkg;"
78 $sql1 = "begin refcurpkg.open_ref_cur(:cur1); end;";
93 $sql2 = "begin refcurpkg.fetch_ref_cur(:curs1,:c1,:c2); end;";
H A Dimp_res_cancel.phpt31 end;"
39 $s = oci_parse($c, "begin imp_res_cancel_proc(); end;");
/PHP-7.2/ext/date/tests/
H A Dbug71635.phpt2 Bug #71635 (segfault in DatePeriod::getEndDate() when no end date has been set)
H A Dbug78751.phpt11 $oDays->end instanceof DateTimeImmutable
/PHP-7.2/ext/standard/tests/array/
H A Deach_variation4.phpt25 echo "-- Call each until at the end of the array: --\n";
36 -- Call each until at the end of the array: --
H A Drange_bug70239_0.phpt9 Warning: range(): Invalid range supplied: start=0 end=inf in %srange_bug70239_0.php on line %d
H A Drange_bug70239_1.phpt9 Warning: range(): Invalid range supplied: start=inf end=inf in %srange_bug70239_1.php on line %d
H A Drange_bug70239_2.phpt9 Warning: range(): The supplied range exceeds the maximum array size: start=0 end=%d in %srange_bug7…
/PHP-7.2/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-7.2/ext/pdo_oci/tests/
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-7.2/ext/mbstring/oniguruma/src/
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()
H A Dregcomp.c55 int len = end - s; in str_dup()
517 end = sn->end; in compile_string_node()
525 for (; p < end; ) { in compile_string_node()
3242 end = sn->end; in update_string_node_case_fold()
3250 while (p < end) { in update_string_node_case_fold()
3423 end = sn->end; in expand_case_fold_string()
3430 while (p < end) { in expand_case_fold_string()
3505 if (p < end) { in expand_case_fold_string()
3961 len = end - s; in set_bm_skip()
4261 UChar *p, *end; in concat_opt_exact_info() local
[all …]
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_optimizer.c507 while (opline != end) { in zend_optimizer_remove_live_range()
566 while (opline < end) { in zend_optimizer_replace_by_const()
1078 zend_op *opline, *end; in zend_revert_pass_two() local
1081 end = opline + op_array->last; in zend_revert_pass_two()
1082 while (opline < end) { in zend_revert_pass_two()
1095 zend_op *opline, *end; in zend_redo_pass_two() local
1099 while (opline < end) { in zend_redo_pass_two()
1114 zend_op *opline, *end; in zend_redo_pass_two_ex() local
1118 while (opline < end) { in zend_redo_pass_two_ex()
1155 zend_op *opline, *end; in zend_adjust_fcall_stack_size() local
[all …]
H A Dzend_cfg.c149 b = blocks + block_map[live_range->end]; in zend_mark_reachable_blocks()
170 zend_basic_block *end; in zend_mark_reachable_blocks() local
173 end = blocks + block_map[op_array->try_catch_array[j].catch_op]; in zend_mark_reachable_blocks()
174 while (b != end) { in zend_mark_reachable_blocks()
185 end = blocks + block_map[op_array->try_catch_array[j].finally_op]; in zend_mark_reachable_blocks()
186 while (b != end) { in zend_mark_reachable_blocks()
457 BB_START(op_array->live_range[j].end); in zend_build_cfg()
618 zend_basic_block *end = blocks + cfg->blocks_count; in zend_cfg_build_predecessors() local
622 for (b = blocks; b < end; b++) { in zend_cfg_build_predecessors()
625 for (b = blocks; b < end; b++) { in zend_cfg_build_predecessors()
[all …]
/PHP-7.2/ext/standard/tests/password/
H A Dbug75221.phpt2 Bug #75221 (Argon2i always throws NUL at the end)
/PHP-7.2/Zend/
H A Dzend_operators.h152 zend_memnstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnstr() argument
160 return (const char *)memchr(p, *needle, (end-p)); in zend_memnstr()
163 off_p = end - haystack; in zend_memnstr()
171 end -= needle_len; in zend_memnstr()
173 while (p <= end) { in zend_memnstr()
174 if ((p = (const char *)memchr(p, *needle, (end-p+1))) && ne == p[needle_len-1]) { in zend_memnstr()
189 return zend_memnstr_ex(haystack, needle, needle_len, end); in zend_memnstr()
210 zend_memnrstr(const char *haystack, const char *needle, size_t needle_len, char *end) in zend_memnrstr() argument
212 const char *p = end; in zend_memnrstr()
221 off_p = end - haystack; in zend_memnrstr()
[all …]

Completed in 54 milliseconds

12345678910>>...30