Home
last modified time | relevance | path

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

12345

/PHP-5.6/ext/standard/html_tables/
H A Dents_html5.txt1949 top 022A4
/PHP-5.6/ext/soap/
H A Dsoap.c96 void **_old_stack_top = EG(argument_stack)->top; \
113 if (_old_stack_top != EG(argument_stack)->top) { \
121 EG(argument_stack)->top = _old_stack_top; \
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput11904top>43.<a href='joblist.cfm?JobID=94 6735&Keyword='>Word Processor<BR>(N-1286)</a></TD><TD align=l…
/PHP-5.6/Zend/
H A DZEND_CHANGES491 compared with the classtype of each catch block from top to bottom
/PHP-5.6/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.6/
H A Dphp.ini-development349 ; unless "declare(encoding=...)" directive appears at the top of the script.
799 ; (shebang) at the top of the running script. This line might be needed if the
H A Dphp.ini-production349 ; unless "declare(encoding=...)" directive appears at the top of the script.
799 ; (shebang) at the top of the running script. This line might be needed if the
H A Dacinclude.m4193 dnl the path is interpreted relative to the top build-directory.
H A DINSTALL2024 phpinfo(). Near the top, there will be a listing called
H A DNEWS4785 'interactive' execution of a single top-level op-array.
7821 - Fixed bug #46048 (SimpleXML top-level @attributes not part of iterator).
/PHP-5.6/win32/
H A Dinstall.txt1556 spec file which databases to support and the location of the top-level
1700 and near the top will be a listing called Configuration File (php.ini).
/PHP-5.6/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.6/ext/fileinfo/tests/
H A Dmagic1443 # categories" and "left to right, top to bottom," respectively; the D and R
1695 # Yes, the top two "cpio archive" formats *are* supposed to just be "short".
9571 # It has to be duplicated above because the top-level pattern
11170 >768 beshort 0 left to right/top to bottom
11171 >768 beshort 1 right to left/top to bottom
11172 >768 beshort 2 left to right/bottom to top
11173 >768 beshort 3 right to left/bottom to top
11174 >768 beshort 4 top to bottom/left to right
11175 >768 beshort 5 top to bottom/right to left
11176 >768 leshort 6 bottom to top/left to right
[all …]
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY1537 2003/06/30: [spec] allow different length top-level alternatives
/PHP-5.6/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.6/ext/date/lib/
H A Dparse_date.c326 if((s->top - s->lim) < BSIZE){
334 s->top = &s->lim[BSIZE];

Completed in 752 milliseconds

12345