/PHP-7.4/ext/standard/tests/file/ |
H A D | file_get_contents_variation9.phpt | 28 fwrite($h, "Here is a repeated amount of data"); 51 …amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a repeated… 52 …amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a repeated… 53 …amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a repeated…
|
/PHP-7.4/ext/standard/tests/math/ |
H A D | bug21523.phpt | 2 Bug #21523 (number_format tries to allocate negative amount of memory)
|
/PHP-7.4/ext/gmp/tests/ |
H A D | gmp_setbit_long.phpt | 11 die("skip cannot determine free memory amount."); 16 /* Got amount in kb. */
|
/PHP-7.4/ext/spl/tests/ |
H A D | SplFixedArray_key_setsize.phpt | 2 SplFixedArray::key() when the array has a size higher than the amount of values specified.
|
/PHP-7.4/Zend/tests/ |
H A D | bug44069.phpt | 10 // $newstring .= $string; //This uses an expected amount of mem.
|
/PHP-7.4/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-7.4/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 423 int len, amount; in odbc_stmt_param_hook() local 429 amount = end - ptr; in odbc_stmt_param_hook() 430 if (amount == 0) { in odbc_stmt_param_hook() 433 if (amount > 8192) in odbc_stmt_param_hook() 434 amount = 8192; in odbc_stmt_param_hook() 435 len = php_stream_read(stm, ptr, amount); in odbc_stmt_param_hook()
|
/PHP-7.4/ext/curl/tests/ |
H A D | curl_copy_handle_variation2.phpt | 12 but this can only check on a limited amount of options...
|
/PHP-7.4/ext/pcre/tests/ |
H A D | preg_replace_basic.phpt | 14 …)\s*-\s*(\w)>', '\\1. \\2', $string)); //finds dashes with an indefinite amount of whitespace arou…
|
H A D | preg_replace_edit_basic.phpt | 27 …'\\1. \\2', $string)); //finds dashes with an indefinite amount of whitespace around them and…
|
/PHP-7.4/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 302 amount; in PHP_FUNCTION() local 306 "Oll", &object, Calendar_ce_ptr, &field, &amount) == FAILURE) { in PHP_FUNCTION() 317 if (amount < INT32_MIN || amount > INT32_MAX) { in PHP_FUNCTION() 325 co->ucal->add((UCalendarDateFields)field, (int32_t)amount, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
|
H A D | calendar_class.cpp | 308 ZEND_ARG_INFO(0, amount)
|
/PHP-7.4/ext/date/lib/ |
H A D | parse_date.re | 639 static void timelib_set_relative(char **ptr, timelib_sll amount, int behavior, Scanner *s) 648 case TIMELIB_MICROSEC: s->time->relative.us += amount * relunit->multiplier; break; 649 case TIMELIB_SECOND: s->time->relative.s += amount * relunit->multiplier; break; 650 case TIMELIB_MINUTE: s->time->relative.i += amount * relunit->multiplier; break; 651 case TIMELIB_HOUR: s->time->relative.h += amount * relunit->multiplier; break; 652 case TIMELIB_DAY: s->time->relative.d += amount * relunit->multiplier; break; 653 case TIMELIB_MONTH: s->time->relative.m += amount * relunit->multiplier; break; 654 case TIMELIB_YEAR: s->time->relative.y += amount * relunit->multiplier; break; 659 s->time->relative.d += (amount > 0 ? amount - 1 : amount) * 7; 668 s->time->relative.special.amount = amount; [all …]
|
H A D | timelib.c | 336 printf(" / %lld weekday", d->relative.special.amount); in timelib_dump_date()
|
H A D | timelib.h | 192 timelib_sll amount; member
|
H A D | tm2unixtime.c | 276 count = time->relative.special.amount; in do_adjust_special_weekday()
|
H A D | parse_date.c | 641 static void timelib_set_relative(char **ptr, timelib_sll amount, int behavior, Scanner *s) in timelib_set_relative() argument 650 case TIMELIB_MICROSEC: s->time->relative.us += amount * relunit->multiplier; break; in timelib_set_relative() 651 case TIMELIB_SECOND: s->time->relative.s += amount * relunit->multiplier; break; in timelib_set_relative() 652 case TIMELIB_MINUTE: s->time->relative.i += amount * relunit->multiplier; break; in timelib_set_relative() 653 case TIMELIB_HOUR: s->time->relative.h += amount * relunit->multiplier; break; in timelib_set_relative() 654 case TIMELIB_DAY: s->time->relative.d += amount * relunit->multiplier; break; in timelib_set_relative() 655 case TIMELIB_MONTH: s->time->relative.m += amount * relunit->multiplier; break; in timelib_set_relative() 656 case TIMELIB_YEAR: s->time->relative.y += amount * relunit->multiplier; break; in timelib_set_relative() 661 s->time->relative.d += (amount > 0 ? amount - 1 : amount) * 7; in timelib_set_relative() 670 s->time->relative.special.amount = amount; in timelib_set_relative() [all …]
|
/PHP-7.4/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-7.4/ext/intl/ |
H A D | php_intl.c | 541 ZEND_ARG_INFO( 0, amount )
|
/PHP-7.4/ |
H A D | UPGRADING | 301 limits the amount of backtracking that may be performed during one mbregex 736 - OPcache now supports an arbitrary amount of separate caches per user via
|
H A D | php.ini-development | 390 ; Maximum amount of time each script may spend parsing request data. It's a good 407 ; Maximum amount of memory a script may consume 1777 ; The amount of memory for interned strings in Mbytes.
|
H A D | php.ini-production | 390 ; Maximum amount of time each script may spend parsing request data. It's a good 407 ; Maximum amount of memory a script may consume 1777 ; The amount of memory for interned strings in Mbytes.
|
/PHP-7.4/sapi/fpm/ |
H A D | www.conf.in | 209 ; last request memory - the max amount of memory the last request consumed
|
/PHP-7.4/ext/date/ |
H A D | php_date.c | 2566 PHP_DATE_INTERVAL_ADD_PROPERTY("special_amount", special.amount); in date_object_get_properties_interval() 3175 add_assoc_long(&element, "weekdays", parsed_time->relative.special.amount); in php_date_do_return_parsed_time() 4481 PHP_DATE_INTERVAL_READ_PROPERTY_I64("special_amount", special.amount); in php_date_interval_initialize_from_hash()
|
/PHP-7.4/ext/standard/ |
H A D | basic_functions.c | 1978 ZEND_ARG_INFO(0, amount)
|