Home
last modified time | relevance | path

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

/php-src/ext/bcmath/
H A Dbcmath.c875 static zend_always_inline zend_string *bcmath_number_value_to_str(bcmath_number_obj_t *intern) in bcmath_number_value_to_str() function
929 ZVAL_STR_COPY(&zv, bcmath_number_value_to_str(intern)); in bcmath_number_get_properties_for()
962 ZVAL_STR_COPY(rv, bcmath_number_value_to_str(intern)); in bcmath_number_read_property()
1814 RETURN_STR_COPY(bcmath_number_value_to_str(intern)); in PHP_METHOD()
1827 ZVAL_STR_COPY(&zv, bcmath_number_value_to_str(intern)); in PHP_METHOD()

Completed in 8 milliseconds