Lines Matching refs:get_bcmath_number_from_obj
865 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()
1196 bcmath_number_obj_t *intern = get_bcmath_number_from_obj(obj); in bc_num_from_obj_or_str_or_long()