Home
last modified time | relevance | path

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

12345

/PHP-5.4/
H A Dacinclude.m4193 dnl the path is interpreted relative to the top build-directory.
H A Dphp.ini-development352 ; unless "declare(encoding=...)" directive appears at the top of the script.
H A Dphp.ini-production352 ; 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 DNEWS2018 'interactive' execution of a single top-level op-array.
5054 - Fixed bug #46048 (SimpleXML top-level @attributes not part of iterator).
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY1313 2003/06/30: [spec] allow different length top-level alternatives
/PHP-5.4/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.4/ext/date/lib/
H A Dparse_date.c322 if((s->top - s->lim) < BSIZE){
330 s->top = &s->lim[BSIZE];

Completed in 391 milliseconds

12345