Home
last modified time | relevance | path

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

/php-ast/
H A Dphp_ast.h67 # define ZEND_AST_NULLSAFE_PROP 0x2f9 macro
H A Dast_data.c69 ZEND_AST_NULLSAFE_PROP,
183 case ZEND_AST_NULLSAFE_PROP: return "AST_NULLSAFE_PROP"; in ast_kind_to_name()
336 case ZEND_AST_NULLSAFE_PROP: in ast_kind_child_name()
637 …REGISTER_NS_LONG_CONSTANT("ast", "AST_NULLSAFE_PROP", ZEND_AST_NULLSAFE_PROP, CONST_CS | CONST_PER… in ast_register_kind_constants()

Completed in 9 milliseconds