Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/
H A Dzend_persist.c313 Z_TYPE_FLAGS_P(z) |= IS_TYPE_IMMUTABLE; in zend_persist_zval()
320 Z_TYPE_FLAGS_P(z) = IS_TYPE_IMMUTABLE; in zend_persist_zval()
330 Z_TYPE_FLAGS_P(z) = IS_TYPE_IMMUTABLE; in zend_persist_zval()
351 Z_TYPE_FLAGS_P(z) = IS_TYPE_CONSTANT | IS_TYPE_IMMUTABLE; in zend_persist_zval()
355 Z_TYPE_FLAGS_P(z) = IS_TYPE_CONSTANT | IS_TYPE_IMMUTABLE; in zend_persist_zval()
/PHP-7.1/Zend/
H A Dzend_types.h399 #define IS_TYPE_IMMUTABLE (1<<1) macro
476 #define Z_IMMUTABLE(zval) ((Z_TYPE_FLAGS(zval) & IS_TYPE_IMMUTABLE) != 0)
495 #define Z_OPT_IMMUTABLE(zval) ((Z_TYPE_INFO(zval) & (IS_TYPE_IMMUTABLE << Z_TYPE_FLAGS_SHIFT)) != …
887 if ((_t & ((IS_TYPE_REFCOUNTED|IS_TYPE_IMMUTABLE) << Z_TYPE_FLAGS_SHIFT)) != 0) { \
888 if ((_t & ((IS_TYPE_COPYABLE|IS_TYPE_IMMUTABLE) << Z_TYPE_FLAGS_SHIFT)) != 0) { \
H A Dzend_execute_API.c576 inline_change = (Z_TYPE_FLAGS_P(p) & IS_TYPE_IMMUTABLE) == 0; in zval_update_constant_ex()
641 inline_change = (Z_TYPE_FLAGS_P(p) & IS_TYPE_IMMUTABLE) == 0; in zval_update_constant_ex()
H A Dzend_ast.c280 if (!(Z_TYPE_FLAGS_P(zv) & IS_TYPE_IMMUTABLE)) { in zend_ast_evaluate()

Completed in 26 milliseconds