Home
last modified time | relevance | path

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

/php-src/ext/bcmath/
H A Dbcmath.c865 static zend_always_inline bcmath_number_obj_t *get_bcmath_number_from_obj(const zend_object *obj) in get_bcmath_number_from_obj() function
872 return get_bcmath_number_from_obj(Z_OBJ_P(zv)); in get_bcmath_number_from_zval()
897 bcmath_number_obj_t *intern = get_bcmath_number_from_obj(obj); in bcmath_number_free()
911 bcmath_number_obj_t *original = get_bcmath_number_from_obj(obj); in bcmath_number_clone()
912 bcmath_number_obj_t *clone = get_bcmath_number_from_obj(bcmath_number_create(bcmath_number_ce)); in bcmath_number_clone()
926 bcmath_number_obj_t *intern = get_bcmath_number_from_obj(obj); in bcmath_number_get_properties_for()
959 bcmath_number_obj_t *intern = get_bcmath_number_from_obj(obj); in bcmath_number_read_property()
977 bcmath_number_obj_t *intern = get_bcmath_number_from_obj(obj); in bcmath_number_has_property()
993 bcmath_number_obj_t *intern = get_bcmath_number_from_obj(obj); in bcmath_number_cast_object()
1161 bcmath_number_obj_t *intern = get_bcmath_number_from_obj(bcmath_number_create(bcmath_number_ce)); in bcmath_number_new_obj()
[all …]

Completed in 7 milliseconds