Searched defs:amount (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/intl/formatter/ |
H A D | formatter.stub.php | 211 public function formatCurrency(float $amount, string $currency): string|false {}
|
/php-src/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 427 int len, amount; in odbc_stmt_param_hook() local
|
/php-src/ext/date/lib/ |
H A D | parse_date.c | 720 static void add_with_overflow(Scanner *s, timelib_sll *e, timelib_sll amount, int multiplier) in add_with_overflow() 737 static void timelib_set_relative(const char **ptr, timelib_sll amount, int behavior, Scanner *s, in… in timelib_set_relative()
|
H A D | timelib.h | 237 timelib_sll amount; member
|
/php-src/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 282 amount; in PHP_FUNCTION() local
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 400 function numfmt_format_currency(NumberFormatter $formatter, float $amount, string $currency): strin…
|
Completed in 66 milliseconds