Searched defs:precision (Results 1 – 12 of 12) sorted by relevance
/PHP-8.3/main/ |
H A D | spprintf.c | 168 #define FIX_PRECISION(adjust, precision, s, s_len) do { \ argument 187 int precision = 0; in xbuf_format_converter() local
|
H A D | snprintf.c | 272 bool add_dp, int precision, char dec_point, bool * is_negative, char *buf, size_t *len) in php_conv_fp() 451 #define FIX_PRECISION( adjust, precision, s, s_len ) \ argument 484 int precision = 0; in format_converter() local
|
/PHP-8.3/Zend/ |
H A D | zend_smart_str.c | 116 smart_str *str, double num, int precision, bool zero_fraction) { in smart_str_append_double()
|
H A D | zend_globals.h | 198 zend_long precision; member
|
H A D | zend_operators.c | 3494 int precision = (int) EG(precision); local
|
/PHP-8.3/ext/standard/ |
H A D | formatted_print.c | 220 size_t alignment, int precision, in php_sprintf_appenddouble() 428 int alignment, currarg, adjusting, argnum, width, precision; in php_formatted_print() local
|
H A D | math.c | 273 zend_long precision = 0; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 2096 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/PHP-8.3/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 291 SQLULEN precision = 0; in odbc_stmt_param_hook() local
|
/PHP-8.3/ext/odbc/ |
H A D | php_odbc_includes.h | 209 SQLULEN precision; member
|
/PHP-8.3/ext/oci8/ |
H A D | php_oci8_int.h | 295 sb2 precision; /* column precision */ member
|
/PHP-8.3/ext/pdo/ |
H A D | php_pdo_driver.h | 529 zend_ulong precision; member
|
Completed in 54 milliseconds