Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_compile.h732 zend_ast *zend_negate_num_string(zend_ast *ast);
H A Dzend_language_parser.y1252 | '-' T_NUM_STRING { $$ = zend_negate_num_string($2); }
H A Dzend_compile.c1835 zend_ast *zend_negate_num_string(zend_ast *ast) /* {{{ */ in zend_negate_num_string() function

Completed in 39 milliseconds