Home
last modified time | relevance | path

Searched refs:top (Results 101 – 112 of 112) sorted by relevance

12345

/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2969 by any top-level option settings at the start of the pattern itself. In
2975 A pattern is automatically anchored by PCRE if all of its top-level
6002 When one of these option changes occurs at top level (that is, not
6681 eral top-level alternatives, they do not all have to have the same
6691 strings are permitted only at the top level of a lookbehind assertion.
6697 is not permitted, because its single top-level branch can match two
6699 top-level branches:
6877 At "top level", all these recursion test conditions are false. The
7045 which is the last value taken on at the top level. If a capturing sub-
7046 pattern is not matched at the top level, its final captured value is
[all …]
/PHP-5.5/win32/
H A Dinstall.txt1565 spec file which databases to support and the location of the top-level
1709 and near the top will be a listing called Configuration File (php.ini).
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1310 15. Applied Graycode's patch to put the top-level frame on the stack rather
2577 11. An option change at the start of a pattern that had top-level alternatives
3066 past the start of the subject in the presence of bytes with the top bit
4678 copy DLL to top builddir before testing
4856 happened, whereas the "false" branch is used only at the top level.
5441 the top of the file. The pcretest program is not installed.
5494 DOTALL is set at top level; otherwise it knows that patterns starting with .*
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1343 # categories" and "left to right, top to bottom," respectively; the D and R
1595 # Yes, the top two "cpio archive" formats *are* supposed to just be "short".
8934 # It has to be duplicated above because the top-level pattern
10518 >768 beshort 0 left to right/top to bottom
10519 >768 beshort 1 right to left/top to bottom
10520 >768 beshort 2 left to right/bottom to top
10521 >768 beshort 3 right to left/bottom to top
10522 >768 beshort 4 top to bottom/left to right
10523 >768 beshort 5 top to bottom/right to left
10524 >768 leshort 6 bottom to top/left to right
[all …]
/PHP-5.5/
H A Dacinclude.m4193 dnl the path is interpreted relative to the top build-directory.
H A Dphp.ini-development349 ; unless "declare(encoding=...)" directive appears at the top of the script.
H A Dphp.ini-production349 ; unless "declare(encoding=...)" directive appears at the top of the script.
H A DINSTALL2024 phpinfo(). Near the top, there will be a listing called
H A DNEWS3207 'interactive' execution of a single top-level op-array.
6243 - Fixed bug #46048 (SimpleXML top-level @attributes not part of iterator).
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1518 2003/06/30: [spec] allow different length top-level alternatives
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c54396 top = get2byteNotZero(&data[hdr+5]);
54403 testcase( gap+2==top );
54404 testcase( gap+1==top );
54405 testcase( gap==top );
54421 testcase( gap+2+nByte==top );
54422 if( gap+2+nByte>top ){
54427 top = get2byteNotZero(&data[hdr+5]);
54428 assert( gap+nByte<=top );
54438 top -= nByte;
54439 put2byte(&data[hdr+5], top);
[all …]
/PHP-5.5/ext/date/lib/
H A Dparse_date.c320 if((s->top - s->lim) < BSIZE){
328 s->top = &s->lim[BSIZE];

Completed in 558 milliseconds

12345