Searched refs:allow_dynamic (Results 1 – 2 of 2) sorted by relevance
133 void zend_const_expr_to_zval(zval *result, zend_ast **ast_ptr, bool allow_dynamic);
11202 bool allow_dynamic; member11231 if (!ctx->allow_dynamic) { in zend_compile_const_expr()11246 void zend_const_expr_to_zval(zval *result, zend_ast **ast_ptr, bool allow_dynamic) /* {{{ */ in zend_const_expr_to_zval() argument11249 context.allow_dynamic = allow_dynamic; in zend_const_expr_to_zval()
Completed in 43 milliseconds