Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.c7696 zval const_zv; in zend_compile_const_expr_magic_const() local
7697 Z_STR(const_zv) = zend_string_init("__CLASS__", sizeof("__CLASS__")-1, 0); in zend_compile_const_expr_magic_const()
7698 Z_TYPE_INFO(const_zv) = IS_CONSTANT_EX | (IS_CONSTANT_CLASS << Z_CONST_FLAGS_SHIFT); in zend_compile_const_expr_magic_const()
7701 *ast_ptr = zend_ast_create_zval(&const_zv); in zend_compile_const_expr_magic_const()

Completed in 28 milliseconds