/PHP-8.2/ext/standard/tests/file/ |
H A D | file_get_contents_variation9.phpt | 22 fwrite($h, "Here is a repeated amount of data"); 45 …amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a repeated… 46 …amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a repeated… 47 …amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a repeated…
|
/PHP-8.2/ext/standard/tests/math/ |
H A D | bug21523.phpt | 2 Bug #21523 (number_format tries to allocate negative amount of memory)
|
/PHP-8.2/ext/gmp/tests/ |
H A D | gmp_setbit_long.phpt | 12 die("skip cannot determine free memory amount."); 17 /* Got amount in kb. */
|
/PHP-8.2/Zend/tests/ |
H A D | bug44069.phpt | 10 // $newstring .= $string; //This uses an expected amount of mem.
|
/PHP-8.2/ext/filter/tests/ |
H A D | bug52929.phpt | 2 Bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data)
|
/PHP-8.2/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 427 int len, amount; in odbc_stmt_param_hook() local 433 amount = end - ptr; in odbc_stmt_param_hook() 434 if (amount == 0) { in odbc_stmt_param_hook() 437 if (amount > 8192) in odbc_stmt_param_hook() 438 amount = 8192; in odbc_stmt_param_hook() 439 len = php_stream_read(stm, ptr, amount); in odbc_stmt_param_hook()
|
/PHP-8.2/ext/curl/tests/ |
H A D | curl_copy_handle_variation2.phpt | 10 but this can only check on a limited amount of options...
|
/PHP-8.2/ext/pcre/tests/ |
H A D | preg_replace_basic.phpt | 13 …)\s*-\s*(\w)>', '\\1. \\2', $string)); //finds dashes with an indefinite amount of whitespace arou…
|
H A D | preg_replace_edit_basic.phpt | 21 …'\\1. \\2', $string)); //finds dashes with an indefinite amount of whitespace around them and…
|
/PHP-8.2/ext/intl/formatter/ |
H A D | formatter.stub.php | 424 public function formatCurrency(float $amount, string $currency): string|false {} argument
|
H A D | formatter_arginfo.h | 28 ZEND_ARG_TYPE_INFO(0, amount, IS_DOUBLE, 0)
|
/PHP-8.2/ext/date/lib/ |
H A D | parse_date.re | 718 static void add_with_overflow(Scanner *s, timelib_sll *e, timelib_sll amount, int multiplier) 721 if (__builtin_saddll_overflow(*e, amount * multiplier, e)) { 725 *e += (amount * multiplier); 745 …case TIMELIB_SECOND: add_with_overflow(s, &s->time->relative.s, amount, relunit->multiplier); br… 746 …case TIMELIB_MINUTE: add_with_overflow(s, &s->time->relative.i, amount, relunit->multiplier); br… 747 …case TIMELIB_HOUR: add_with_overflow(s, &s->time->relative.h, amount, relunit->multiplier); br… 748 …case TIMELIB_DAY: add_with_overflow(s, &s->time->relative.d, amount, relunit->multiplier); br… 749 …case TIMELIB_MONTH: add_with_overflow(s, &s->time->relative.m, amount, relunit->multiplier); br… 757 s->time->relative.d += (amount > 0 ? amount - 1 : amount) * 7; 768 s->time->relative.special.amount = amount; [all …]
|
H A D | timelib.c | 361 printf(" / %lld weekday", d->relative.special.amount); in timelib_dump_date()
|
H A D | tm2unixtime.c | 279 count = time->relative.special.amount; in do_adjust_special_weekday()
|
H A D | timelib.h | 237 timelib_sll amount; member
|
H A D | parse_date.c | 720 static void add_with_overflow(Scanner *s, timelib_sll *e, timelib_sll amount, int multiplier) in add_with_overflow() argument 723 if (__builtin_saddll_overflow(*e, amount * multiplier, e)) { in add_with_overflow() 727 *e += (amount * multiplier); in add_with_overflow() 747 …case TIMELIB_SECOND: add_with_overflow(s, &s->time->relative.s, amount, relunit->multiplier); br… in timelib_set_relative() 748 …case TIMELIB_MINUTE: add_with_overflow(s, &s->time->relative.i, amount, relunit->multiplier); br… in timelib_set_relative() 749 …case TIMELIB_HOUR: add_with_overflow(s, &s->time->relative.h, amount, relunit->multiplier); br… in timelib_set_relative() 750 …case TIMELIB_DAY: add_with_overflow(s, &s->time->relative.d, amount, relunit->multiplier); br… in timelib_set_relative() 751 …case TIMELIB_MONTH: add_with_overflow(s, &s->time->relative.m, amount, relunit->multiplier); br… in timelib_set_relative() 759 s->time->relative.d += (amount > 0 ? amount - 1 : amount) * 7; in timelib_set_relative() 770 s->time->relative.special.amount = amount; in timelib_set_relative() [all …]
|
/PHP-8.2/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 284 amount; in PHP_FUNCTION() local 288 "Oll", &object, Calendar_ce_ptr, &field, &amount) == FAILURE) { in PHP_FUNCTION() 293 ZEND_VALUE_ERROR_OUT_OF_BOUND_VALUE(amount, 3); in PHP_FUNCTION() 297 co->ucal->add((UCalendarDateFields)field, (int32_t)amount, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
|
/PHP-8.2/docs/ |
H A D | self-contained-extensions.md | 66 It consists of two source files `foo.c` and `bar.c` (and any arbitrary amount of
|
/PHP-8.2/ext/intl/ |
H A D | php_intl.stub.php | 398 function numfmt_format_currency(NumberFormatter $formatter, float $amount, string $currency): strin… argument
|
H A D | php_intl_arginfo.h | 391 ZEND_ARG_TYPE_INFO(0, amount, IS_DOUBLE, 0)
|
/PHP-8.2/ |
H A D | php.ini-development | 409 ; Maximum amount of time each script may spend parsing request data. It's a good 431 ; Maximum amount of memory a script may consume 1291 ; Tuning: Sets the amount of LOB data that is internally returned from 1792 ; The amount of memory for interned strings in Mbytes. 1907 ; by a tiny amount because TLB misses are reduced. On the other hand, this
|
H A D | php.ini-production | 411 ; Maximum amount of time each script may spend parsing request data. It's a good 433 ; Maximum amount of memory a script may consume 1293 ; Tuning: Sets the amount of LOB data that is internally returned from 1794 ; The amount of memory for interned strings in Mbytes. 1909 ; by a tiny amount because TLB misses are reduced. On the other hand, this
|
/PHP-8.2/sapi/fpm/ |
H A D | www.conf.in | 228 ; last request memory - the max amount of memory the last request consumed
|
/PHP-8.2/ext/date/ |
H A D | php_date.c | 3038 add_assoc_long(&element, "weekdays", parsed_time->relative.special.amount); in php_date_do_return_parsed_time() 4436 PHP_DATE_INTERVAL_READ_PROPERTY_I64("special_amount", special.amount); in php_date_interval_initialize_from_hash()
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 27794 # advance the file cursor by this amount past the end of the length
|