Home
last modified time | relevance | path

Searched refs:next (Results 126 – 150 of 547) sorted by relevance

12345678910>>...22

/PHP-8.2/ext/phar/tests/zip/
H A Dphar_buildfromiterator7.phpt17 function next(): void {
18 echo "next\n";
19 next($this->a);
/PHP-8.2/ext/standard/tests/array/
H A Dcurrent_basic.phpt13 next($array);
17 next($array);
H A Dreset_variation3.phpt21 next($array1);
23 echo "\n-- Position after calling next() --\n";
42 -- Position after calling next() --
/PHP-8.2/ext/mysqli/
H A Dmysqli_warning.c45 w = w->next; in php_clear_warnings()
114 prev->next = (void *)w; in php_get_warnings()
127 PHP_METHOD(mysqli_warning, next) in PHP_METHOD() argument
139 if (w && w->next) { in PHP_METHOD()
140 w = w->next; in PHP_METHOD()
/PHP-8.2/ext/xmlreader/tests/
H A D010.phpt2 XMLReader: libxml2 XML Reader, next
17 $reader->next();
H A Dbug51936.phpt12 $xmlreader->next();
14 $xmlreader2->next();
/PHP-8.2/Zend/tests/
H A Dbug79927.phpt10 $generator->next();
11 $generator->next();
H A Darray_merge_recursive_next_key_overflow.phpt24 Cannot add element to the array as the next element is already occupied
25 Cannot add element to the array as the next element is already occupied
H A Darray_literal_next_element_error.phpt23 Cannot add element to the array as the next element is already occupied
24 Cannot add element to the array as the next element is already occupied
/PHP-8.2/ext/spl/tests/
H A Dbug79151.phpt12 var_dump($a->next());
20 var_dump($a->next());
H A Dbug65387.phpt36 $it2->next();
42 $it2->next();
59 $it2->next();
H A Diterator_009.phpt28 function next(): void
31 parent::next();
/PHP-8.2/ext/standard/tests/serialize/
H A Dunserialize_leak.phpt6 …3:{x:i:2;O:8:"stdClass":1:{},a:2:{s:4:"prev";i:2;s:4:"next";O:8:"stdClass":0:{}};r:7;,R:2;s:4:"nex…
/PHP-8.2/tests/classes/
H A Diterators_007.phpt13 …public function next(): void { if ($this->x == 3) throw new Exception(__METHOD__); next($this…
40 Caught in Test::next()
H A Diterators_002.phpt27 function next(): void {
85 c_iter::next
96 c_iter::next
107 c_iter::next
H A Diterators_006.phpt18 $this->next();
33 function next(): void {
36 next($this->array);
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitProtExecAllocator.c274 struct free_block *next; member
295 free_block->next = free_blocks; in sljit_insert_free_block()
304 if (free_block->next) in sljit_remove_free_block()
305 free_block->next->prev = free_block->prev; in sljit_remove_free_block()
308 free_block->prev->next = free_block->next; in sljit_remove_free_block()
311 free_blocks = free_block->next; in sljit_remove_free_block()
352 free_block = free_block->next; in sljit_malloc_exec()
455 next_free_block = free_block->next; in sljit_free_unused_memory_exec()
/PHP-8.2/Zend/
H A Dzend_interfaces.stub.php19 public function next(): void; function
80 public function next(): void {} function in InternalIterator
/PHP-8.2/Zend/tests/assert/
H A Dexpect_007.phpt8 $next = 1;
16 …)$~", $data["key"]), new HeaderMalfunctionError("malformed key found at {$next} \"{$data["key"]}\"…
/PHP-8.2/ext/gd/libgd/
H A Dgdft.c843 char *next; local
971 next = tmpstr;
974 next = string;
980 ch = *next;
989 next++;
1018 next += len;
1035 c = *next;
1037 next++;
1061 if (*next) next++;
1071 next++;
[all …]
/PHP-8.2/ext/dba/libinifile/
H A Dinifile.c104 inifile_line_free(&dba->next); in inifile_free()
246 …if (skip == -1 && dba->next.key.group && dba->next.key.name && !inifile_key_cmp(&dba->next.key, ke… in inifile_fetch()
248 php_stream_seek(dba->fp, dba->next.pos, SEEK_SET); in inifile_fetch()
249 ln.key.group = estrdup(dba->next.key.group); in inifile_fetch()
254 inifile_line_free(&dba->next); in inifile_fetch()
264 inifile_line_free(&dba->next); in inifile_fetch()
265 dba->next = ln; in inifile_fetch()
266 dba->next.pos = php_stream_tell(dba->fp); in inifile_fetch()
278 dba->next.pos = php_stream_tell(dba->fp); in inifile_fetch()
329 inifile_line_free(&dba->next); in inifile_find_group()
/PHP-8.2/Zend/tests/generators/
H A Dnested_method_calls.phpt28 $g1->next();
29 $g2->next();
/PHP-8.2/ext/imap/
H A Dphp_imap.h92 struct php_imap_mailbox_struct *next; member
98 struct php_imap_error_struct *next; member
103 struct _php_imap_message_struct *next; member
H A Dphp_imap.c299 for (cur=*foblist, next=cur->next; cur; cur=next) { in mail_free_foblist()
300 next = cur->next; in mail_free_foblist()
365 for (cur = *msglist, next = cur->next; cur; cur = next) { in mail_free_messagelist()
366 next = cur->next; in mail_free_messagelist()
1336 cur=cur->next; in PHP_FUNCTION()
1384 cur=cur->next; in PHP_FUNCTION()
1416 cur=cur->next; in PHP_FUNCTION()
1632 cur=cur->next; in PHP_FUNCTION()
1681 cur=cur->next; in PHP_FUNCTION()
2057 addr->next=NIL; in PHP_FUNCTION()
[all …]
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_set.c98 if (param->next) { in PHPDBG_SET()
99 if (param->next->num) { in PHPDBG_SET()
144 const phpdbg_color_t *color = phpdbg_get_color(param->next->str, param->next->len); in PHPDBG_SET()
147 phpdbg_error("Failed to find the requested color (%s)", param->next->str); in PHPDBG_SET()

Completed in 69 milliseconds

12345678910>>...22