/PHP-5.3/ext/standard/tests/file/ |
H A D | file_get_contents_variation9.phpt | 28 fwrite($h, b"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-5.3/ext/standard/tests/math/ |
H A D | bug21523.phpt | 2 Bug #21523 (number_format tries to allocate negative amount of memory)
|
/PHP-5.3/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-5.3/Zend/tests/ |
H A D | bug44069.phpt | 10 // $newstring .= $string; //This uses an expected amount of mem.
|
/PHP-5.3/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-5.3/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 398 int len, amount; in odbc_stmt_param_hook() local 404 amount = end - ptr; in odbc_stmt_param_hook() 405 if (amount == 0) { in odbc_stmt_param_hook() 408 if (amount > 8192) in odbc_stmt_param_hook() 409 amount = 8192; in odbc_stmt_param_hook() 410 len = php_stream_read(stm, ptr, amount); in odbc_stmt_param_hook()
|
/PHP-5.3/ext/curl/tests/ |
H A D | curl_copy_handle_variation2.phpt | 12 but this can only check on a limited amount of options...
|
/PHP-5.3/ext/date/lib/ |
H A D | timelib_structs.h | 127 timelib_sll amount; member
|
H A D | parse_date.re | 673 static void timelib_set_relative(char **ptr, timelib_sll amount, int behavior, Scanner *s) 682 case TIMELIB_SECOND: s->time->relative.s += amount * relunit->multiplier; break; 683 case TIMELIB_MINUTE: s->time->relative.i += amount * relunit->multiplier; break; 684 case TIMELIB_HOUR: s->time->relative.h += amount * relunit->multiplier; break; 685 case TIMELIB_DAY: s->time->relative.d += amount * relunit->multiplier; break; 686 case TIMELIB_MONTH: s->time->relative.m += amount * relunit->multiplier; break; 687 case TIMELIB_YEAR: s->time->relative.y += amount * relunit->multiplier; break; 692 s->time->relative.d += (amount > 0 ? amount - 1 : amount) * 7; 701 s->time->relative.special.amount = amount; 1603 s->time->relative.special.amount = 0 - s->time->relative.special.amount;
|
H A D | timelib.c | 255 printf(" / %lld weekday", d->relative.special.amount); in timelib_dump_date()
|
H A D | tm2unixtime.c | 225 count = time->relative.special.amount; in do_adjust_special_weekday()
|
H A D | parse_date.c | 675 static void timelib_set_relative(char **ptr, timelib_sll amount, int behavior, Scanner *s) in timelib_set_relative() argument 684 case TIMELIB_SECOND: s->time->relative.s += amount * relunit->multiplier; break; in timelib_set_relative() 685 case TIMELIB_MINUTE: s->time->relative.i += amount * relunit->multiplier; break; in timelib_set_relative() 686 case TIMELIB_HOUR: s->time->relative.h += amount * relunit->multiplier; break; in timelib_set_relative() 687 case TIMELIB_DAY: s->time->relative.d += amount * relunit->multiplier; break; in timelib_set_relative() 688 case TIMELIB_MONTH: s->time->relative.m += amount * relunit->multiplier; break; in timelib_set_relative() 689 case TIMELIB_YEAR: s->time->relative.y += amount * relunit->multiplier; break; in timelib_set_relative() 694 s->time->relative.d += (amount > 0 ? amount - 1 : amount) * 7; in timelib_set_relative() 703 s->time->relative.special.amount = amount; in timelib_set_relative() 7314 s->time->relative.special.amount = 0 - s->time->relative.special.amount; in scan()
|
/PHP-5.3/ext/pcre/tests/ |
H A D | preg_replace_basic.phpt | 14 …)\s*-\s*(\w)>', '\\1. \\2', $string)); //finds dashes with an indefinate amount of whitespace arou…
|
H A D | preg_replace_edit_basic.phpt | 27 …'\\1. \\2', $string)); //finds dashes with an indefinate amount of whitespace around them and…
|
/PHP-5.3/ext/spl/internal/ |
H A D | limititerator.inc | 19 * a specified amount of elements.
|
/PHP-5.3/Zend/RFCs/ |
H A D | 001.txt | 118 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.3/ |
H A D | README.EXT_SKEL | 60 arguments. You should close a row of optional arguments with same amount of 62 or there is a wrong amount of ']'s, but this may change in the future.
|
H A D | README.SELF-CONTAINED-EXTENSIONS | 68 (and any arbitrary amount of header files, but that is not
|
H A D | php.ini-development | 446 ; Maximum amount of time each script may spend parsing request data. It's a good 463 ; Maximum amount of memory a script may consume (128MB)
|
/PHP-5.3/sapi/tux/ |
H A D | php_tux.c | 164 int amount = 0; in sapi_tux_read_post()
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | HACKING | 15 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
|
H A D | ChangeLog | 343 6. Add support for 16-bit character strings (a large amount of work involving 1017 be atomic by that change, but in the case of named groups, the amount of 2456 4. Fixed a major bug that caused incorrect computation of the amount of memory 2532 amount of memory needed for a compiled pattern. Previously, there was code 3044 the depth of recursion. Limiting the recursion depth limits the amount of 3796 amount of subject to be scanned is less than 1000 bytes. 4047 limit the amount of recursion and backtracking, though not in a directly 4527 1. Change pcretest's output for amount of store used to show just the code
|
/PHP-5.3/Zend/ |
H A D | ZEND_CHANGES | 18 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.3/ext/date/ |
H A D | php_date.c | 2307 PHP_DATE_INTERVAL_ADD_PROPERTY("special_amount", special.amount); in date_object_get_properties_interval() 2759 add_assoc_long(element, "weekdays", parsed_time->relative.special.amount); in php_date_do_return_parsed_time() 3721 PHP_DATE_INTERVAL_READ_PROPERTY_I64("special_amount", special.amount); in php_date_interval_initialize_from_hash()
|
/PHP-5.3/sapi/fpm/ |
H A D | php-fpm.conf.in | 312 ; last request memory - the max amount of memory the last request consumed
|