Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_operators.h248 ZEND_API void ZEND_FASTCALL _convert_to_string(zval *op);
331 #define convert_to_string(op) if (Z_TYPE_P(op) != IS_STRING) { _convert_to_string((op)); }
H A Dzend_operators.c529 _convert_to_string(op); in _convert_to_cstring()
534 ZEND_API void ZEND_FASTCALL _convert_to_string(zval *op) /* {{{ */ in _convert_to_string() function

Completed in 13 milliseconds