Home
last modified time | relevance | path

Searched refs:next (Results 276 – 300 of 463) sorted by relevance

1...<<111213141516171819

/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_isIterateable_basic.phpt12 function next() {}
H A DReflectionGenerator_in_Generator.phpt32 })())->next();
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_worker_pool.c53 wp_next = wp->next; in fpm_worker_pool_cleanup()
H A Dfpm_conf.h16 struct key_value_s *next; member
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_cmd.h68 phpdbg_param_t *next; member
82 (v)->next = NULL; \
H A Dphpdbg_wait.c267 elm->prev->next = elm->next; in phpdbg_webdata_decompress()
269 zend_extensions.head = elm->next; in phpdbg_webdata_decompress()
271 if (elm->next) { in phpdbg_webdata_decompress()
272 elm->next->prev = elm->prev; in phpdbg_webdata_decompress()
/PHP-7.4/ext/spl/tests/
H A Ddualiterator.inc127 function next()
129 $this->lhs->next();
130 $this->rhs->next();
H A DRecursiveDirectoryIterator_getSubPath_basic.phpt20 $it->next();
/PHP-7.4/ext/dom/
H A Dnode.c169 nsdftptr = curns->next; in dom_reconcile_ns()
173 curns->next = NULL; in dom_reconcile_ns()
549 nextsib = nodep->next; in dom_node_next_sibling_read()
744 curns = curns->next; in dom_node_prefix_write()
893 prevsib->next = newchild; in _php_dom_insert_fragment()
917 node = node->next; in _php_dom_insert_fragment()
1000 new_child->next = refp; in PHP_FUNCTION()
1050 child->next = new_child; in PHP_FUNCTION()
1146 children = children->next; in PHP_FUNCTION()
1153 nextsib = oldchild->next; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/soap/tests/soap12/
H A DT66.phpt12 env:role="http://www.w3.org/2003/05/soap-envelope/role/next">foo</test:echoOk>
H A DT67.phpt12 env:role="http://www.w3.org/2003/05/soap-envelope/role/next">foo</test:echoOk>
H A DT68.phpt14 env:role="http://www.w3.org/2003/05/soap-envelope/role/next" >foo</test:echoOk>
H A DT01.phpt12 env:role="http://www.w3.org/2003/05/soap-envelope/role/next">foo</test:echoOk>
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_first_variation.phpt15 var_dump( next($array) );
H A Darray_key_last_variation.phpt15 var_dump( next($array) );
H A Darray_push_error2.phpt27 Warning: array_push(): Cannot add element to the array as the next element is already occupied in %…
/PHP-7.4/ext/dba/libinifile/
H A Dinifile.h43 line_type next; member
/PHP-7.4/Zend/tests/
H A Dbug69017.phpt26 Warning: Cannot add element to the array as the next element is already occupied in %sbug69017.php …
/PHP-7.4/ext/standard/tests/network/
H A Dsetcookie.phpt65 next($expected);
67 while (next($headers) !== FALSE);
/PHP-7.4/ext/intl/common/
H A Dcommon_enum.cpp90 const char *result = ((StringEnumeration*)Z_PTR(iter->data))->next( in string_enum_current_move_forward()
245 static PHP_METHOD(IntlIterator, next) in PHP_METHOD() argument
301 PHP_ME(IntlIterator, next, ainfo_se_void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/zlib/tests/
H A Dgzseek_variation6.phpt24 //read the next 10
/PHP-7.4/tests/classes/
H A Diterators_004.phpt27 function next() {
/PHP-7.4/Zend/tests/generators/
H A Dbug71013.phpt11 function next () {}
/PHP-7.4/ext/xmlreader/tests/
H A Dbug71805.phpt27 while (($lastRead = $XR->next()) && ($XR->name !== 'record'));
/PHP-7.4/ext/mysqli/tests/
H A Dbug54221.phpt34 } while ($warnings->next());

Completed in 66 milliseconds

1...<<111213141516171819