Home
last modified time | relevance | path

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

1...<<1112131415161718

/PHP-5.5/ext/dom/
H A Dnode.c171 nsdftptr = curns->next; in dom_reconcile_ns()
175 curns->next = NULL; in dom_reconcile_ns()
598 nextsib = nodep->next; in dom_node_next_sibling_read()
821 curns = curns->next; in dom_node_prefix_write()
960 prevsib->next = newchild; in _php_dom_insert_fragment()
984 node = node->next; in _php_dom_insert_fragment()
1066 new_child->next = refp; in PHP_FUNCTION()
1116 child->next = new_child; in PHP_FUNCTION()
1211 children = children->next; in PHP_FUNCTION()
1218 nextsib = oldchild->next; in PHP_FUNCTION()
[all …]
/PHP-5.5/main/
H A DSAPI.c603 zend_llist_element *next; in sapi_remove_header() local
608 next = current->next; in sapi_remove_header()
612 current->prev->next = next; in sapi_remove_header()
614 l->head = next; in sapi_remove_header()
616 if (next) { in sapi_remove_header()
617 next->prev = current->prev; in sapi_remove_header()
625 current = next; in sapi_remove_header()
/PHP-5.5/ext/pcntl/
H A Dphp_pcntl.h63 struct php_pcntl_pending_signal *next; member
/PHP-5.5/ext/soap/tests/soap12/
H A DT01.phpt12 env:role="http://www.w3.org/2003/05/soap-envelope/role/next">foo</test:echoOk>
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 DT75.phpt12 env:role="http://www.w3.org/2003/05/soap-envelope/role/next"
/PHP-5.5/Zend/tests/
H A Dbug69017.phpt26 Warning: Cannot add element to the array as the next element is already occupied in %sbug69017.php …
/PHP-5.5/ext/intl/common/
H A Dcommon_enum.cpp91 const char *result = ((StringEnumeration*)iter->data)->next( in string_enum_current_move_forward()
260 static PHP_METHOD(IntlIterator, next) in PHP_METHOD() argument
316 PHP_ME(IntlIterator, next, ainfo_se_void, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/mysqli/tests/
H A Dbug54221.phpt34 } while ($warnings->next());
/PHP-5.5/ext/spl/tests/
H A DRecursiveDirectoryIterator_getSubPath_basic.phpt20 $it->next();
/PHP-5.5/ext/standard/tests/array/
H A Darray_push_error2.phpt28 Warning: array_push(): Cannot add element to the array as the next element is already occupied in %…
/PHP-5.5/ext/zlib/tests/
H A Dgzseek_variation6.phpt24 //read the next 10
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm.c96 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_run()
H A Dfpm_systemd.c22 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_systemd()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c627 const pcre_uchar *next; in match()
887 next = ecode + GET(ecode,1); in match()
1877 next = ecode + 1; in match()
1880 do next += GET(next, 1); while (*next == OP_ALT); in match()
1881 ecode = next + 1 + LINK_SIZE; in match()
1885 next = ecode + 1; in match()
1886 do next += GET(next, 1); while (*next == OP_ALT); in match()
1893 next = ecode+1; in match()
1894 do next += GET(next,1); while (*next == OP_ALT); in match()
1895 ecode = next + 1 + LINK_SIZE; in match()
[all …]
/PHP-5.5/ext/enchant/
H A Denchant.c51 enchant_dict *next; member
275 pdict->pbroker->dict[pdict->id-1]->next = NULL; in php_enchant_dict_free()
566 dict->next = NULL; in PHP_FUNCTION()
570 pbroker->dict[pos-1]->next = dict; in PHP_FUNCTION()
622 dict->next = NULL;
625 pbroker->dict[pos-1]->next = dict;
/PHP-5.5/ext/date/tests/
H A Dbug50055.phpt9 $i = DateInterval::createFromDateString('third Tuesday of next month');
H A Ddate_period-immutable.phpt9 $di = DateInterval::createFromDateString( 'first day of next month' );
/PHP-5.5/ext/spl/internal/
H A Demptyiterator.inc56 function next()
H A Dseekableiterator.inc36 $this->next();
/PHP-5.5/tests/classes/
H A Diterators_004.phpt29 function next() {
/PHP-5.5/ext/com_dotnet/
H A Dcom_wrapper.c407 ulong next = id+1; in disp_getnextdispid() local
410 while(!zend_hash_index_exists(disp->dispid_to_name, next)) in disp_getnextdispid()
411 next++; in disp_getnextdispid()
413 if (zend_hash_index_exists(disp->dispid_to_name, next)) { in disp_getnextdispid()
414 *pid = next; in disp_getnextdispid()
/PHP-5.5/ext/spl/examples/
H A Dsearchiterator.inc45 function next()

Completed in 48 milliseconds

1...<<1112131415161718