Home
last modified time | relevance | path

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

1...<<111213141516

/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog570 subroutine, it did not work as intended. [But see next item.]
887 incorrectly shown (and then shown again when found in the next line).
900 backtracked to try for "b" instead of moving to the next alternative branch
902 is clear that when (*THEN) is backtracked onto, it goes to the "next
1053 \s etc use properties (see next item). The new properties are: Xan
2236 (b) (?+n) is also a relative subroutine call; it refers to the nth next
2462 or a glibc crash with a message such as "pcretest: free(): invalid next
3990 internal.h so that it is next to the definition of the opcodes.
3993 code. This is again a macro in internal.h so that it is next to the
4472 the next newline as if a previous match had failed.
[all …]
H A Dpcre_internal.h2380 struct open_capitem *next; /* Chain link */ member
/PHP-5.3/win32/
H A Dinstall.txt406 The next step is to set up a valid configuration file for PHP, php.ini.
433 follow the next step. Set the doc_root to point to your web servers
451 PHP is now setup on your system. The next step is to choose a web
1778 displayed which will give you a clue as to what needs to be done next.
1806 to be done next. If you get a screen full of HTML codes (the output of
/PHP-5.3/Zend/
H A Dzend_compile.c948 for (le=jmp_list_ptr->head; le; le = le->next) { in zend_do_if_end()
1006 le = le->next; in zend_do_end_variable_parse()
1055 le = le->next; in zend_do_end_variable_parse()
4203 dimension = dimension->next; in zend_do_list_end()
4209 le = le->next; in zend_do_list_end()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c15560 u32 next = mem3.aPool[i].u.list.next; in memsys3UnlinkFromList() local
15566 mem3.aPool[prev].u.list.next = next; in memsys3UnlinkFromList()
15568 if( next ){ in memsys3UnlinkFromList()
16254 next = MEM5LINK(i)->next; in memsys5Unlink()
16259 MEM5LINK(prev)->next = next; in memsys5Unlink()
16261 if( next>=0 ){ in memsys5Unlink()
21875 elem->prev->next = elem->next; in removeElementGivenHash()
48975 if( (next>0 && next<=pc+size+3) || pc+size>usableSize ){
48981 pc = next;
51233 Pgno next = 0;
[all …]
/PHP-5.3/ext/sqlite/
H A Dsqlite.c563 PHP_ME_MAPPING(next, sqlite_next, arginfo_sqlite_method_next, 0)
586 PHP_ME_MAPPING(next, sqlite_next, arginfo_sqlite_method_next, 0)
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput6748 /The next two tests are for property support in non-UTF-8 mode/
H A Dtestoutput61281 /The next two tests are for property support in non-UTF-8 mode/
H A Dtestoutput2742 /The next three are in testinput2 because they have variable length branches/
6265 / In this next test, J is not set at the outer level; consequently it isn't
10144 (?(1) (.*?)\1 | ([^\s]+)) # if quote found, match up to next matching
10145 # quote, otherwise match up to next space
/PHP-5.3/
H A DINSTALL699 .#NOTE this next line should happen after all 'ObjectType' and before all 'AddLo
1280 compiled by the PHP Group (see next section for the download).
1949 what needs to be done next. If you get a screen full of HTML
1979 will give you a clue as to what needs to be done next. If you
H A DNEWS2932 . proper support for "this week", "previous week"/"last week" and "next week"
3682 - Fixed bug #46031 (Segfault in AppendIterator::next). (Arnaud)
4302 - Fixed bug #41685 (array_push() fails to warn when next index is
4348 - Fixed bug #41127 (Memory leak in ldap_{first|next}_attribute functions).
4834 - Fixed bug #39979 (PGSQL_CONNECT_FORCE_NEW will causes next connect to
6503 - Fixed bug #33013 ("next month" was handled wrong while parsing dates).
6833 - Fixed bug #31346 (ArrayIterator::next segfaults). (Marcus)
/PHP-5.3/ext/standard/
H A Dbasic_functions.c3275 PHP_FE(next, arginfo_next)
3474 BG(next) = NULL; in basic_globals_ctor()
H A Darray.c857 PHP_FUNCTION(next) in PHP_FUNCTION() argument
/PHP-5.3/ext/curl/
H A Dinterface.c1492 for(slist = ci->certinfo[i]; slist; slist = slist->next) { in create_certinfo()
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic1450 # These next two lines do not work, because a bzip2 Debian archive
2408 # is this next line right? it came this way...
4534 # The next is incomplete, we could tell more about this format,
7543 # Note: magic.mime had 0x8501 for the next line instead of 0x8502
8304 # The next byte following the magic is always whitespace.
9013 # whatever comes next (HP-PA Hummingbird?). OS/2 may also go elsewhere
9035 # SGI labeled the next entry as "iAPX 386 executable" --Dan Quinlan
10983 # Is next line correct? One might expect "Corp." not "Copr." If it is right, add a note to that eff…
11116 # calculations (next embedded executable would be at &(&2*512+&0-2)
15624 >0x18 lelong >1 \b, next record no. %d
/PHP-5.3/ext/phar/tests/
H A Dbug45218_SLOWTESTU.phpt22 function next() {
H A Dbug45218_SLOWTEST.phpt22 function next() {

Completed in 420 milliseconds

1...<<111213141516