Searched refs:enum_value (Results 1 – 1 of 1) sorted by relevance
181 return self.is_special() and int(self.val['kind']) >= enum_value('ZEND_AST_FUNC_DECL')191 if kind == enum_value('ZEND_AST_ZVAL') or kind == enum_value('ZEND_AST_CONSTANT'):193 if kind == enum_value('ZEND_AST_ZNODE'):388 def enum_value(name): function
Completed in 4 milliseconds