Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_types.h419 #define IS_CONSTANT_CLASS 0x080 /* __CLASS__ in trait */ macro
H A Dzend_execute_API.c579 if (Z_CONST_FLAGS_P(p) & IS_CONSTANT_CLASS) { in zval_update_constant_ex()
H A Dzend_compile.c7698 Z_TYPE_INFO(const_zv) = IS_CONSTANT_EX | (IS_CONSTANT_CLASS << Z_CONST_FLAGS_SHIFT); in zend_compile_const_expr_magic_const()
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_dump.c432 if (opline->extended_value & IS_CONSTANT_CLASS) { in zend_dump_op()

Completed in 67 milliseconds