Home
last modified time | relevance | path

Searched refs:end (Results 51 – 75 of 677) sorted by path

12345678910>>...28

/PHP-7.4/Zend/
H A Dzend_gc.c694 Bucket *p, *end; in gc_scan_black() local
709 end = zv + n; in gc_scan_black()
766 end--; in gc_scan_black()
767 zv = &end->val; in gc_scan_black()
812 Bucket *p, *end; in gc_mark_grey() local
829 end = zv + n; in gc_mark_grey()
887 end--; in gc_mark_grey()
987 Bucket *p, *end; in gc_scan() local
1070 end--; in gc_scan()
1244 end--; in gc_collect_white()
[all …]
H A Dzend_generators.c304 } else if (op_num < range->end) { in calc_gc_buffer_size()
377 zval *end = zv + (EX_NUM_ARGS() - op_array->num_args); in zend_generator_get_gc() local
378 while (zv != end) { in zend_generator_get_gc()
396 } else if (op_num < range->end) { in zend_generator_get_gc()
H A Dzend_hash.c389 while (p != end) { in zend_hash_discard()
464 while (iter != end) { in zend_hash_iterator_add()
559 while (iter != end) { in _zend_hash_iterators_remove()
580 while (iter != end) { in zend_hash_iterators_lower_pos()
1527 Bucket *p, *end; in zend_hash_destroy() local
1589 Bucket *p, *end; in zend_array_destroy() local
1642 Bucket *p, *end; in zend_hash_clean() local
1711 Bucket *p, *end; in zend_symtable_clean() local
2009 } while (p != end); in zend_array_dup_packed_elements()
2036 } while (p != end); in zend_array_dup_elements()
[all …]
H A Dzend_highlight.c58 const unsigned char *ptr = (const unsigned char*)s, *end = ptr + len; in zend_html_puts() local
65 end = filtered + filtered_len; in zend_html_puts()
68 while (ptr<end) { in zend_html_puts()
72 } while ((++ptr < end) && (*ptr==' ')); in zend_html_puts()
H A Dzend_inheritance.c623 while (op < end) { in zend_get_function_declaration()
1164 zval *src, *dst, *end; in zend_do_inheritance_ex() local
1176 } while (dst != end); in zend_do_inheritance_ex()
1178 end = ce->default_properties_table; in zend_do_inheritance_ex()
1195 } while (dst != end); in zend_do_inheritance_ex()
1205 } while (dst != end); in zend_do_inheritance_ex()
1211 zval *src, *dst, *end; in zend_do_inheritance_ex() local
1223 } while (dst != end); in zend_do_inheritance_ex()
1248 } while (dst != end); in zend_do_inheritance_ex()
1266 } while (dst != end); in zend_do_inheritance_ex()
[all …]
H A Dzend_ini_scanner.l317 char *end; in zend_ini_escape_string() local
323 end = s + Z_STRLEN_P(lval); in zend_ini_escape_string()
325 while (s < end) { in zend_ini_escape_string()
328 if (s >= end) { in zend_ini_escape_string()
H A Dzend_language_parser.y1337 const unsigned char *end, *str, *tok1 = NULL, *tok2 = NULL; variable
1352 end = memchr(str, '\n', LANG_SCNG(yy_leng));
1363 if (end == NULL) {
1366 len = (end - str) > 30 ? 30 : (end - str);
H A Dzend_language_scanner.l893 char *end; in zend_scan_escape_string() local
921 if (s == end) { in zend_scan_escape_string()
927 while (s<end) { in zend_scan_escape_string()
930 if (s >= end) { in zend_scan_escape_string()
1117 for (; str < end; str++) { in next_newline()
1159 nl = end; in strip_multiline_string_indentation()
1184 if (str == end) { in strip_multiline_string_indentation()
1926 char *end;
1950 const char *end;
2273 if (s == end) {
[all …]
H A Dzend_objects.c48 zval *p, *end; in zend_object_std_dtor() local
60 end = p + object->ce->default_properties_count; in zend_object_std_dtor()
73 } while (p != end); in zend_object_std_dtor()
208 zval *end = src + old_object->ce->default_properties_count; in zend_objects_clone_members() local
223 } while (src != end); in zend_objects_clone_members()
306 zval *end = p + new_object->ce->default_properties_count; in zend_objects_clone_obj() local
310 } while (p != end); in zend_objects_clone_obj()
H A Dzend_objects_API.c69 zend_object **end = objects->object_buckets + objects->top; in zend_objects_store_mark_destructed() local
78 } while (obj_ptr != end); in zend_objects_store_mark_destructed()
84 zend_object **obj_ptr, **end, *obj; in zend_objects_store_free_object_storage() local
92 end = objects->object_buckets + 1; in zend_objects_store_free_object_storage()
108 } while (obj_ptr != end); in zend_objects_store_free_object_storage()
120 } while (obj_ptr != end); in zend_objects_store_free_object_storage()
H A Dzend_opcode.c160 while (p != end) { in zend_cleanup_internal_class_data()
176 while (p != end) { in zend_cleanup_internal_class_data()
275 while (p != end) { in destroy_zend_class()
285 while (p != end) { in destroy_zend_class()
352 while (p != end) { in destroy_zend_class()
362 while (p != end) { in destroy_zend_class()
511 while (opline<end) { in zend_update_extended_stmts()
589 range->end = end; in emit_live_range_raw()
764 tmp = a->end; in swap_live_range()
765 a->end = b->end; in swap_live_range()
[all …]
H A Dzend_operators.c2638 while (str < end) { in zend_str_tolower_copy()
2656 register unsigned char *end = p + length; in zend_str_tolower() local
2658 while (p < end) { in zend_str_tolower()
2670 while (p < end) { in zend_str_tolower_dup_ex()
2679 while (p < end) { in zend_str_tolower_dup_ex()
2698 while (p < end) { in zend_string_tolower_ex()
2707 while (p < end) { in zend_string_tolower_ex()
3194 end -= needle_len;
3196 while (p <= end) {
3205 if (UNEXPECTED(p == end)) {
[all …]
H A Dzend_operators.h148 zend_memnstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnstr() argument
156 return (const char *)memchr(p, *needle, (end-p)); in zend_memnstr()
159 off_p = end - haystack; in zend_memnstr()
167 end -= needle_len; in zend_memnstr()
169 while (p <= end) { in zend_memnstr()
170 if ((p = (const char *)memchr(p, *needle, (end-p+1))) && ne == p[needle_len-1]) { in zend_memnstr()
185 return zend_memnstr_ex(haystack, needle, needle_len, end); in zend_memnstr()
206 zend_memnrstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnrstr() argument
208 const char *p = end; in zend_memnrstr()
217 off_p = end - haystack; in zend_memnrstr()
[all …]
H A Dzend_sort.c31 register char *end; in zend_qsort() local
43 end = end_stack[loop]; in zend_qsort()
45 while (begin < end) { in zend_qsort()
46 offset = (end - begin) >> Z_L(1); in zend_qsort()
50 seg2 = end; in zend_qsort()
73 if ((seg2p + siz) < end) { in zend_qsort()
75 end_stack[loop++] = end; in zend_qsort()
77 end = seg2p - siz; in zend_qsort()
178 char *end = start + (nmemb * siz); in zend_insert_sort() local
337 j = end - siz; in zend_sort()
[all …]
H A Dzend_vm_def.h7535 throw_op_num = range->end;
8277 zval *end = p + num_args; variable
8285 } while (p != end); in ZEND_HASH_FILL_PACKED()
H A Dzend_vm_execute.h2608 throw_op_num = range->end; in ZEND_HANDLE_EXCEPTION_SPEC_HANDLER()
2771 zval *end = p + num_args; in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER() local
2779 } while (p != end); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
H A Dzend_vm_execute.skl26 zend_error_noreturn(E_CORE_ERROR, "Arrived at end of main loop which shouldn't happen");
H A Dzend_vm_gen.php1169 $cur = $switch_labels ? end($switch_labels) + 1 : 0;
/PHP-7.4/build/
H A Dax_func_which_gethostbyname_r.m4153 ]) dnl end AC_CACHE_VAL
196 ]) dnl end AC_DEFUN
H A Dlibtool.m442 dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
733 # (2) before a word containing "conftest.", or (3) at the end.
833 # you end up with a "frozen" computer, even though with patience
1146 # (2) before a word containing "conftest.", or (3) at the end.
3842 end
5359 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
H A Dphp.m4184 dnl the compiler. Sources can be either written in C or C++ (filenames shall end
H A Dphp_cxx_compile_stdcxx.m476 dnl PHP specific implementation end.
706 sentinel end() const
/PHP-7.4/
H A Dconfigure.ac735 __asm__ goto("jmp %l0\n" :::: end);
737 __asm__ goto("b %l0\n" :::: end);
739 end:
/PHP-7.4/docs/
H A Dstreams.md302 it lasts across requests, or non-persistently so that it is freed at the end
368 * end of file */
369 if (... at end of file ...)
/PHP-7.4/ext/bcmath/libbcmath/
H A DREADME.md36 a "fixed, but arbitrary" mantissa and so multiplying two floats will end up

Completed in 236 milliseconds

12345678910>>...28