Home
last modified time | relevance | path

Searched refs:amount (Results 26 – 34 of 34) sorted by relevance

12

/PHP-7.1/sapi/fpm/
H A Dwww.conf.in208 ; last request memory - the max amount of memory the last request consumed
/PHP-7.1/
H A Dphp.ini-development385 ; Maximum amount of time each script may spend parsing request data. It's a good
402 ; Maximum amount of memory a script may consume (128MB)
1808 ; The amount of memory for interned strings in Mbytes.
H A Dphp.ini-production385 ; Maximum amount of time each script may spend parsing request data. It's a good
402 ; Maximum amount of memory a script may consume (128MB)
1808 ; The amount of memory for interned strings in Mbytes.
/PHP-7.1/ext/date/
H A Dphp_date.c2500 PHP_DATE_INTERVAL_ADD_PROPERTY("special_amount", special.amount); in date_object_get_properties_interval()
3092 add_assoc_long(&element, "weekdays", parsed_time->relative.special.amount); in php_date_do_return_parsed_time()
4371 PHP_DATE_INTERVAL_READ_PROPERTY_I64("special_amount", special.amount); in php_date_interval_initialize_from_hash()
/PHP-7.1/ext/pcre/pcrelib/
H A DREADME285 pattern. This limits the amount of system stack that a pattern uses when it
291 . PCRE has a counter that can be set to limit the amount of resources it uses
H A DChangeLog224 PCRE_DUPNAMES was not set caused the amount of memory needed for the pattern
298 interacting badly with the code for computing the amount of space needed to
393 10. Change 8.34/15 introduced a bug that caused the amount of memory needed
723 This limit is imposed to control the amount of system stack used at compile
1279 6. Add support for 16-bit character strings (a large amount of work involving
1953 be atomic by that change, but in the case of named groups, the amount of
3469 amount of memory needed for a compiled pattern. Previously, there was code
3981 the depth of recursion. Limiting the recursion depth limits the amount of
4733 amount of subject to be scanned is less than 1000 bytes.
4984 limit the amount of recursion and backtracking, though not in a directly
[all …]
H A DNEWS42 refactoring and extending the amount of "auto-possessification" that PCRE does.
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt1153 to restrict the maximum amount of stack (or heap, if --disable-stack-
1997 the amount of system stack used when a pattern is compiled. It is spec-
3140 a vast amount of resources when running patterns that are not going to
3148 which has the effect of limiting the amount of backtracking that can
3181 Limiting the recursion depth limits the amount of machine stack that
3183 instead of the stack, the amount of heap memory that can be used. This
4061 Some users find it helpful to have an estimate of the amount of stack
9982 recursion, and therefore the amount of stack that is used.
10231 kinds. This is imposed in order to limit the amount of system stack
10308 complexity of pcre[16|32]_dfa_exec() is controlled by the amount of
[all …]
/PHP-7.1/ext/standard/
H A Dbasic_functions.c1977 ZEND_ARG_INFO(0, amount)

Completed in 120 milliseconds

12