Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_ast.h57 ZEND_API int zend_ast_is_ct_constant(zend_ast *ast);
H A Dzend_ast.c87 ZEND_API int zend_ast_is_ct_constant(zend_ast *ast) in zend_ast_is_ct_constant() function
96 if (!zend_ast_is_ct_constant((&ast->u.child)[i])) { in zend_ast_is_ct_constant()
H A Dzend_compile.c7442 } else if (zend_ast_is_ct_constant(ast)) { in zend_do_constant_expression()

Completed in 30 milliseconds