Home
last modified time | relevance | path

Searched refs:next (Results 201 – 225 of 463) sorted by relevance

12345678910>>...19

/PHP-7.4/ext/spl/tests/
H A Dbug72051.phpt17 $callbackTest->next();
H A Diterator_058.phpt10 function next() {}
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 Dregexiterator_setpregflags.phpt13 function next ( ){}
H A Dregexiterator_getpregflags.phpt13 function next ( ){}
H A Dbug70561.phpt11 $di->next();
/PHP-7.4/ext/date/tests/
H A Dbug71525.phpt8 $date->modify('first day of next month');
/PHP-7.4/ext/gd/libgd/
H A Dgdcache.h59 gdCache_element_t *next; member
/PHP-7.4/ext/pgsql/tests/
H A Dbug76548.phpt2 Bug #76548 pg_fetch_result did not fetch the next row
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.h36 struct cdb_hplist *next; member
/PHP-7.4/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-7.4/Zend/tests/
H A Dbug71154.phpt11 * However it will also be reused on next foreach iteration */
H A Dbug71266.phpt16 next($obj);
H A Dassign_dim_obj_null_return.phpt28 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
40 Warning: Cannot add element to the array as the next element is already occupied in %s on line %d
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c99 phi->next = ssa->blocks[to].phis; in add_pi()
554 phi = phi->next; in zend_ssa_rename()
563 zend_op *next = opline + 1; in zend_ssa_rename() local
564 if (next < end && next->opcode == ZEND_OP_DATA) { in zend_ssa_rename()
843 zend_ssa_phi *q = p->next; in zend_ssa_rename()
854 q = q->next; in zend_ssa_rename()
995 pp = &(*pp)->next; in zend_build_ssa()
997 phi->next = *pp; in zend_build_ssa()
1128 phi = phi->next; in zend_ssa_compute_use_def_chains()
1270 cur = &(*cur)->next; in zend_ssa_remove_phi_from_block()
[all …]
/PHP-7.4/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-7.4/ext/intl/tests/
H A Dbreakiter_first_basic.phpt15 var_dump($bi->next());
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_worker_pool.h20 struct fpm_worker_pool_s *next; member
/PHP-7.4/Zend/tests/generators/
H A Dgenerator_throwing_exception.phpt17 $gen->next();
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c152 node = node->next; in sxe_get_element_by_offset()
173 node = node->next; in sxe_find_element_by_name()
215 node = node->next; in sxe_get_element_by_name()
1056 attr = attr->next; in sxe_prop_is_empty()
1106 node = node->next; in sxe_prop_is_empty()
1172 attr = attr->next; in sxe_get_prop_hash()
1537 attr = attr->next; in sxe_add_namespaces()
1546 node = node->next; in sxe_add_namespaces()
1587 ns = ns->next; in sxe_add_registered_namespaces()
2359 node = node->next; in php_sxe_iterator_fetch()
[all …]
/PHP-7.4/Zend/
H A Dzend_generators.c181 zend_generator *root = generator->node.ptr.root, *next; in zend_generator_dtor_storage() local
183 next = zend_generator_get_child(&root->node, generator); in zend_generator_dtor_storage()
184 generator->node.ptr.root = next; in zend_generator_dtor_storage()
185 next->node.parent = NULL; in zend_generator_dtor_storage()
187 root = next; in zend_generator_dtor_storage()
557 zend_generator *next = generator->node.parent; in zend_generator_add_child() local
562 while (next) { in zend_generator_add_child()
563 if (next->node.children > 1) { in zend_generator_add_child()
569 next->node.ptr.leaf = leaf; in zend_generator_add_child()
570 next = next->node.parent; in zend_generator_add_child()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dbug22088.phpt2 Bug #22088 (array_shift() leaves next index to be +1 too much)

Completed in 66 milliseconds

12345678910>>...19