Home
last modified time | relevance | path

Searched refs:n (Results 9426 – 9440 of 9440) sorted by relevance

1...<<371372373374375376377378

/PHP-5.6/sapi/fpm/
H A Dphp-fpm.conf.in419 ; %n: pool name
/PHP-5.6/
H A Dltmain.sh6598 for n in $library_names; do
6599 rmfiles="$rmfiles $objdir/$n"
H A DNEWS1176 . Fixed bug #68714 (copy 'n paste error). (cmb)
4492 . Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64). (Gustavo)
5149 . Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64). (Gustavo)
7156 - Fixed bug #48929 (Double \r\n after HTTP headers when "header" context
7603 - Added 'n' flag to fopen to allow passing O_NONBLOCK to the underlying
7670 - Fixed a bug causing miscalculations with the "last <weekday> of <n> month"
8788 - Fixed money_format() not to accept multiple %i or %n tokens.
8874 - Fixed bug #41983 (Error Fetching http headers terminated by '\n'). (Dmitry)
9475 - Fixed bug #39898 (FILTER_VALIDATE_URL validates \r\n\t etc). (Ilia)
9597 - Fixed bug #39350 (crash with implode("\n", array(false))). (Ilia)
[all …]
H A Dphp.ini-development1560 ; Document expires after n minutes.
H A Dphp.ini-production1560 ; Document expires after n minutes.
/PHP-5.6/ext/soap/
H A Dsoap.c4346 int n = zend_hash_num_elements(function->requestParameters); local
4348 if (n > arg_count) {
4349 for (i = arg_count; i < n; i++) {
/PHP-5.6/ext/imap/
H A Dphp_imap.c2753 #define B64(n) ("ABCDEFGHIJKLMNOPQRSTUVWXYZ" \ argument
2754 "abcdefghijklmnopqrstuvwxyz0123456789+,"[(n) & 0x3f])
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput72155 /\D+\X \d+\X \S+\X \s+\X \W+\X \w+\X \C+\X \R+\X \H+\X \h+\X \V+\X \v+\X a+\X \n+\X .+\X/BZx
/PHP-5.6/Zend/
H A Dzend_language_scanner.c56 #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } } argument
H A Dzend_ini_scanner.c45 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } argument
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2416 int n; in char_get_othercase_bit() local
2460 n = GET_EXTRALEN(*cc); in char_get_othercase_bit()
2463 n--; in char_get_othercase_bit()
2466 return (n << 8) | bit; in char_get_othercase_bit()
/PHP-5.6/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt27 echo $this->count, "\n";
52 echo $e->getMessage() . "\n";
H A Dbug45218_SLOWTESTU.phpt27 echo $this->count, "\n";
52 echo $e->getMessage() . "\n";
/PHP-5.6/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt2135 echo "$str => $de ", bin2hex($de), "\n";
/PHP-5.6/ext/date/lib/
H A Dparse_date.c111 #define YYFILL(n) return EOI; argument

Completed in 164 milliseconds

1...<<371372373374375376377378