Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 25 of 38) sorted by path

12

/PHP-5.5/
H A DNEWS3260 to limit the amount of stack frames returned. (Sebastian, Patrick)
4568 large amount of data) (CVE-2010-3710). (Adam)
H A DREADME.EXT_SKEL82 arguments. You should close a row of optional arguments with same amount of
84 or there is a wrong amount of ']'s, but this may change in the future.
H A DREADME.SELF-CONTAINED-EXTENSIONS68 (and any arbitrary amount of header files, but that is not
/PHP-5.5/Zend/RFCs/
H A D001.txt118 that the amount of PHP applications that will work out of the box or
119 after a very small amount of modifications would be high.
/PHP-5.5/Zend/
H A DZEND_CHANGES18 chance that the amount of PHP applications that will work out of
19 the box or after a very small amount of modifications would be
/PHP-5.5/Zend/tests/
H A Dbug44069.phpt10 // $newstring .= $string; //This uses an expected amount of mem.
/PHP-5.5/ext/curl/tests/
H A Dcurl_copy_handle_variation2.phpt12 but this can only check on a limited amount of options...
H A Dserver.inc52 // server can take a variable amount of time to be up, so just sleeping a guessed amount of time
/PHP-5.5/ext/date/lib/
H A Dparse_date.c641 static void timelib_set_relative(char **ptr, timelib_sll amount, int behavior, Scanner *s) in timelib_set_relative() argument
650 case TIMELIB_SECOND: s->time->relative.s += amount * relunit->multiplier; break; in timelib_set_relative()
651 case TIMELIB_MINUTE: s->time->relative.i += amount * relunit->multiplier; break; in timelib_set_relative()
652 case TIMELIB_HOUR: s->time->relative.h += amount * relunit->multiplier; break; in timelib_set_relative()
653 case TIMELIB_DAY: s->time->relative.d += amount * relunit->multiplier; break; in timelib_set_relative()
654 case TIMELIB_MONTH: s->time->relative.m += amount * relunit->multiplier; break; in timelib_set_relative()
655 case TIMELIB_YEAR: s->time->relative.y += amount * relunit->multiplier; break; in timelib_set_relative()
660 s->time->relative.d += (amount > 0 ? amount - 1 : amount) * 7; in timelib_set_relative()
669 s->time->relative.special.amount = amount; in timelib_set_relative()
7235 s->time->relative.special.amount = 0 - s->time->relative.special.amount; in scan()
H A Dparse_date.re639 static void timelib_set_relative(char **ptr, timelib_sll amount, int behavior, Scanner *s)
648 case TIMELIB_SECOND: s->time->relative.s += amount * relunit->multiplier; break;
649 case TIMELIB_MINUTE: s->time->relative.i += amount * relunit->multiplier; break;
650 case TIMELIB_HOUR: s->time->relative.h += amount * relunit->multiplier; break;
651 case TIMELIB_DAY: s->time->relative.d += amount * relunit->multiplier; break;
652 case TIMELIB_MONTH: s->time->relative.m += amount * relunit->multiplier; break;
653 case TIMELIB_YEAR: s->time->relative.y += amount * relunit->multiplier; break;
658 s->time->relative.d += (amount > 0 ? amount - 1 : amount) * 7;
667 s->time->relative.special.amount = amount;
1544 s->time->relative.special.amount = 0 - s->time->relative.special.amount;
H A Dtimelib.c257 printf(" / %lld weekday", d->relative.special.amount); in timelib_dump_date()
H A Dtimelib_structs.h137 timelib_sll amount; member
H A Dtm2unixtime.c226 count = time->relative.special.amount; in do_adjust_special_weekday()
/PHP-5.5/ext/date/
H A Dphp_date.c2443 PHP_DATE_INTERVAL_ADD_PROPERTY("special_amount", special.amount); in date_object_get_properties_interval()
2993 add_assoc_long(element, "weekdays", parsed_time->relative.special.amount); in php_date_do_return_parsed_time()
4201 PHP_DATE_INTERVAL_READ_PROPERTY_I64("special_amount", special.amount); in php_date_interval_initialize_from_hash()
/PHP-5.5/ext/filter/tests/
H A Dbug52929.phpt2 Bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data)
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp326 ZEND_ARG_INFO(0, amount)
H A Dcalendar_methods.cpp299 amount; in PHP_FUNCTION() local
303 "Oll", &object, Calendar_ce_ptr, &field, &amount) == FAILURE) { in PHP_FUNCTION()
314 if (amount < INT32_MIN || amount > INT32_MAX) { in PHP_FUNCTION()
322 co->ucal->add((UCalendarDateFields)field, (int32_t)amount, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
/PHP-5.5/ext/intl/
H A Dphp_intl.c548 ZEND_ARG_INFO( 0, amount )
/PHP-5.5/ext/opcache/
H A DREADME77 The OPcache shared memory storage size. The amount of memory for storing
81 The amount of memory for interned strings in Mbytes.
/PHP-5.5/ext/opcache/tests/
H A Dphp_cli_server.inc42 // server can take a variable amount of time to be up, so just sleeping a guessed amount of time
/PHP-5.5/ext/pcre/pcrelib/
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 DHACKING15 about the algorithm was that the amount of space required to hold the compiled
36 maximizing (or, optionally, minimizing in Perl) the amount of the subject that
46 that used an amount of store bounded by a multiple of the number of characters
70 compile - which might use a bit less than the predicted amount of memory. The
98 (default 250, settable at build time) so as to put a limit on the amount of
H A DNEWS42 refactoring and extending the amount of "auto-possessification" that PCRE does.
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
/PHP-5.5/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 …]

Completed in 152 milliseconds

12