Lines Matching refs:php_str2num
176 static zend_result php_str2num(bc_num *num, const zend_string *str) in php_str2num() function
208 if (php_str2num(&first, left) == FAILURE) { in PHP_FUNCTION()
213 if (php_str2num(&second, right) == FAILURE) { in PHP_FUNCTION()
257 if (php_str2num(&first, left) == FAILURE) { in PHP_FUNCTION()
262 if (php_str2num(&second, right) == FAILURE) { in PHP_FUNCTION()
306 if (php_str2num(&first, left) == FAILURE) { in PHP_FUNCTION()
311 if (php_str2num(&second, right) == FAILURE) { in PHP_FUNCTION()
357 if (php_str2num(&first, left) == FAILURE) { in PHP_FUNCTION()
362 if (php_str2num(&second, right) == FAILURE) { in PHP_FUNCTION()
411 if (php_str2num(&first, left) == FAILURE) { in PHP_FUNCTION()
416 if (php_str2num(&second, right) == FAILURE) { in PHP_FUNCTION()
462 if (php_str2num(&first, left) == FAILURE) { in PHP_FUNCTION()
467 if (php_str2num(&second, right) == FAILURE) { in PHP_FUNCTION()
521 if (php_str2num(&bc_base, base_str) == FAILURE) { in PHP_FUNCTION()
526 if (php_str2num(&bc_expo, exponent_str) == FAILURE) { in PHP_FUNCTION()
531 if (php_str2num(&bc_modulus, modulus_str) == FAILURE) { in PHP_FUNCTION()
597 if (php_str2num(&first, base_str) == FAILURE) { in PHP_FUNCTION()
602 if (php_str2num(&bc_exponent, exponent_str) == FAILURE) { in PHP_FUNCTION()
659 if (php_str2num(&result, left) == FAILURE) { in PHP_FUNCTION()
735 if (php_str2num(&num, numstr) == FAILURE) { in bcfloor_or_bcceil()
805 if (php_str2num(&num, numstr) == FAILURE) { in PHP_FUNCTION()