Home
last modified time | relevance | path

Searched refs:next (Results 226 – 250 of 523) sorted by relevance

12345678910>>...21

/PHP-8.1/ext/intl/tests/
H A Dbreakiter_first_basic.phpt13 var_dump($bi->next());
/PHP-8.1/ext/spl/tests/
H A Dbug67359.phpt17 $it->next();
H A Dgh9883.phpt2 Bug GH-9883 (SplFileObject::__toString() reads next line)
H A DSplFileObject_key_error001.phpt16 $s->next();
H A DSplFileObject_key_error002.phpt16 $s->next();
H A DSplDoublyLinkedList_lifoMode.phpt19 $list->next();
H A Dbug74372.phpt2 Bug #74372: autoloading file with syntax error uses next autoloader, may hide parse error
H A Diterator_012.phpt14 $it->next();
H A Diterator_058.phpt10 function next(): void {}
/PHP-8.1/ext/standard/tests/array/
H A Dcurrent_variation6.phpt9 next($array);
H A D009.phpt2 Test key(), current(), next() & reset() functions
37 var_dump( next($sub_array) ); // move to next element
57 var_dump( next($sub_array) ); // move to next element
/PHP-8.1/main/
H A Dalloca.c137 union hdr *next; /* For chaining headers. */ member
177 register header *np = hp->h.next;
205 ((header *) new)->h.next = last_alloca_header;
/PHP-8.1/ext/ffi/tests/
H A D042.phpt13 Fatal error: Uncaught FFI\Exception: Cannot add next element to object of type FFI\CData in %s:3
/PHP-8.1/ext/date/tests/
H A Dbug71525.phpt8 $date->modify('first day of next month');
/PHP-8.1/sapi/phpdbg/tests/
H A Dnext_001.phpt2 Test next command on function boundaries
/PHP-8.1/Zend/tests/generators/
H A Dbug80240.phpt20 $a->next();
/PHP-8.1/Zend/tests/
H A Dbug47836.phpt16 Cannot add element to the array as the next element is already occupied
H A Dassign_dim_obj_null_return.phpt74 Cannot add element to the array as the next element is already occupied
78 Cannot add element to the array as the next element is already occupied
H A Dbug71154.phpt11 * However it will also be reused on next foreach iteration */
/PHP-8.1/ext/sockets/tests/
H A Dsocket_import_stream-1.phpt12 $s1 = next($s);
H A Dsocket_export_stream-1.phpt12 $s1 = next($s);
/PHP-8.1/ext/pgsql/tests/
H A Dbug76548.phpt2 Bug #76548 pg_fetch_result did not fetch the next row
/PHP-8.1/ext/gd/libgd/
H A Dgdcache.h59 gdCache_element_t *next; member
/PHP-8.1/ext/dba/libcdb/
H A Dcdb_make.h34 struct cdb_hplist *next; member
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_children.h23 struct fpm_child_s *prev, *next; member

Completed in 44 milliseconds

12345678910>>...21