Searched refs:is_marked_nullable (Results 1 – 1 of 1) sorted by relevance
7107 bool is_marked_nullable = ast->attr & ZEND_TYPE_NULLABLE; in zend_compile_typename_ex() local7111 if (is_marked_nullable) { in zend_compile_typename_ex()7300 if (type_mask == MAY_BE_ANY && is_marked_nullable) { in zend_compile_typename_ex()7304 if ((type_mask & MAY_BE_NULL) && is_marked_nullable) { in zend_compile_typename_ex()7308 if (force_allow_null && !is_marked_nullable && !(type_mask & MAY_BE_NULL)) { in zend_compile_typename_ex()7312 if (is_marked_nullable || force_allow_null) { in zend_compile_typename_ex()
Completed in 37 milliseconds