Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-5.3/ext/mbstring/tests/
H A Dmb_ereg_search.phpt29 $r = mb_ereg_search_regs();//get next result
/PHP-5.3/ext/date/tests/
H A Dbug52668.phpt8 $interval = DateInterval::createFromDateString('next day');
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_worker_pool.c41 wp_next = wp->next; in fpm_worker_pool_cleanup()
H A Dfpm_events.h28 struct fpm_event_queue_s *next; member
H A Dfpm_conf.h18 struct key_value_s *next; member
/PHP-5.3/ext/fileinfo/libmagic/
H A Dmagic.c256 for (ml = mlist->next; ml != mlist;) { in free_mlist()
257 struct mlist *next = ml->next; in free_mlist() local
261 ml = next; in free_mlist()
/PHP-5.3/ext/spl/internal/
H A Dsplfileobject.inc61 * @return next line from stream
152 * @return next char from file
180 /** Scan the next line
308 function next()
314 * @return next line read from file and increase the line counter
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_oo_010.phpt27 $r->next();
/PHP-5.3/ext/spl/examples/
H A Ddualiterator.inc127 function next()
129 $this->lhs->next();
130 $this->rhs->next();
/PHP-5.3/ext/spl/tests/
H A Diterator_032.phpt35 $it->next();
H A Drecursiveiteratoriterator_nextelement_basic.phpt2 SPL: RecursiveIteratorIterator::nextElement() is called when the next element is ready
H A Darray_004.phpt118 Notice: main(): ArrayIterator::next(): Array was modified outside object and internal position is n…
122 Notice: main(): ArrayIterator::next(): Array was modified outside object and internal position is n…
/PHP-5.3/main/streams/
H A Dphp_stream_filter_api.h45 php_stream_bucket *next, *prev; member
111 php_stream_filter *next; member
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c2950 next++; in get_othercase_range()
3064 pcre_uint32 next; in check_auto_possessive() local
3107 next = *ptr++; in check_auto_possessive()
3184 if (next < 128) othercase = cd->fcc[next]; else in check_auto_possessive()
3205 if (next < 128) othercase = cd->fcc[next]; else in check_auto_possessive()
3221 return next > 255 || (cd->ctypes[next] & ctype_digit) == 0; in check_auto_possessive()
3227 return next > 255 || (cd->ctypes[next] & ctype_space) == 0; in check_auto_possessive()
3233 return next > 255 || (cd->ctypes[next] & ctype_word) == 0; in check_auto_possessive()
3236 return next <= 255 && (cd->ctypes[next] & ctype_word) != 0; in check_auto_possessive()
3240 switch(next) in check_auto_possessive()
[all …]
/PHP-5.3/ext/intl/tests/
H A Dgrapheme.phpt595 $next = -1;
619 $res_str .= " \$next=$next == $test[3] ";
620 if ( $next != $test[3] ) {
1090 … "3" graphemes - grapheme_extract starting at byte position 0 with $next = abc == abc $next=3 == 3
1091 …c" "2" graphemes - grapheme_extract starting at byte position 0 with $next = ab == ab $next=2 == 2
1092 …abc" "1" graphemes - grapheme_extract starting at byte position 0 with $next = a == a $next=1 == 1
1093 … "abc" "0" graphemes - grapheme_extract starting at byte position 0 with $next = == $next=0 == 0
1094 …abc" "1" graphemes - grapheme_extract starting at byte position 0 with $next = a == a $next=1 == 1
1095 …abc" "1" graphemes - grapheme_extract starting at byte position 1 with $next = b == b $next=2 == 2
1096 …abc" "1" graphemes - grapheme_extract starting at byte position 2 with $next = c == c $next=3 == 3
[all …]
/PHP-5.3/tests/output/
H A Dob_flush_error_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next
/PHP-5.3/ext/simplexml/
H A Dsimplexml.c169 node = node->next; in sxe_get_element_by_offset()
190 node = node->next; in sxe_find_element_by_name()
232 node = node->next; in sxe_get_element_by_name()
576 attr = attr->next; in sxe_prop_dim_write()
585 attr = attr->next; in sxe_prop_dim_write()
1118 attr = attr->next; in sxe_get_prop_hash()
1166 node = node->next; in sxe_get_prop_hash()
1427 attr = attr->next; in sxe_add_namespaces()
1436 node = node->next; in sxe_add_namespaces()
1477 ns = ns->next; in sxe_add_registered_namespaces()
[all …]
/PHP-5.3/ext/reflection/tests/
H A DReflectionClass_isIterateable_basic.phpt12 function next() {}
/PHP-5.3/ext/pcntl/
H A Dphp_pcntl.h63 struct php_pcntl_pending_signal *next; member
/PHP-5.3/ext/dba/libinifile/
H A Dinifile.h45 line_type next; member
/PHP-5.3/ext/standard/
H A Drand.c190 BG(next) = state; in php_mt_reload()
221 s1 = *BG(next)++; in php_mt_rand()
/PHP-5.3/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.3/main/
H A DSAPI.c510 zend_llist_element *next; in sapi_remove_header() local
515 next = current->next; in sapi_remove_header()
519 current->prev->next = next; in sapi_remove_header()
521 l->head = next; in sapi_remove_header()
523 if (next) { in sapi_remove_header()
524 next->prev = current->prev; in sapi_remove_header()
532 current = next; in sapi_remove_header()
/PHP-5.3/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>

Completed in 82 milliseconds

12345678910>>...16