Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_types.h476 #define Z_IMMUTABLE(zval) ((Z_TYPE_FLAGS(zval) & IS_TYPE_IMMUTABLE) != 0) macro
477 #define Z_IMMUTABLE_P(zval_p) Z_IMMUTABLE(*(zval_p))
H A Dzend_object_handlers.c166 if (Z_IMMUTABLE(retval)) { in zend_std_get_debug_info()

Completed in 22 milliseconds