Home
last modified time | relevance | path

Searched refs:next (Results 251 – 275 of 604) sorted by relevance

1...<<11121314151617181920>>...25

/php-src/ext/spl/tests/
H A Dbug67359.phpt17 $it->next();
H A Dgh9883.phpt2 Bug GH-9883 (SplFileObject::__toString() reads next line)
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();
/php-src/ext/dom/lexbor/lexbor/core/
H A Dsbst.h27 unsigned short next; member
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr.c339 attr->prev->next = attr->next; in lxb_dom_attr_remove()
342 element->first_attr = attr->next; in lxb_dom_attr_remove()
345 if (attr->next != NULL) { in lxb_dom_attr_remove()
346 attr->next->prev = attr->prev; in lxb_dom_attr_remove()
352 attr->next = NULL; in lxb_dom_attr_remove()
/php-src/ext/standard/tests/array/
H A Darray_fill_variation6.phpt19 Cannot add element to the array as the next element is already occupied
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-src/ext/date/tests/
H A Dbug71525.phpt8 $date->modify('first day of next month');
/php-src/Zend/tests/
H A Dgh13178_4.phpt9 next($array);
H A Dbug47836.phpt16 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-src/ext/dom/lexbor/lexbor/css/
H A Drule.h45 lxb_css_rule_t *next; member
280 if (root->next != NULL) { in lxb_css_rule_insert_next()
281 rule->next = root->next; in lxb_css_rule_insert_next()
284 root->next = rule; in lxb_css_rule_insert_next()
/php-src/sapi/phpdbg/tests/
H A Dnext_001.phpt2 Test next command on function boundaries
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_key_error001.phpt16 $s->next();
H A DSplFileObject_key_error002.phpt16 $s->next();
/php-src/Zend/tests/generators/
H A Dbug80240.phpt20 $a->next();
/php-src/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-src/ext/gd/libgd/
H A Dgdcache.h56 gdCache_element_t *next; member
/php-src/ext/dom/
H A Dphp_dom.c1324 node = node->next; in node_list_unlink()
1836 child = child->next; in php_dom_normalize_legacy()
1854 xmlNodePtr next = node->next; in php_dom_normalize_modern() local
1857 node = next; in php_dom_normalize_modern()
1871 node = node->next; in php_dom_normalize_modern()
1932 nodep = nodep->next; in dom_reconcile_ns_list_internal()
1947 nodep = nodep->next; in dom_reconcile_ns_list()
2124 cur = cur->next; in dom_get_nsdecl()
2133 cur = cur->next; in dom_get_nsdecl()
2543 xmlNodePtr next = node->next; in php_dom_has_sibling_following_node() local
[all …]
/php-src/ext/sockets/tests/
H A Dsocket_import_stream-1.phpt12 $s1 = next($s);
/php-src/ext/dba/libcdb/
H A Dcdb_make.h34 struct cdb_hplist *next; member
/php-src/sapi/fpm/fpm/
H A Dfpm_children.h23 struct fpm_child_s *prev, *next; member
/php-src/Zend/
H A Dzend_gc.c865 goto next; in gc_scan_black()
968 next: in gc_scan_black()
1041 goto next; in gc_mark_grey()
1143 next: in gc_mark_grey()
1216 goto next; in gc_scan()
1230 goto next; in gc_scan()
1352 next: in gc_scan()
1596 next: in gc_collect_white()
1668 goto next; in gc_remove_nested_data_from_buffer()
1670 goto next; in gc_remove_nested_data_from_buffer()
[all …]

Completed in 56 milliseconds

1...<<11121314151617181920>>...25