Searched refs:_php_math_basetozval (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/standard/tests/math/ |
H A D | hexdec.phpt | 2 overflow check for _php_math_basetozval
|
/PHP-8.3/ext/standard/ |
H A D | php_math.h | 27 PHPAPI void _php_math_basetozval(zend_string *str, int base, zval *ret);
|
H A D | math.c | 715 PHPAPI void _php_math_basetozval(zend_string *str, int base, zval *ret) in _php_math_basetozval() function 903 _php_math_basetozval(arg, 2, return_value); in PHP_FUNCTION() 916 _php_math_basetozval(arg, 16, return_value); in PHP_FUNCTION() 929 _php_math_basetozval(arg, 8, return_value); in PHP_FUNCTION() 995 _php_math_basetozval(number, (int)frombase, &temp); in PHP_FUNCTION()
|
Completed in 9 milliseconds