Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_compile.h768 zend_ast *zend_negate_num_string(zend_ast *ast);
H A Dzend_language_parser.y1444 | '-' T_NUM_STRING { $$ = zend_negate_num_string($2); }
H A Dzend_compile.c1904 zend_ast *zend_negate_num_string(zend_ast *ast) /* {{{ */ in zend_negate_num_string() function

Completed in 37 milliseconds