Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 602) sorted by relevance

12345678910>>...25

/php-src/ext/dom/lexbor/lexbor/tag/
H A Dres.h35 {{.u.short_str = "a", .length = 1, .next = NULL}, LXB_TAG_A, 1, true},
36 {{.u.short_str = "abbr", .length = 4, .next = NULL}, LXB_TAG_ABBR, 1, true},
51 {{.u.short_str = "b", .length = 1, .next = NULL}, LXB_TAG_B, 1, true},
61 {{.u.short_str = "br", .length = 2, .next = NULL}, LXB_TAG_BR, 1, true},
73 {{.u.short_str = "dd", .length = 2, .next = NULL}, LXB_TAG_DD, 1, true},
81 {{.u.short_str = "dl", .length = 2, .next = NULL}, LXB_TAG_DL, 1, true},
82 {{.u.short_str = "dt", .length = 2, .next = NULL}, LXB_TAG_DT, 1, true},
83 {{.u.short_str = "em", .length = 2, .next = NULL}, LXB_TAG_EM, 1, true},
131 {{.u.short_str = "i", .length = 1, .next = NULL}, LXB_TAG_I, 1, true},
174 {{.u.short_str = "p", .length = 1, .next = NULL}, LXB_TAG_P, 1, true},
[all …]
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr_res.h24 {{.u.short_str = "#undef", .length = 6, .next = NULL},
26 {{.u.short_str = "active", .length = 6, .next = NULL},
28 {{.u.short_str = "alt", .length = 3, .next = NULL},
34 {{.u.short_str = "class", .length = 5, .next = NULL},
36 {{.u.short_str = "color", .length = 5, .next = NULL},
40 {{.u.short_str = "dir", .length = 3, .next = NULL},
44 {{.u.short_str = "face", .length = 4, .next = NULL},
48 {{.u.short_str = "for", .length = 3, .next = NULL},
54 {{.u.short_str = "href", .length = 4, .next = NULL},
60 {{.u.short_str = "id", .length = 2, .next = NULL},
[all …]
/php-src/ext/dom/lexbor/lexbor/ns/
H A Dres.h31 {{.u.short_str = "", .length = 0, .next = NULL}, LXB_NS__UNDEF, 1, true},
32 {{.u.short_str = "", .length = 0, .next = NULL}, LXB_NS__ANY, 1, true},
35 …{{.u.long_str = (lxb_char_t *) "http://www.w3.org/2000/svg", .length = 26, .next = NULL}, LXB_NS_S…
43 {{.u.short_str = "#undef", .length = 6, .next = NULL}, LXB_NS__UNDEF, 1, true},
44 {{.u.short_str = "#any", .length = 4, .next = NULL}, LXB_NS__ANY, 1, true},
45 {{.u.short_str = "html", .length = 4, .next = NULL}, LXB_NS_HTML, 1, true},
46 {{.u.short_str = "math", .length = 4, .next = NULL}, LXB_NS_MATH, 1, true},
47 {{.u.short_str = "svg", .length = 3, .next = NULL}, LXB_NS_SVG, 1, true},
48 {{.u.short_str = "xlink", .length = 5, .next = NULL}, LXB_NS_XLINK, 1, true},
49 {{.u.short_str = "xml", .length = 3, .next = NULL}, LXB_NS_XML, 1, true},
[all …]
/php-src/ext/zend_test/tests/
H A Dobserver_generator_04.phpt28 $generator->next();
54 <Generator::next>
57 </Generator::next:NULL>
65 <Generator::next>
68 </Generator::next:NULL>
76 <Generator::next>
79 </Generator::next:NULL>
87 <Generator::next>
90 </Generator::next:NULL>
98 <Generator::next>
[all …]
/php-src/ext/ffi/tests/
H A Dlist.phpt21 dlist *next;
27 $node->next = $node;
34 $node = $root->next;
37 $node = $node->next;
46 $node->next = $this->root;
48 $this->root->prev->next = $node;
54 $node = $root->next;
57 $node->prev->next = $node->next;
62 $node = $node->next;
70 $node = $root->next;
[all …]
/php-src/tests/classes/
H A Diterators_001.phpt95 c_iter::next
99 c_iter::next
103 c_iter::next
111 c_iter::next
115 c_iter::next
119 c_iter::next
131 c_iter::next
135 c_iter::next
139 c_iter::next
141 c_iter::next
[all …]
/php-src/ext/spl/tests/
H A Diterator_007.phpt28 function next(): void
31 parent::next();
60 parent::next();
104 ArrayIteratorEx::next
108 ArrayIteratorEx::next
112 ArrayIteratorEx::next
116 ArrayIteratorEx::next
130 ArrayIteratorEx::next
137 ArrayIteratorEx::next
150 ArrayIteratorEx::next
[all …]
H A Dbug61527.phpt9 $ai->next();
18 $ai2->next();
28 $ai2->next();
33 $ai2->next();
38 $ai2->next();
39 $ai2->next();
41 var_dump($ai2->next());
53 $ai4->next();
54 $ai4->next();
55 $ai4->next();
H A Diterator_008.phpt28 function next(): void
31 parent::next();
53 ArrayIteratorEx::next
58 ArrayIteratorEx::next
63 ArrayIteratorEx::next
70 ArrayIteratorEx::next
75 ArrayIteratorEx::next
80 ArrayIteratorEx::next
H A Diterator_039.phpt41 public function next(): void
78 NumericArrayIterator::next
84 NumericArrayIterator::next
90 NumericArrayIterator::next
96 NumericArrayIterator::next
101 NumericArrayIterator::next
103 NumericArrayIterator::next
111 NumericArrayIterator::next
117 NumericArrayIterator::next
/php-src/ext/standard/tests/array/
H A Dnext_basic.phpt2 Test next() function : basic functionality
6 * Test basic functionality of next()
9 echo "*** Testing next() : basic functionality ***\n";
13 var_dump(next($array));
16 var_dump(next($array));
19 var_dump(next($array));
22 *** Testing next() : basic functionality ***
H A Dnext_variation2.phpt2 Test next() function : usage variation - Mulit-dimensional arrays
6 * Test next() when passed:
12 echo "*** Testing next() : usage variations ***\n";
17 var_dump(next($array_arg));
18 var_dump(next($array_arg));
21 var_dump(next($array_arg[0]));
24 *** Testing next() : usage variations ***
/php-src/Zend/
H A Dzend_llist.c39 tmp->next = NULL; in zend_llist_add_element()
41 l->tail->next = tmp; in zend_llist_add_element()
56 tmp->next = l->head; in zend_llist_prepend_element()
72 (current)->prev->next = (current)->next;\
76 if ((current)->next) {\
97 current = current->next; in zend_llist_del_element()
107 next = current->next; in zend_llist_destroy()
112 current = next; in zend_llist_destroy()
159 ptr = ptr->next; in zend_llist_copy()
170 next = element->next; in zend_llist_apply_with_del()
[all …]
/php-src/ext/intl/tests/
H A Dbreakiter_next_basic.phpt2 IntlBreakIterator::next(): basic test
14 var_dump($bi->next());
15 var_dump($bi->next(2));
16 var_dump($bi->next(-1));
17 var_dump($bi->next(0));
18 var_dump($bi->next(NULL));
/php-src/ext/date/tests/
H A Dbug72719.phpt5 echo (new DateTimeImmutable('Monday next week 13:00'))->format('l'), "\n";
6 echo (new DateTimeImmutable('Tuesday next week 14:00'))->format('l'), "\n";
7 echo (new DateTimeImmutable('Wednesday next week 14:00'))->format('l'), "\n";
8 echo (new DateTimeImmutable('Thursday next week 15:00'))->format('l'), "\n";
9 echo (new DateTimeImmutable('Friday next week 16:00'))->format('l'), "\n";
10 echo (new DateTimeImmutable('Saturday next week 17:00'))->format('l'), "\n";
11 echo (new DateTimeImmutable('Sunday next week 18:00'))->format('l'), "\n";
H A Dbug51096.phpt8 'next month',
9 'first day next month',
10 'last day next month',
11 'first day of next month',
12 'last day of next month'
37 next month
41 first day next month
45 last day next month
49 first day of next month
53 last day of next month
/php-src/ext/opcache/tests/jit/
H A Dassign_obj_003.phpt11 public $next;
17 $firstNode->next = $firstNode;
21 $nextNode = $circularDoublyLinkedList->next;
22 $newNode->next = $undef1->next; // <- ???
36 Exception: Attempt to assign property "next" on null
/php-src/Zend/Optimizer/
H A Dzend_dfg.c25 const zend_op *next; in _zend_dfg_add_use_def_op() local
71 next = opline + 1; in _zend_dfg_add_use_def_op()
73 var_num = EX_VAR_TO_NUM(next->op1.var); in _zend_dfg_add_use_def_op()
86 next = opline + 1; in _zend_dfg_add_use_def_op()
88 var_num = EX_VAR_TO_NUM(next->op1.var); in _zend_dfg_add_use_def_op()
92 if (next->op1_type == IS_CV) { in _zend_dfg_add_use_def_op()
101 next = opline + 1; in _zend_dfg_add_use_def_op()
113 next = opline + 1; in _zend_dfg_add_use_def_op()
119 if (next->op1_type == IS_CV) { in _zend_dfg_add_use_def_op()
126 next = opline + 1; in _zend_dfg_add_use_def_op()
[all …]
/php-src/ext/standard/tests/file/
H A Dbug39538.phpt5 …s is an test\", \"next data\", \"p\narsed\"","\"\r\nthis is an test\", \"next data\", \"p\r\narsed…
20 [1] => next data
28 [1] => next data
37 [1] => next data
/php-src/ext/session/
H A Dmod_mm.c42 struct ps_sd *next; member
86 ps_sd *ps, *next; in hash_split() local
99 next = ps->next; in hash_split()
137 if (!sd->next) { in ps_sd_new()
160 for (prev = data->hash[slot]; prev->next != sd; prev = prev->next); in ps_sd_destroy()
161 prev->next = sd->next; in ps_sd_destroy()
191 prev->next = ret->next; in ps_sd_lookup()
244 ps_sd *sd, *next; in ps_mm_destroy() local
255 next = sd->next; in ps_mm_destroy()
440 ps_sd *sd, *next; in PS_GC_FUNC() local
[all …]
/php-src/Zend/tests/
H A Dbug77345_gc_1.phpt13 public $next;
21 $firstNode->next = $firstNode;
27 $nextNode = $circularDoublyLinkedList->next;
32 $currentNode->next = $newNode;
33 $newNode->next = $nextNode;
H A Dbug77345_gc_2.phpt13 public $next;
22 $firstNode->next = $firstNode;
28 $nextNode = $circularDoublyLinkedList->next;
33 $currentNode->next = $newNode;
34 $newNode->next = $nextNode;
/php-src/ext/xmlreader/tests/
H A Dnext_basic.phpt2 XMLReader: next basic
20 $reader->next();
31 var_dump($reader->next('node3'));
33 var_dump($reader->next());
35 var_dump($reader->next('node5'));
37 var_dump($reader->next());
/php-src/sapi/fpm/fpm/
H A Dfpm_events.c179 elt->next = NULL; in fpm_event_queue_add()
184 elt->next = *queue; in fpm_event_queue_add()
207 q->prev->next = q->next; in fpm_event_queue_del()
209 if (q->next) { in fpm_event_queue_del()
213 *queue = q->next; in fpm_event_queue_del()
227 q = q->next; in fpm_event_queue_del()
248 q = q->next; in fpm_event_queue_destroy()
416 q = q->next; in fpm_event_loop()
441 struct fpm_event_queue_s *next = q->next; in fpm_event_loop() local
453 q->prev->next = q->next; in fpm_event_loop()
[all …]
/php-src/tests/lang/
H A DforeachLoopIteratorAggregate.001.phpt15 public function next(): void {
51 public function next(): void {
171 --> EnglishMealIterator::next (0)
176 --> EnglishMealIterator::next (1)
181 --> EnglishMealIterator::next (2)
190 --> FrenchMealIterator::next (0)
195 --> FrenchMealIterator::next (1)
200 --> FrenchMealIterator::next (2)
205 --> FrenchMealIterator::next (3)
242 --> EnglishMealIterator::next (0)
[all …]

Completed in 48 milliseconds

12345678910>>...25