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.h133 void zend_const_expr_to_zval(zval *result, zend_ast **ast_ptr, bool allow_dynamic);
H A Dzend_compile.c11210 bool allow_dynamic; member
11239 if (!ctx->allow_dynamic) { in zend_compile_const_expr()
11254 void zend_const_expr_to_zval(zval *result, zend_ast **ast_ptr, bool allow_dynamic) /* {{{ */ in zend_const_expr_to_zval() argument
11257 context.allow_dynamic = allow_dynamic; in zend_const_expr_to_zval()

Completed in 50 milliseconds