Searched refs:is_marked_nullable (Results 1 – 1 of 1) sorted by relevance
7103 bool is_marked_nullable = ast->attr & ZEND_TYPE_NULLABLE; in zend_compile_typename_ex() local7107 if (is_marked_nullable) { in zend_compile_typename_ex()7296 if (type_mask == MAY_BE_ANY && is_marked_nullable) { in zend_compile_typename_ex()7300 if ((type_mask & MAY_BE_NULL) && is_marked_nullable) { 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