Home
last modified time | relevance | path

Searched refs:level (Results 201 – 218 of 218) sorted by relevance

123456789

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h427 …*func_mysqlnd_conn_data__shutdown_server)(MYSQLND_CONN_DATA * const conn, uint8_t level TSRMLS_DC);
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog383 level, when possessive repeated groups should always return to a higher
384 level as they have no backtrack points in them. The empty string test now
385 occurs at the outer level.
759 This allows higher-level build scripts which want .pdb files to avoid
1310 15. Applied Graycode's patch to put the top-level frame on the stack rather
1837 at the same level (in this case, to look for "c"). The Perl documentation
2366 than the maximum at the outer level, the higher number was returned, but
2367 with unset values at the outer level. The correct (outer level) value is
3051 11. Because Perl interprets \Q...\E at a high level, and ignores orphan \E
3237 concerned the use of low-level troff macros .br and .in. I have therefore
[all …]
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c660 void sapi_cgi_log_fastcgi(int level, char *message, size_t len) in sapi_cgi_log_fastcgi() argument
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1420 branch at that level. This often involves backing up (moving to the
2969 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.
6699 top-level branches:
7059 ted at the outer level.
7118 natives at the higher level:
7543 level:
[all …]
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2130 if (level >= ms->c.len) {
2919 + size_t level, int mode, int text)
2926 + text, 0, level, &printed_something, &need_separator,
/PHP-5.5/
H A DREADME.REDIST.BINS85 <dm at lcs.mit.edu>. For more information on the level of compatibility,
H A Dconfigure.in582 AC_MSG_WARN([warnings level for cc set to 0])
H A DNEWS3011 . Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical
3207 'interactive' execution of a single top-level op-array.
3637 . Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical
5368 - Fixed bug #49990 (SNMP3 warning message about security level printed twice).
5468 - Fixed zlib.deflate compress filter to actually accept level parameter. (Jani)
5710 - Changed error level E_ERROR into E_WARNING in Soap extension methods
6243 - Fixed bug #46048 (SimpleXML top-level @attributes not part of iterator).
7433 - Added "max_input_nesting_level" php.ini option to limit nesting level of
8868 - Added --enable-gcov configure option to enable C-level code coverage.
9174 level IO. (Uwe)
H A DINSTALL1412 extension, you can use the lower-level build tools to perform the build
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in47 ; Log level
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar23 if ($major < 5) { die ("Seriously, you need to upgrade you PHP level\n"); }
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY402 add back reference with nest level.
1518 2003/06/30: [spec] allow different length top-level alternatives
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic2128 >20 byte x - header level %d
2454 >10 string x with compression level %.1s
2485 >3 byte x \b, level %d
5379 >1 byte 0x0d component file 32-bit level 1 journaled checksummed
5380 >1 byte 0x0e component file 64-bit level 1 journaled checksummed
5381 >1 byte 0x0f component file 32-bit level 2 journaled checksummed
5382 >1 byte 0x10 component file 64-bit level 2 journaled checksummed
8222 #>61 string x level %s
8934 # It has to be duplicated above because the top-level pattern
14945 >>11 string >\0 DSC level %.3s
[all …]
/PHP-5.5/win32/
H A Dinstall.txt1144 extension, you can use the lower-level build tools to perform the build
1565 spec file which databases to support and the location of the top-level
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput21546 / In this next test, J is not set at the outer level; consequently it isn't
H A Dtestoutput26321 / In this next test, J is not set at the outer level; consequently it isn't
/PHP-5.5/build/
H A Dlibtool.m4414 # Remove one level of quotation (which was required for Make).
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c45096 unsigned level = pgFlags & PAGER_SYNCHRONOUS_MASK;
45097 assert( level>=1 && level<=3 );
45098 pPager->noSync = (level==1 || pPager->tempFile) ?1:0;
45099 pPager->fullSync = (level==3 && !pPager->tempFile) ?1:0;

Completed in 490 milliseconds

123456789