Home
last modified time | relevance | path

Searched refs:next (Results 101 – 125 of 392) sorted by relevance

12345678910>>...16

/PHP-5.3/ext/phar/tests/zip/
H A Dphar_buildfromiterator7.phpt17 function next() {
18 echo "next\n";
19 return next($this->a);
/PHP-5.3/ext/phar/tests/tar/
H A Dphar_buildfromiterator7.phpt17 function next() {
18 echo "next\n";
19 return next($this->a);
/PHP-5.3/ext/spl/internal/
H A Dappenditerator.inc87 /** Move to the next element. If this means to another Iterator that
91 function next()
97 $this->getInnerIterator()->next();
102 $this->iterators->next();
110 $this->iterators->next();
H A Drecursiveiteratoriterator.inc32 * to the next element. */
50 * getChildren() calls and simply jumps to the next
105 /** Forward to next element
107 function next()
124 $it->next();
139 $it->next();
230 /** Called when the next element is available
/PHP-5.3/ext/xmlreader/tests/
H A D010.phpt2 XMLReader: libxml2 XML Reader, next
18 $reader->next();
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dhash.h51 HashElem *next, *prev; /* Next and previous elements in the table */ member
99 #define sqliteHashNext(E) ((E)->next)
/PHP-5.3/Zend/
H A Dzend_fast_cache.h34 struct _zend_fast_cache_list_entry *next;
65 …e_list_head)[fc_type] = ((zend_fast_cache_list_entry *) AG(fast_cache_list_head)[fc_type])->next; \
78 …((zend_fast_cache_list_entry *) (p))->next = (zend_fast_cache_list_entry *) AG(fast_cache_list_hea…
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.3/ext/date/tests/
H A Dbug33415-2.phpt11 $strtotime_tstamp = strtotime("next Wednesday", $tStamp);
19 $strtotime_tstamp = strtotime("next Thursday", $tStamp);
28 $strtotime_tstamp = strtotime("next Thursday", $tStamp);
37 $strtotime_tstamp = strtotime("next Saturday", $tStamp);
45 $strtotime_tstamp = strtotime("next Thursday", $tStamp);
54 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
62 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
71 $strtotime_tstamp = strtotime("next Tuesday", $tStamp);
80 $strtotime_tstamp = strtotime("next Monday", $tStamp);
88 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
[all …]
H A Dbug41599.phpt17 //jumped to next Sunday
21 //jumped to next Sunday again
/PHP-5.3/ext/ereg/regex/
H A Dregcomp.c43 #define PEEK() (*p->next)
51 #define NEXT() (p->next++)
131 p->end = p->next + len;
589 if (p->next + 5 < p->end && strncmp(p->next, "[:<:]]", 6) == 0) {
594 if (p->next + 5 < p->end && strncmp(p->next, "[:>:]]", 6) == 0) {
734 len = p->next - sp;
807 len = p->next - sp;
850 p->next = bracket;
857 p->next = oldnext;
895 p->next = bracket;
[all …]
/PHP-5.3/ext/dba/libinifile/
H A Dinifile.c107 inifile_line_free(&dba->next); in inifile_free()
251 …if (skip == -1 && dba->next.key.group && dba->next.key.name && !inifile_key_cmp(&dba->next.key, ke… in inifile_fetch()
253 php_stream_seek(dba->fp, dba->next.pos, SEEK_SET); in inifile_fetch()
258 inifile_line_free(&dba->next); in inifile_fetch()
268 inifile_line_free(&dba->next); in inifile_fetch()
269 dba->next = ln; in inifile_fetch()
270 dba->next.pos = php_stream_tell(dba->fp); in inifile_fetch()
282 dba->next.pos = php_stream_tell(dba->fp); in inifile_fetch()
336 inifile_line_free(&dba->next); in inifile_find_group()
/PHP-5.3/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h39 struct pdo_sqlite_func *next; member
50 struct pdo_sqlite_collation *next; member
/PHP-5.3/Zend/tests/
H A Dbug32993.phpt12 public function next() { return next($this->arr); }
/PHP-5.3/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);
/PHP-5.3/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.3/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()
1875 cur=cur->next; in PHP_FUNCTION()
1926 cur=cur->next; in PHP_FUNCTION()
1960 cur=cur->next; in PHP_FUNCTION()
2182 cur=cur->next; in PHP_FUNCTION()
2232 cur=cur->next; in PHP_FUNCTION()
2632 addr->next=NIL; in PHP_FUNCTION()
[all …]
/PHP-5.3/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()
/PHP-5.3/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()
/PHP-5.3/ext/standard/
H A Dvar_unserializer.re31 void *next;
40 var_hash = var_hash->next;
46 var_hash->next = 0;
51 prev->next = var_hash;
69 var_hash->next = 0;
74 prev->next = var_hash;
117 void *next;
122 next = var_hash->next;
124 var_hash = next;
133 next = var_hash->next;
[all …]
/PHP-5.3/ext/sqlite3/
H A Dphp_sqlite3_structs.h56 struct _php_sqlite3_func *next; member
67 struct _php_sqlite3_collation *next; member
/PHP-5.3/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.3/ext/mysqli/tests/
H A Dbug42548.phpt39 print "----- next result -----------\n";
68 ----- next result -----------
73 ----- next result -----------
/PHP-5.3/ext/soap/
H A Dphp_xml.c64 trav = trav->next; in cleanup_xml_node()
268 node = node->next; in get_attribute_ex()
279 node = node->next; in get_node_ex()
295 node = node->next; in get_node_recurisve_ex()
316 node = node->next; in get_node_with_attribute_ex()
336 node = node->next; in get_node_with_attribute_recursive_ex()

Completed in 64 milliseconds

12345678910>>...16