Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 24 of 24) sorted by relevance

/PHP-8.0/ext/standard/tests/file/
H A Dfile_get_contents_variation9.phpt22 fwrite($h, "Here is a repeated amount of data");
45amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a repeated…
46amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a repeated…
47amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a repeated…
/PHP-8.0/ext/standard/tests/math/
H A Dbug21523.phpt2 Bug #21523 (number_format tries to allocate negative amount of memory)
/PHP-8.0/ext/gmp/tests/
H A Dgmp_setbit_long.phpt11 die("skip cannot determine free memory amount.");
16 /* Got amount in kb. */
/PHP-8.0/Zend/tests/
H A Dbug44069.phpt10 // $newstring .= $string; //This uses an expected amount of mem.
/PHP-8.0/ext/filter/tests/
H A Dbug52929.phpt2 Bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data)
/PHP-8.0/ext/intl/formatter/
H A Dformatter.stub.php32 public function formatCurrency(float $amount, string $currency) {} argument
H A Dformatter_arginfo.h24 ZEND_ARG_TYPE_INFO(0, amount, IS_DOUBLE, 0)
/PHP-8.0/ext/pdo_odbc/
H A Dodbc_stmt.c421 int len, amount; in odbc_stmt_param_hook() local
427 amount = end - ptr; in odbc_stmt_param_hook()
428 if (amount == 0) { in odbc_stmt_param_hook()
431 if (amount > 8192) in odbc_stmt_param_hook()
432 amount = 8192; in odbc_stmt_param_hook()
433 len = php_stream_read(stm, ptr, amount); in odbc_stmt_param_hook()
/PHP-8.0/ext/curl/tests/
H A Dcurl_copy_handle_variation2.phpt12 but this can only check on a limited amount of options...
/PHP-8.0/ext/pcre/tests/
H A Dpreg_replace_edit_basic.phpt21 …'\\1. \\2', $string)); //finds dashes with an indefinite amount of whitespace around them and…
H A Dpreg_replace_basic.phpt13 …)\s*-\s*(\w)>', '\\1. \\2', $string)); //finds dashes with an indefinite amount of whitespace arou…
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_methods.cpp284 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.0/ext/date/lib/
H A Dparse_date.re648 static void timelib_set_relative(const char **ptr, timelib_sll amount, int behavior, Scanner *s, in…
657 case TIMELIB_MICROSEC: s->time->relative.us += amount * relunit->multiplier; break;
658 case TIMELIB_SECOND: s->time->relative.s += amount * relunit->multiplier; break;
659 case TIMELIB_MINUTE: s->time->relative.i += amount * relunit->multiplier; break;
660 case TIMELIB_HOUR: s->time->relative.h += amount * relunit->multiplier; break;
661 case TIMELIB_DAY: s->time->relative.d += amount * relunit->multiplier; break;
662 case TIMELIB_MONTH: s->time->relative.m += amount * relunit->multiplier; break;
663 case TIMELIB_YEAR: s->time->relative.y += amount * relunit->multiplier; break;
670 s->time->relative.d += (amount > 0 ? amount - 1 : amount) * 7;
681 s->time->relative.special.amount = amount;
[all …]
H A Dtimelib.c337 printf(" / %lld weekday", d->relative.special.amount); in timelib_dump_date()
H A Dtimelib.h192 timelib_sll amount; member
H A Dtm2unixtime.c276 count = time->relative.special.amount; in do_adjust_special_weekday()
H A Dparse_date.c650 static void timelib_set_relative(const char **ptr, timelib_sll amount, int behavior, Scanner *s, in… in timelib_set_relative() argument
659 case TIMELIB_MICROSEC: s->time->relative.us += amount * relunit->multiplier; break; in timelib_set_relative()
660 case TIMELIB_SECOND: s->time->relative.s += amount * relunit->multiplier; break; in timelib_set_relative()
661 case TIMELIB_MINUTE: s->time->relative.i += amount * relunit->multiplier; break; in timelib_set_relative()
662 case TIMELIB_HOUR: s->time->relative.h += amount * relunit->multiplier; break; in timelib_set_relative()
663 case TIMELIB_DAY: s->time->relative.d += amount * relunit->multiplier; break; in timelib_set_relative()
664 case TIMELIB_MONTH: s->time->relative.m += amount * relunit->multiplier; break; in timelib_set_relative()
665 case TIMELIB_YEAR: s->time->relative.y += amount * relunit->multiplier; break; in timelib_set_relative()
672 s->time->relative.d += (amount > 0 ? amount - 1 : amount) * 7; in timelib_set_relative()
683 s->time->relative.special.amount = amount; in timelib_set_relative()
[all …]
/PHP-8.0/docs/
H A Dself-contained-extensions.md66 It consists of two source files `foo.c` and `bar.c` (and any arbitrary amount of
/PHP-8.0/ext/intl/
H A Dphp_intl.stub.php218 function numfmt_format_currency(NumberFormatter $formatter, float $amount, string $currency): strin… argument
H A Dphp_intl_arginfo.h391 ZEND_ARG_TYPE_INFO(0, amount, IS_DOUBLE, 0)
/PHP-8.0/ext/date/
H A Dphp_date.c2109 PHP_DATE_INTERVAL_ADD_PROPERTY("special_amount", special.amount); in date_object_get_properties_interval()
2783 add_assoc_long(&element, "weekdays", parsed_time->relative.special.amount); in php_date_do_return_parsed_time()
3991 PHP_DATE_INTERVAL_READ_PROPERTY_I64("special_amount", special.amount); in php_date_interval_initialize_from_hash()
/PHP-8.0/sapi/fpm/
H A Dwww.conf.in209 ; last request memory - the max amount of memory the last request consumed
/PHP-8.0/
H A Dphp.ini-development409 ; Maximum amount of time each script may spend parsing request data. It's a good
426 ; Maximum amount of memory a script may consume
1769 ; The amount of memory for interned strings in Mbytes.
H A Dphp.ini-production411 ; Maximum amount of time each script may spend parsing request data. It's a good
428 ; Maximum amount of memory a script may consume
1771 ; The amount of memory for interned strings in Mbytes.

Completed in 124 milliseconds