Home
last modified time | relevance | path

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

/php-src/scripts/gdb/
H A Dphp_gdb.py175 return self.is_special() and int(self.val['kind']) >= enum_value('ZEND_AST_FUNC_DECL')
185 if kind == enum_value('ZEND_AST_ZVAL') or kind == enum_value('ZEND_AST_CONSTANT'):
187 if kind == enum_value('ZEND_AST_ZNODE'):
336 def enum_value(name): function

Completed in 5 milliseconds