Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/standard/tests/file/
H A Dfile_get_contents_variation9.phpt28 fwrite($h, b"Here is a repeated amount of data");
51amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a repeated…
52amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a repeated…
53amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere is a repeated…
/PHP-5.5/ext/standard/tests/math/
H A Dbug21523.phpt2 Bug #21523 (number_format tries to allocate negative amount of memory)
/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/curl/tests/
H A Dserver.inc52 // server can take a variable amount of time to be up, so just sleeping a guessed amount of time
H A Dcurl_copy_handle_variation2.phpt12 but this can only check on a limited amount of options...
/PHP-5.5/ext/spl/tests/
H A DSplFixedArray_key_setsize.phpt2 SplFixedArray::key() when the array has a size higher than the amount of values specified.
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server.inc56 // server can take a variable amount of time to be up, so just sleeping a guessed amount of time
/PHP-5.5/Zend/tests/
H A Dbug44069.phpt10 // $newstring .= $string; //This uses an expected amount of mem.
/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/pdo_odbc/
H A Dodbc_stmt.c404 int len, amount; in odbc_stmt_param_hook() local
410 amount = end - ptr; in odbc_stmt_param_hook()
411 if (amount == 0) { in odbc_stmt_param_hook()
414 if (amount > 8192) in odbc_stmt_param_hook()
415 amount = 8192; in odbc_stmt_param_hook()
416 len = php_stream_read(stm, ptr, amount); in odbc_stmt_param_hook()
/PHP-5.5/ext/date/lib/
H A Dtimelib_structs.h137 timelib_sll amount; member
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 Dtm2unixtime.c226 count = time->relative.special.amount; in do_adjust_special_weekday()
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_basic.phpt14 …)\s*-\s*(\w)>', '\\1. \\2', $string)); //finds dashes with an indefinite amount of whitespace arou…
H A Dpreg_replace_edit_basic.phpt27 …'\\1. \\2', $string)); //finds dashes with an indefinite amount of whitespace around them and…
/PHP-5.5/ext/intl/calendar/
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()
H A Dcalendar_class.cpp326 ZEND_ARG_INFO(0, amount)
/PHP-5.5/ext/spl/internal/
H A Dlimititerator.inc19 * a specified amount of elements.
/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/
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/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/sapi/tux/
H A Dphp_tux.c164 int amount = 0; in sapi_tux_read_post()
/PHP-5.5/ext/pcre/pcrelib/
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

Completed in 116 milliseconds

12