Home
last modified time | relevance | path

Searched refs:allow_dynamic (Results 1 – 2 of 2) sorted by relevance

/php-src/Zend/
H A Dzend_compile.h132 void zend_const_expr_to_zval(zval *result, zend_ast **ast_ptr, bool allow_dynamic);
H A Dzend_compile.c10492 bool allow_dynamic; member
10521 if (!ctx->allow_dynamic) { in zend_compile_const_expr()
10536 void zend_const_expr_to_zval(zval *result, zend_ast **ast_ptr, bool allow_dynamic) /* {{{ */ in zend_const_expr_to_zval() argument
10539 context.allow_dynamic = allow_dynamic; in zend_const_expr_to_zval()

Completed in 43 milliseconds