Searched refs:_convert_to_string (Results 1 – 2 of 2) sorted by relevance
249 ZEND_API void ZEND_FASTCALL _convert_to_string(zval *op);298 #define convert_to_string(op) if (Z_TYPE_P(op) != IS_STRING) { _convert_to_string((op)); }
529 _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 12 milliseconds