Home
last modified time | relevance | path

Searched refs:_php_math_basetozval (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/standard/tests/math/
H A Dhexdec.phpt2 overflow check for _php_math_basetozval
/PHP-8.3/ext/standard/
H A Dphp_math.h27 PHPAPI void _php_math_basetozval(zend_string *str, int base, zval *ret);
H A Dmath.c715 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