Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_operators.c142 #define convert_object_to_type(op, dst, ctype) \ macro
188 convert_object_to_type(op, &dst, _IS_NUMBER); in convert_scalar_to_number()
221 convert_object_to_type(op, holder, _IS_NUMBER); in _zendi_convert_scalar_to_number_silent()
476 convert_object_to_type(op, &dst, IS_LONG); in convert_to_long_base()
535 convert_object_to_type(op, &dst, IS_DOUBLE); in convert_to_double()
607 convert_object_to_type(op, &dst, _IS_BOOL); in convert_to_boolean()
830 convert_object_to_type(op, &dst, IS_LONG); in zval_get_long_func()
868 convert_object_to_type(op, &dst, IS_DOUBLE); in zval_get_double_func()

Completed in 11 milliseconds