Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_ast.h35 ZEND_UNARY_PLUS, enumerator
H A Dzend_ast.c305 case ZEND_UNARY_PLUS: in zend_ast_evaluate()
H A Dzend_language_parser.y1039 | '+' static_scalar_value { $$.u.ast = zend_ast_create_unary(ZEND_UNARY_PLUS, $2.u.ast); }

Completed in 24 milliseconds