Searched refs:amount (Results 1 - 13 of 13) sorted by relevance
| /PHP_TRUNK/ext/spl/internal/ |
| H A D | limititerator.inc | 19 * a specified amount of elements.
|
| /PHP_TRUNK/ext/intl/calendar/ |
| H A D | calendar_class.cpp | 326 ZEND_ARG_INFO(0, amount)
|
| H A D | calendar_methods.cpp | 300 amount; local 304 "Oll", &object, Calendar_ce_ptr, &field, &amount) == FAILURE) { 315 if (amount < INT32_MIN || amount > INT32_MAX) { 317 "intlcal_add: amount out of bounds", 0 TSRMLS_CC); 323 co->ucal->add((UCalendarDateFields)field, (int32_t)amount, CALENDAR_ERROR_CODE(co));
|
| /PHP_TRUNK/ext/intl/ |
| H A D | php_intl.c | 548 ZEND_ARG_INFO( 0, amount )
|
| /PHP_TRUNK/ext/date/lib/ |
| H A D | timelib_structs.h | 127 timelib_sll amount; member in struct:timelib_special
|
| H A D | tm2unixtime.c | 225 count = time->relative.special.amount;
|
| H A D | timelib.c | 257 printf(" / %lld weekday", d->relative.special.amount);
|
| H A D | parse_date.c | 637 static void timelib_set_relative(char **ptr, timelib_sll amount, int behavior, Scanner *s) argument 646 case TIMELIB_SECOND: s->time->relative.s += amount * relunit->multiplier; break; 647 case TIMELIB_MINUTE: s->time->relative.i += amount * relunit->multiplier; break; 648 case TIMELIB_HOUR: s->time->relative.h += amount * relunit->multiplier; break; 649 case TIMELIB_DAY: s->time->relative.d += amount * relunit->multiplier; break; 650 case TIMELIB_MONTH: s->time->relative.m += amount * relunit->multiplier; break; 651 case TIMELIB_YEAR: s->time->relative.y += amount * relunit->multiplier; break; 656 s->time->relative.d += (amount > 0 ? amount - 1 : amount) * [all...] |
| H A D | parse_date.re | 635 static void timelib_set_relative(char **ptr, timelib_sll amount, int behavior, Scanner *s) 644 case TIMELIB_SECOND: s->time->relative.s += amount * relunit->multiplier; break; 645 case TIMELIB_MINUTE: s->time->relative.i += amount * relunit->multiplier; break; 646 case TIMELIB_HOUR: s->time->relative.h += amount * relunit->multiplier; break; 647 case TIMELIB_DAY: s->time->relative.d += amount * relunit->multiplier; break; 648 case TIMELIB_MONTH: s->time->relative.m += amount * relunit->multiplier; break; 649 case TIMELIB_YEAR: s->time->relative.y += amount * relunit->multiplier; break; 654 s->time->relative.d += (amount > 0 ? amount - 1 : amount) * [all...] |
| /PHP_TRUNK/ext/pdo_odbc/ |
| H A D | odbc_stmt.c | 398 int len, amount; local 404 amount = end - ptr; 405 if (amount == 0) { 408 if (amount > 8192) 409 amount = 8192; 410 len = php_stream_read(stm, ptr, amount);
|
| /PHP_TRUNK/sapi/tux/ |
| H A D | php_tux.c | 164 int amount = 0;
|
| /PHP_TRUNK/ext/date/ |
| H A D | php_date.c | 2419 PHP_DATE_INTERVAL_ADD_PROPERTY_I64("special_amount", special.amount); 2950 add_assoc_long(element, "weekdays", parsed_time->relative.special.amount); 4201 PHP_DATE_INTERVAL_READ_PROPERTY_I64("special_amount", special.amount);
|
| /PHP_TRUNK/ext/standard/ |
| H A D | basic_functions.c | 2004 ZEND_ARG_INFO(0, amount)
|
Completed in 29 milliseconds