Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_types.h390 #define IS_TYPE_CONSTANT (1<<0) macro
406 #define IS_CONSTANT_EX (IS_CONSTANT | ((IS_TYPE_CONSTANT | IS_TYPE_REFCOUNTED | …
407 #define IS_CONSTANT_AST_EX (IS_CONSTANT_AST | ((IS_TYPE_CONSTANT | IS_TYPE_REFCOUNTED | …
457 #define Z_CONSTANT(zval) ((Z_TYPE_FLAGS(zval) & IS_TYPE_CONSTANT) != 0)
479 #define Z_OPT_CONSTANT(zval) ((Z_TYPE_INFO(zval) & (IS_TYPE_CONSTANT << Z_TYPE_FLAGS_SHIFT)) != 0)
/PHP-7.0/ext/opcache/
H A Dzend_persist.c385 Z_TYPE_FLAGS_P(z) = IS_TYPE_CONSTANT | IS_TYPE_IMMUTABLE; in zend_persist_zval_static()
389 Z_TYPE_FLAGS_P(z) = IS_TYPE_CONSTANT | IS_TYPE_IMMUTABLE; in zend_persist_zval_static()

Completed in 14 milliseconds