Home
last modified time | relevance | path

Searched refs:next (Results 401 – 425 of 449) sorted by relevance

1...<<1112131415161718

/PHP-5.5/Zend/
H A DZEND_CHANGES301 // the next line is impossible
495 then the next try/catch block is searched until no more try/catch
858 function next() {
881 for($it->rewind(); $it->valid(); $it->next()) {
H A Dzend_interfaces.c499 ZEND_ABSTRACT_ME(iterator, next, NULL)
/PHP-5.5/ext/interbase/
H A Dibase_query.c904 ib_query->link->tr_list->next = NULL; in _php_ibase_exec()
908 for (l = &ib_query->link->tr_list; *l != NULL; l = &(*l)->next); in _php_ibase_exec()
911 (*l)->next = NULL; in _php_ibase_exec()
/PHP-5.5/ext/gd/libgd/
H A Dgd_jpeg.c429 marker = marker->next; in gdImageCreateFromJpegCtxEx()
/PHP-5.5/sapi/caudium/
H A Dcaudium.c74 for(KEY=md->data->hash[COUNT];KEY;KEY=KEY->next)
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c492 jump = jump->next; in sljit_generate_code()
497 label = label->next; in sljit_generate_code()
501 const_ = const_->next; in sljit_generate_code()
519 buf = buf->next; in sljit_generate_code()
554 jump = jump->next; in sljit_generate_code()
H A DsljitNativeTILEGX-encoder.c9512 unsigned short next = table[index + 1 + bitfield]; in find_opcode() local
9513 if (next <= TILEGX_OPC_NONE) in find_opcode()
9514 return &tilegx_opcodes[next]; in find_opcode()
9516 index = next - TILEGX_OPC_NONE; in find_opcode()
/PHP-5.5/ext/spl/
H A Dspl_directory.c798 SPL_METHOD(DirectoryIterator, next) in SPL_METHOD() argument
2006 SPL_ME(DirectoryIterator, next, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
2028 SPL_ME(DirectoryIterator, next, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
2478 SPL_METHOD(SplFileObject, next) in SPL_METHOD() argument
3024 SPL_ME(SplFileObject, next, arginfo_splfileinfo_void, ZEND_ACC_PUBLIC)
H A Dspl_array.c1579 SPL_METHOD(Array, next) in SPL_METHOD() argument
1942 SPL_ME(Array, next, arginfo_array_void, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput7181 /-- The next two are special cases where the lengths of the different cases of
211 /-- The next two should be Perl-compatible, but it fails to match \x{e0}. PCRE
H A Dtestinput13621 (?(1) (.*?)\1 | ([^\s]+)) # if quote found, match up to next matching
3622 # quote, otherwise match up to next space
3630 (?(1) (.*?)\1 | (\S+)) # if quote found, match up to next matching
3631 # quote, otherwise match up to next space
3639 (?(1) (.*?)\1 | (\S+)) # if quote found, match up to next matching
3640 # quote, otherwise match up to next space
5160 /--- PRUNE goes to next bumpalong; COMMIT does not. ---/
5337 /-- This matches "ac" because SKIP forces the next match to start on the
H A Dtestoutput15901 (?(1) (.*?)\1 | ([^\s]+)) # if quote found, match up to next matching
5902 # quote, otherwise match up to next space
5920 (?(1) (.*?)\1 | (\S+)) # if quote found, match up to next matching
5921 # quote, otherwise match up to next space
5939 (?(1) (.*?)\1 | (\S+)) # if quote found, match up to next matching
5940 # quote, otherwise match up to next space
8575 /--- PRUNE goes to next bumpalong; COMMIT does not. ---/
8839 /-- This matches "ac" because SKIP forces the next match to start on the
/PHP-5.5/ext/phar/
H A Dtar.c272 goto next; in phar_parse_tarfile()
570 next: in phar_parse_tarfile()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1419 previous branch point in the tree, and tries the next alternative
1843 tab, U+000B), FF (form feed, U+000C), NEL (next line, U+0085), LS (line
2196 character class and the next newline, inclusive, to be ignored.
3810 most significant bit is 0, or the next bit is 1).
3993 behaviour may not be what you want (see the next section).
6137 duplicate named subpatterns, as described in the next section.
6232 a back reference (see next section)
7013 the next section.
7577 match at the next alternative. (*PRUNE) comes next, failing the match
8049 (*PRUNE) advance to next starting character
[all …]
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c1636 for(modp = top_module; modp; modp = modp->next) { in PHP_MINFO_FUNCTION()
1642 if (modp->next) { in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c512 for (cache_entry = ZCSG(hash).hash_table[i]; cache_entry; cache_entry = cache_entry->next) { in accelerator_get_scripts()
/PHP-5.5/ext/openssl/
H A DREADME50 and moves it's internal error pointer to the next message. If there are no
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1305 struct MapStruct* next;
1382 - for ( m = maps; m != (Map*) 0; m = m->next )
1383 + for ( m = maps; m != (Map*) 0; m = m->next ) {
1386 + mm = &m->next;
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c83 for (ml = ms->mlist[0]->next; ml != ms->mlist[0]; ml = ml->next) in file_softmagic()
/PHP-5.5/main/streams/
H A Dstreams.c609 for (filter = stream->readfilters.head; filter; filter = filter->next) { in _php_stream_fill_read_buffer()
1173 for (filter = stream->writefilters.head; filter; filter = filter->next) { in _php_stream_write_filtered()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c463 nodep = nodep->next; in PHP_FUNCTION()
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING409 next alternative OP_ALT or, if there aren't any branches, to the matching
411 the next one, or to the OP_KET opcode. For capturing brackets, the bracket
/PHP-5.5/ext/standard/
H A Dfilestat.c1227 bucket = bucket->next; in PHP_FUNCTION()
/PHP-5.5/ext/libxml/
H A Dlibxml.c255 curnode = node->next; in php_libxml_node_free_list()
/PHP-5.5/ext/date/lib/
H A Dparse_date.re233 { "next", 0, 1 },
930 reltexttext = 'next'|'last'|'previous'|'this';
1582 /* to handle the format weekday + last/this/next week */

Completed in 153 milliseconds

1...<<1112131415161718