Home
last modified time | relevance | path

Searched refs:next (Results 101 – 125 of 604) sorted by relevance

12345678910>>...25

/php-src/ext/spl/tests/
H A Diterator_034.phpt70 function next(): void
73 parent::next();
129 RecursiveArrayIteratorIterator::next()
139 RecursiveArrayIteratorIterator::next()
149 RecursiveArrayIteratorIterator::next()
155 RecursiveArrayIteratorIterator::next()
167 RecursiveArrayIteratorIterator::next()
H A DarrayObject_getIteratorClass_basic1.phpt30 function next(): void {
33 parent::next();
83 In MyIterator::next()
88 In MyIterator::next()
93 In MyIterator::next()
H A Diterator_041.phpt51 function next(): void
54 parent::next();
101 State 6: next()
113 State 6: next()
H A Ddit_006.phpt11 $di->next();
20 $di->next();
28 $di->next();
H A Ddllist_memleak.phpt14 $dll->next();
15 $dll->next();
H A Diterator_041b.phpt51 function next(): void
54 parent::next();
105 State 6: next()
118 State 6: next()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtoken.c51 token->attr_last->next = attr; in lxb_html_token_attr_append()
63 token->attr_first = attr->next; in lxb_html_token_attr_remove()
70 if (attr->next != NULL) { in lxb_html_token_attr_remove()
71 attr->next->prev = attr->prev; in lxb_html_token_attr_remove()
75 attr->prev->next = attr->next; in lxb_html_token_attr_remove()
78 attr->next = NULL; in lxb_html_token_attr_remove()
276 attr = attr->next; in lxb_html_token_doctype_parse()
314 attr = attr->next; in lxb_html_token_doctype_parse()
367 attr = attr->next; in lxb_html_token_find_attr()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c547 PCRE2_UCHAR next; in pcre2_substitute() local
561 next = *ptr; in pcre2_substitute()
565 if (next == CHAR_ASTERISK) in pcre2_substitute()
568 next = *ptr; in pcre2_substitute()
572 if (!star && next >= CHAR_0 && next <= CHAR_9) in pcre2_substitute()
574 group = next - CHAR_0; in pcre2_substitute()
577 next = *ptr; in pcre2_substitute()
578 if (next < CHAR_0 || next > CHAR_9) break; in pcre2_substitute()
604 while (MAX_255(next) && (ctypes[next] & ctype_word) != 0) in pcre2_substitute()
606 name[n++] = next; in pcre2_substitute()
[all …]
/php-src/tests/classes/
H A Diterators_008.phpt16 public function next(): void {
43 D::next(1)
46 D::next(0)
/php-src/ext/standard/tests/array/
H A Dkey_variation3.phpt20 next($array1);
22 echo "\n-- Position after calling next() --\n";
34 -- Position after calling next() --
H A Darray_next_error1.phpt2 next - ensure warning is received when passing an indirect temporary.
8 var_dump(next(f()));
H A Dcurrent_variation3.phpt15 next($array1);
20 echo "\n-- Position after calling next() --\n";
32 -- Position after calling next() --
/php-src/Zend/tests/array_unpack/
H A Dalready_occupied.phpt31 Cannot add element to the array as the next element is already occupied
32 Cannot add element to the array as the next element is already occupied
33 Cannot add element to the array as the next element is already occupied
/php-src/Zend/tests/generators/
H A Dget_return.phpt22 $gen->next();
35 $gen->next();
47 $gen->next();
57 $gen->next();
H A Dbug74954.phpt27 $g->next();
38 #2 %s(%d): Generator->next()
44 #1 %s(%d): Generator->next()
H A Dthrow_already_closed.phpt11 $gen->next();
12 $gen->next();
/php-src/ext/date/tests/
H A Dbug33414-1.phpt11 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
19 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
27 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
35 $strtotime_tstamp = strtotime("next Tuesday", $tStamp);
44 $strtotime_tstamp = strtotime("next Thursday", $tStamp);
60 $strtotime_tstamp = strtotime("next Friday", $tStamp);
68 $strtotime_tstamp = strtotime("next Thursday", $tStamp);
92 $strtotime_tstamp = strtotime("next Friday", $tStamp);
116 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
148 $strtotime_tstamp = strtotime("next Monday", $tStamp);
[all …]
H A Dbug33414-2.phpt9 $strtotime_tstamp = strtotime("next Tuesday", $tStamp);
17 $strtotime_tstamp = strtotime("next Tuesday", $tStamp);
25 $strtotime_tstamp = strtotime("next Monday", $tStamp);
33 $strtotime_tstamp = strtotime("next Monday", $tStamp);
41 $strtotime_tstamp = strtotime("next Monday", $tStamp);
49 $strtotime_tstamp = strtotime("next Tuesday", $tStamp);
57 $strtotime_tstamp = strtotime("next Wednesday", $tStamp);
65 $strtotime_tstamp = strtotime("next Saturday", $tStamp);
73 $strtotime_tstamp = strtotime("next Friday", $tStamp);
/php-src/ext/dom/lexbor/lexbor/core/
H A Dbst_map.c104 bst_entry = bst_entry->next; in lexbor_bst_map_search()
156 if (bst_entry->next == NULL) { in lexbor_bst_map_insert_not_exists()
157 bst_entry->next = lexbor_bst_entry_make(bst_map->bst, hash_id); in lexbor_bst_map_insert_not_exists()
158 bst_entry = bst_entry->next; in lexbor_bst_map_insert_not_exists()
167 bst_entry = bst_entry->next; in lexbor_bst_map_insert_not_exists()
224 bst_entry = bst_entry->next; in lexbor_bst_map_remove()
H A Dhash.c212 if (entry->next == NULL) { in lexbor_hash_insert()
216 entry = entry->next; in lexbor_hash_insert()
220 entry->next = _lexbor_hash_entry_create(hash, insert->copy, key, length); in lexbor_hash_insert()
222 return entry->next; in lexbor_hash_insert()
252 if (item->next == NULL) { in lexbor_hash_insert_by_entry()
256 item = item->next; in lexbor_hash_insert_by_entry()
260 item->next = entry; in lexbor_hash_insert_by_entry()
299 hash->table[table_idx] = entry->next; in lexbor_hash_remove_by_hash_id()
302 prev->next = entry->next; in lexbor_hash_remove_by_hash_id()
315 entry = entry->next; in lexbor_hash_remove_by_hash_id()
[all …]
/php-src/Zend/
H A Dzend_observer.c130 for (zend_llist_element *element = list->head; element; element = element->next) { in zend_observer_fcall_install()
194 …tion *function, zend_observer_fcall_begin_handler begin, zend_observer_fcall_begin_handler *next) { in zend_observer_remove_begin_handler() argument
195 return zend_observer_remove_handler((void **)&ZEND_OBSERVER_DATA(function), begin, (void **)next); in zend_observer_remove_begin_handler()
210 …d_function *function, zend_observer_fcall_end_handler end, zend_observer_fcall_end_handler *next) { in zend_observer_remove_end_handler() argument
212 …_remove_handler((void **)&ZEND_OBSERVER_DATA(function) + registered_observers, end, (void **)next); in zend_observer_remove_end_handler()
318 …ment *element = zend_observer_function_declared_callbacks.head; element; element = element->next) { in _zend_observer_function_declared_notify()
336 …t_element *element = zend_observer_class_linked_callbacks.head; element; element = element->next) { in _zend_observer_class_linked_notify()
350 …nd_llist_element *element = zend_observer_error_callbacks.head; element; element = element->next) { in _zend_observer_error_notify()
378 for (element = zend_observer_fiber_init.head; element; element = element->next) { in zend_observer_fiber_init_notify()
393 for (element = zend_observer_fiber_switch.head; element; element = element->next) { in zend_observer_fiber_switch_notify()
[all …]
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_next_basic.phpt2 SPL: SplFileObject::next basic
15 $s->next();
H A DSplFileObject_next_variation001.phpt2 SPL: SplFileObject::next variation 001
18 $s->next();
/php-src/ext/dom/lexbor/patches/
H A D0001-Remove-unused-upper-case-tag-static-data.patch16 {{.u.short_str = "xmp", .length = 3, .next = NULL}, LXB_TAG_XMP, 1, true}
22 {{.u.short_str = "#UNDEF", .length = 6, .next = NULL}, LXB_TAG__UNDEF, 1, true},
24 {{.u.short_str = "WBR", .length = 3, .next = NULL}, LXB_TAG_WBR, 1, true},
25 {{.u.short_str = "XMP", .length = 3, .next = NULL}, LXB_TAG_XMP, 1, true}
/php-src/ext/dom/
H A Dxml_common.h94 if (nodep->next) { in php_dom_next_in_tree_order()
95 return nodep->next; in php_dom_next_in_tree_order()
108 } while (nodep->next == NULL); in php_dom_next_in_tree_order()
109 return nodep->next; in php_dom_next_in_tree_order()

Completed in 87 milliseconds

12345678910>>...25