Home
last modified time | relevance | path

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

1...<<1112131415161718

/PHP-5.5/ext/standard/tests/array/
H A Deach_variation6.phpt7 * and advance the pointer to the next element
H A Deach_basic.phpt7 * and advance the pointer to the next element
H A Deach_variation4.phpt7 * and advance the pointer to the next element
H A Deach_error.phpt7 * and advance the pointer to the next element
H A Deach_variation5.phpt7 * and advance the pointer to the next element
/PHP-5.5/sapi/fpm/fpm/events/
H A Dselect.c131 q = q->next; /* iterate */ in fpm_event_select_wait()
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp169 int32_t CodePointBreakIterator::next(void) in next() function in CodePointBreakIterator
211 int32_t CodePointBreakIterator::next(int32_t n) in next() function in CodePointBreakIterator
/PHP-5.5/ext/phar/tests/
H A D022.phpt48 echo "next\n";
98 next
/PHP-5.5/ext/soap/tests/
H A Dserver031.phpt19 public function next() { return next($this->a); }
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c121 for (kv = wp->config->php_values; kv; kv = kv->next) { in fpm_php_apply_defines()
127 for (kv = wp->config->php_admin_values; kv; kv = kv->next) { in fpm_php_apply_defines()
/PHP-5.5/ext/mysqli/tests/
H A D066.phpt27 } while ($warning->next());
/PHP-5.5/Zend/tests/generators/
H A Dgenerator_rewind.phpt16 $gen->next();
/PHP-5.5/tests/output/
H A Dob_flush_basic_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next
/PHP-5.5/ext/spl/internal/
H A Dmultipleiterator.inc141 * their next() method regardless of their state.
143 public function next()
147 $iter->next();
/PHP-5.5/Zend/
H A Dzend_alloc.c772 zend_mm_free_block *prev, *next; in zend_mm_add_to_free_list() local
780 next = prev->next_free_block; in zend_mm_add_to_free_list()
842 prev->next_free_block = next; in zend_mm_remove_from_free_list()
843 next->prev_free_block = prev; in zend_mm_remove_from_free_list()
846 if (EXPECTED(prev == next)) { in zend_mm_remove_from_free_list()
863 zend_mm_free_block *prev, *next; in zend_mm_add_to_rest_list() local
872 next = p->next_free_block; in zend_mm_add_to_rest_list()
873 prev->next_free_block = next; in zend_mm_add_to_rest_list()
874 next->prev_free_block = prev; in zend_mm_add_to_rest_list()
886 next = prev->next_free_block; in zend_mm_add_to_rest_list()
[all …]
H A Dzend_signal.h52 struct _zend_signal_queue_t *next; member
H A Dzend_objects_API.h46 int next; member
/PHP-5.5/ext/soap/
H A Dphp_encoding.c317 attr = attr->next; in soap_check_zval_ref()
1370 node = node->next; in model_to_zval_any()
1659 if (!trav->next || !get_node(trav->next, (char*)trav->name)) { in to_zval_object_ex()
1686 trav = trav->next; in to_zval_object_ex()
2772 trav = trav->next; in to_zval_array()
3155 *next = '\0'; in to_xml_list()
3156 next++; in to_xml_list()
3171 start = next; in to_xml_list()
3268 ret->next = NULL; in to_xml_any()
3424 href = href->next; in check_and_resolve_href()
[all …]
/PHP-5.5/ext/spl/tests/
H A DRecursiveDirectoryIterator_getSubPathname_basic.phpt23 $it->next();
H A Dfileobject_001.phpt14 $o->next();
H A Dbug45614.phpt16 $it->next();
/PHP-5.5/ext/date/tests/
H A Ddate_modify_basic1.phpt25 date_modify($datetime, "next Thursday");
H A DDateTime_modify_basic1.phpt25 $datetime->modify("next Thursday");
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.c365 compiler->buf->next = NULL; in sljit_create_compiler()
367 compiler->abuf->next = NULL; in sljit_create_compiler()
421 buf = buf->next; in sljit_free_compiler()
428 buf = buf->next; in sljit_free_compiler()
499 new_frag->next = compiler->buf; in ensure_buf()
547 tmp = buf->next; in reverse_buf()
548 buf->next = prev; in reverse_buf()
592 label->next = NULL; in set_label()
603 jump->next = NULL; in set_jump()
614 const_->next = NULL; in set_const()
[all …]
/PHP-5.5/ext/phar/tests/zip/
H A Dodt.phpt17 // this next line is for increased code coverage

Completed in 71 milliseconds

1...<<1112131415161718