/PHP-8.3/ext/dom/ |
H A D | parentnode.c | 66 xmlNode *nodep, *last = NULL; in dom_parent_node_last_element_child_read() local 157 xmlNodePtr last = parent->last; in dom_add_child_without_merging() local 349 xmlNodePtr last = fragment->last; in dom_parent_node_append() local 386 xmlNodePtr last = fragment->last; in dom_parent_node_prepend() local 438 xmlNodePtr last = fragment->last; in dom_parent_node_after() local 490 xmlNodePtr last = fragment->last; in dom_parent_node_before() local 598 xmlNodePtr last = fragment->last; in dom_child_replace_with() local 630 xmlNodePtr last = fragment->last; in dom_parent_node_replace_children() local
|
H A D | node.c | 344 xmlNode *nodep, *last = NULL; in dom_node_last_child_read() local 1074 xmlNodePtr last = child->last; in PHP_METHOD() local 1121 xmlNodePtr last = child->last; in PHP_METHOD() local 1201 xmlNodePtr last = newchild->last; in PHP_METHOD() local 1331 xmlNodePtr last = child->last; in PHP_METHOD() local
|
H A D | php_dom.c | 1508 static void dom_reconcile_ns_list_internal(xmlDocPtr doc, xmlNodePtr nodep, xmlNodePtr last, xmlNod… in dom_reconcile_ns_list_internal() 1525 void dom_reconcile_ns_list(xmlDocPtr doc, xmlNodePtr nodep, xmlNodePtr last) in dom_reconcile_ns_list()
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_substring.c | 76 PCRE2_SPTR first, last, entry; in pcre2_substring_copy_byname() local 164 PCRE2_SPTR first, last, entry; in pcre2_substring_get_byname() local 271 PCRE2_SPTR first, last, entry; in pcre2_substring_length_byname() local 496 PCRE2_SPTR last; in pcre2_substring_nametable_scan() local
|
H A D | pcre2_substitute.c | 80 BOOL last) in find_text_end() 689 PCRE2_SPTR first, last, entry; in pcre2_substitute() local
|
/PHP-8.3/ext/standard/ |
H A D | soundex.c | 28 size_t i, _small, str_len, code, last; in PHP_FUNCTION() local
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_systemd.c | 16 static unsigned long int last=0; in fpm_systemd() local
|
H A D | fpm_arrays.h | 69 void *last = fpm_array_item(a, a->used - 1); in fpm_array_item_remove() local
|
H A D | fpm_env.c | 232 char *last = NULL; in fpm_env_init_main() local
|
H A D | fpm_process_ctl.c | 380 struct timeval last, now; in fpm_pctl_perform_idle_server_maintenance() local
|
/PHP-8.3/Zend/ |
H A D | zend_vm_trace_handlers.h | 29 static const char *last = NULL; in zend_vm_trace() local
|
H A D | zend_gc.c | 1189 gc_root_buffer *current, *last; in gc_mark_roots() local 1611 gc_root_buffer *last = GC_IDX2PTR(GC_G(first_unused)); in gc_collect_roots() local 1793 gc_root_buffer *current, *last; in zend_gc_collect_cycles() local
|
/PHP-8.3/ext/intl/breakiterator/ |
H A D | breakiterator.stub.php | 155 public function last(): int {} function in IntlBreakIterator
|
H A D | codepointiterator_internal.cpp | 155 int32_t CodePointBreakIterator::last(void) in last() function in CodePointBreakIterator
|
H A D | breakiterator_methods.cpp | 220 U_CFUNC PHP_METHOD(IntlBreakIterator, last) in PHP_METHOD() argument
|
/PHP-8.3/main/ |
H A D | reentrancy.c | 264 php_strtok_r(char *s, const char *delim, char **last) in php_strtok_r()
|
/PHP-8.3/ext/intl/grapheme/ |
H A D | grapheme_util.c | 99 … char *needle, size_t needle_len, int32_t offset, int32_t *puchar_pos, int f_ignore_case, int last) in grapheme_strpos_utf16()
|
/PHP-8.3/ext/session/ |
H A D | mod_files.c | 367 const char *p, *last; in PS_OPEN_FUNC() local
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_watch.h | 109 Bucket *last; member
|
/PHP-8.3/ext/libxml/ |
H A D | libxml.c | 107 static void php_libxml_set_old_ns_list(xmlDocPtr doc, xmlNsPtr first, xmlNsPtr last) in php_libxml_set_old_ns_list() 303 xmlNsPtr last = ns; in php_libxml_node_free() local
|
/PHP-8.3/sapi/litespeed/ |
H A D | lscriu.c | 257 char *last; in LSCRIU_load_liblscapi() local
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | funcs.c | 833 char *last; in file_strtrim() local
|
/PHP-8.3/TSRM/ |
H A D | TSRM.c | 515 tsrm_tls_entry *last=NULL; in ts_free_thread() local
|
/PHP-8.3/ext/opcache/jit/libudis86/ |
H A D | decode.c | 232 uint8_t curr = 0, last = 0; in decode_prefixes() local
|
/PHP-8.3/ext/ffi/ |
H A D | ffi_parser.c | 2577 int64_t min = 0, max = 0, last = -1; in parse_enumerator_list() local 2620 … int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *last) { in parse_enumerator()
|