Home
last modified time | relevance | path

Searched refs:next (Results 126 – 150 of 449) sorted by relevance

12345678910>>...18

/PHP-5.5/Zend/tests/
H A Dbug32993.phpt12 public function next() { return next($this->arr); }
H A Dbug32674.phpt25 public function next() {
26 $element = next($this->_elements);
/PHP-5.5/ext/standard/tests/array/
H A Dreset_variation3.phpt26 next($array1);
28 echo "\n-- Position after calling next() --\n";
48 -- Position after calling next() --
H A Dcurrent_basic.phpt18 next($array);
22 next($array);
H A Dkey_basic.phpt21 next($array);
29 next($array);
/PHP-5.5/ext/sysvshm/
H A Dsysvshm.c378 shm_var->next = total_size; in php_put_shm_data()
403 pos += shm_var->next; in php_check_shm_data()
405 if (shm_var->next <= 0 || pos < ptr->start) { in php_check_shm_data()
421 next_chunk_ptr = (sysvshm_chunk *) ((char *) ptr + shm_varpos + chunk_ptr->next); in php_remove_shm_data()
423 memcpy_len = ptr->end-shm_varpos - chunk_ptr->next; in php_remove_shm_data()
424 ptr->free += chunk_ptr->next; in php_remove_shm_data()
425 ptr->end -= chunk_ptr->next; in php_remove_shm_data()
/PHP-5.5/ext/imap/
H A Dphp_imap.c676 for (cur=*foblist, next=cur->next; cur; cur=next) { in mail_free_foblist()
677 next = cur->next; in mail_free_foblist()
742 for (cur = *msglist, next = cur->next; cur; cur = next) { in mail_free_messagelist()
743 next = cur->next; in mail_free_messagelist()
1866 cur=cur->next; in PHP_FUNCTION()
1917 cur=cur->next; in PHP_FUNCTION()
1951 cur=cur->next; in PHP_FUNCTION()
2173 cur=cur->next; in PHP_FUNCTION()
2223 cur=cur->next; in PHP_FUNCTION()
2623 addr->next=NIL; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/spl/tests/
H A DrecursiveIteratorIterator_endchildren_error.phpt2 SPL: RecursiveIteratorIterator - Exception thrown in endchildren which should be handled in next()
40 #1 %s: RecursiveIteratorIterator->next()
H A Diterator_025.phpt41 $it->next();
48 $it->next();
/PHP-5.5/ext/dom/
H A Ddocumentfragment.c103 cur = cur->next; in php_dom_xmlSetTreeDoc()
106 prop = prop->next; in php_dom_xmlSetTreeDoc()
113 cur = cur->next; in php_dom_xmlSetTreeDoc()
H A Dnodelist.c76 while (curnode->next != NULL) { in dom_nodelist_length_read()
78 curnode = curnode->next; in dom_nodelist_length_read()
149 curnode = curnode->next; in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_gc.h83 struct _gc_root_buffer *next; member
95 struct _zval_gc_info *next; member
189 root->next->prev = root->prev; in gc_remove_from_buffer()
190 root->prev->next = root->next; in gc_remove_from_buffer()
/PHP-5.5/ext/soap/
H A Dphp_xml.c64 trav = trav->next; in cleanup_xml_node()
245 node = node->next; in get_attribute_ex()
256 node = node->next; in get_node_ex()
272 node = node->next; in get_node_recurisve_ex()
293 node = node->next; in get_node_with_attribute_ex()
313 node = node->next; in get_node_with_attribute_recursive_ex()
/PHP-5.5/ext/sqlite3/
H A Dphp_sqlite3_structs.h56 struct _php_sqlite3_func *next; member
67 struct _php_sqlite3_collation *next; member
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_process_ctl.c151 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_pctl_kill_all()
154 for (child = wp->children; child; child = child->next) { in fpm_pctl_kill_all()
296 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_pctl_check_request_timeout()
302 for (child = wp->children; child; child = child->next) { in fpm_pctl_check_request_timeout()
314 for (wp = fpm_worker_all_pools; wp; wp = wp->next) { in fpm_pctl_perform_idle_server_maintenance()
324 for (child = wp->children; child; child = child->next) { in fpm_pctl_perform_idle_server_maintenance()
522 for (child = wp->children; child; child = child->next) { in fpm_pctl_on_socket_accept()
/PHP-5.5/ext/mysqli/tests/
H A Dbug42548.phpt39 print "----- next result -----------\n";
68 ----- next result -----------
73 ----- next result -----------
H A Dmysqli_get_warnings.phpt49 if (!method_exists($warning, 'next'))
50 printf("[009] Borked object, method next is missing\n");
65 if (false !== ($tmp = $warning->next()))
78 if (true !== ($tmp = $warning->next()))
81 if (false !== ($tmp = $warning->next()))
110 if (false !== ($tmp = $warning->next()))
131 while ($warning->next() && ('' != ($tmp = $warning->message))) {
141 if (false !== ($tmp = $warning->next()))
/PHP-5.5/ext/spl/internal/
H A Dcachingiterator.inc56 $this->next();
64 $this->next();
67 /** Forward to the next element
69 function next()
86 $this->it->next();
H A Drecursivecachingiterator.inc46 /** Forward to next element if necessary then an Iterator for the Children
49 function next()
75 parent::next();
/PHP-5.5/ext/date/tests/
H A Ddate-time-modify-times.phpt11 'next week monday',
12 'next week monday 10am',
H A Ddate_period.phpt8 $di = DateInterval::createFromDateString( 'first day of next month' );
19 $di = DateInterval::createFromDateString( 'last thursday of next month' );
/PHP-5.5/ext/soap/tests/soap12/
H A DT74.phpt12 env:role="http://www.w3.org/2003/05/soap-envelope/role/next">foo</test:echoOk>
15 env:role="http://www.w3.org/2003/05/soap-envelope/role/next">
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c35 void *next; member
48 var_hash->next = 0; in var_push()
78 var_hash->next = 0; in var_push_dtor()
109 var_hash->next = 0; in var_push_dtor_no_addref()
138 var_hash = var_hash->next; in var_replace()
150 var_hash = var_hash->next; in var_access()
165 void *next; in var_destroy() local
173 next = var_hash->next; in var_destroy()
175 var_hash = next; in var_destroy()
187 next = var_hash->next; in var_destroy()
[all …]
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.c55 zend_regexp_list *next; member
194 it->next = NULL; in zend_accel_blacklist_update_regexp()
202 regexp_list_it = &it->next; in zend_accel_blacklist_update_regexp()
226 it = it->next; in zend_accel_blacklist_shutdown()
369 regexp_list_it = regexp_list_it->next;
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_string.c824 zval *next = NULL; /* return offset of next part of the string */ in PHP_FUNCTION() local
826 …) TSRMLS_CC, "sl|llz", (char **)&str, &str_len, &size, &extract_type, &lstart, &next) == FAILURE) { in PHP_FUNCTION()
834 if ( NULL != next ) { in PHP_FUNCTION()
835 if ( !PZVAL_IS_REF(next) ) { in PHP_FUNCTION()
843 zval_dtor(next); in PHP_FUNCTION()
844 ZVAL_LONG(next, lstart); in PHP_FUNCTION()
897 if ( NULL != next ) { in PHP_FUNCTION()
898 ZVAL_LONG(next, start+nsize); in PHP_FUNCTION()
940 if ( NULL != next ) { in PHP_FUNCTION()
941 ZVAL_LONG(next, start+ret_pos); in PHP_FUNCTION()

Completed in 68 milliseconds

12345678910>>...18