Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c6767 zend_ast *ast, bool force_allow_null, bool *forced_allow_null) /* {{{ */ in zend_compile_typename_ex() argument
6937 if (force_allow_null) { in zend_compile_typename_ex()
6970 if (force_allow_null && !is_marked_nullable && !(type_mask & MAY_BE_NULL)) { in zend_compile_typename_ex()
6974 if (is_marked_nullable || force_allow_null) { in zend_compile_typename_ex()

Completed in 33 milliseconds