Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_operators.h281 ZEND_API void ZEND_FASTCALL _convert_to_string(zval *op);
362 #define convert_to_string(op) if (Z_TYPE_P(op) != IS_STRING) { _convert_to_string((op)); }
H A Dzend_operators.c669 ZEND_API void ZEND_FASTCALL _convert_to_string(zval *op) /* {{{ */ in _convert_to_string() function

Completed in 14 milliseconds