Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_ast.h36 ZEND_UNARY_MINUS, enumerator
H A Dzend_ast.c311 case ZEND_UNARY_MINUS: in zend_ast_evaluate()
H A Dzend_language_parser.y1040 | '-' static_scalar_value { $$.u.ast = zend_ast_create_unary(ZEND_UNARY_MINUS, $2.u.ast); }

Completed in 11 milliseconds