Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-5.3/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.3/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.3/ext/mysqli/tests/
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.3/ext/standard/
H A Dvar_unserializer.c33 void *next; member
42 var_hash = var_hash->next; in var_push()
48 var_hash->next = 0; in var_push()
53 prev->next = var_hash; in var_push()
71 var_hash->next = 0; in var_push_dtor()
76 prev->next = var_hash; in var_push_dtor()
119 void *next; in var_destroy() local
124 next = var_hash->next; in var_destroy()
126 var_hash = next; in var_destroy()
135 next = var_hash->next; in var_destroy()
[all …]
/PHP-5.3/ext/dom/
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.3/ext/standard/tests/array/
H A Dkey_basic.phpt21 next($array);
29 next($array);
H A Darray_pop_variation.phpt29 var_dump( next($mixed_array[1]) );
32 var_dump( next($mixed_array[1]) );
/PHP-5.3/ext/spl/tests/
H A Diterator_025.phpt41 $it->next();
48 $it->next();
H A Dbug37457.phpt28 public function next()
31 $this->valid = (false !== next($this->array));
H A Diterator_041a.phpt51 function next()
54 return parent::next();
/PHP-5.3/Zend/tests/
H A Dbug32674.phpt25 public function next() {
26 $element = next($this->_elements);
/PHP-5.3/ext/intl/grapheme/
H A Dgrapheme_string.c802 zval *next = NULL; /* return offset of next part of the string */ in PHP_FUNCTION() local
804 …) TSRMLS_CC, "sl|llz", (char **)&str, &str_len, &size, &extract_type, &lstart, &next) == FAILURE) { in PHP_FUNCTION()
812 if ( NULL != next ) { in PHP_FUNCTION()
813 if ( !PZVAL_IS_REF(next) ) { in PHP_FUNCTION()
821 zval_dtor(next); in PHP_FUNCTION()
822 ZVAL_LONG(next, lstart); in PHP_FUNCTION()
875 if ( NULL != next ) { in PHP_FUNCTION()
876 ZVAL_LONG(next, start+nsize); in PHP_FUNCTION()
918 if ( NULL != next ) { in PHP_FUNCTION()
919 ZVAL_LONG(next, start+ret_pos); in PHP_FUNCTION()
/PHP-5.3/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.3/ext/bcmath/libbcmath/src/
H A Doutput.c48 struct stk_rec *next; member
158 temp->next = digits; in bc_out_num()
170 digits = digits->next; in bc_out_num()
/PHP-5.3/ext/soap/interop/
H A Dclient_round2_params.php446 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=next)', NULL);
458 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=next)', NULL);
514 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=next)', NULL);
531 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=1 actor=next)', NULL);
579 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=next)', NULL);
592 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=next)', NULL);
/PHP-5.3/ext/spl/
H A Dspl.php565 function next(); function
849 function next() {/**/} function in ArrayIterator
1014 function next() {/**/} function in DirectoryIterator
1121 function next() {/**/} function in SimpleXMLIterator
/PHP-5.3/ext/simplexml/
H A Dsxe.c114 PHP_METHOD(ce_SimpleXMLIterator, next) in PHP_METHOD() argument
149 node = node->next; in PHP_METHOD()
181 …PHP_ME(ce_SimpleXMLIterator, next, arginfo_simplexmliterator__void, ZEND_ACC_PUB…
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_oo_013.phpt31 $r->next();
40 $r->next();
/PHP-5.3/tests/classes/
H A Diterators_006.phpt18 $this->next();
33 function next() {
/PHP-5.3/ext/imap/
H A Dphp_imap.h84 struct php_imap_mailbox_struct *next; member
90 struct php_imap_error_struct *next; member
95 struct _php_imap_message_struct *next; member
/PHP-5.3/ext/dba/libcdb/
H A Dcdb_make.c86 head->next = c->head; in cdb_make_addend()
153 for (x = c->head; x; x = x->next) { in cdb_make_finish()
186 for (x = c->head; x; x = x->next) { in cdb_make_finish()
225 x = x->next; in cdb_make_finish()
/PHP-5.3/ext/pdo/
H A Dpdo_sql_parser.c429 struct placeholder *next; member
465 plc->next = NULL; in pdo_parse_params()
471 placetail->next = plc; in pdo_parse_params()
520 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()
542 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()
641 plc = plc->next; in pdo_parse_params()
668 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()
709 for (plc = placeholders; plc; plc = plc->next) { in pdo_parse_params()
726 placeholders = plc->next; in pdo_parse_params()
/PHP-5.3/sapi/apache2filter/
H A Dsapi_apache2.c86 if (ap_pass_brigade(f->next, bb) != APR_SUCCESS || ctx->r->connection->aborted) { in php_apache_sapi_ub_write()
280 if (ap_pass_brigade(f->next, bb) != APR_SUCCESS || ctx->r->connection->aborted) { in php_apache_sapi_flush()
372 return ap_get_brigade(f->next, bb, mode, block, readbytes); in php_input_filter()
382 if ((rv = ap_get_brigade(f->next, bb, mode, block, readbytes)) != APR_SUCCESS) { in php_input_filter()
476 return ap_pass_brigade(f->next, bb); in php_output_filter()
484 return ap_pass_brigade(f->next, bb); in php_output_filter()
526 ctx->f = f->next; /* save whatever filters are after us in the chain. */ in php_output_filter()
532 return ap_pass_brigade(f->next, bb); in php_output_filter()
568 return ap_pass_brigade(f->next, pbb->bb); in php_output_filter()
656 f = f->next; in php_add_filter()

Completed in 72 milliseconds

12345678910>>...16