Searched refs:force_allow_null (Results 1 – 1 of 1) sorted by relevance
7101 zend_ast *ast, bool force_allow_null, bool *forced_allow_null) /* {{{ */ in zend_compile_typename_ex() argument7271 if (force_allow_null) { in zend_compile_typename_ex()7304 if (force_allow_null && !is_marked_nullable && !(type_mask & MAY_BE_NULL)) { in zend_compile_typename_ex()7308 if (is_marked_nullable || force_allow_null) { in zend_compile_typename_ex()
Completed in 32 milliseconds