Searched refs:default_type (Results 1 – 1 of 1) sorted by relevance
7660 uint32_t default_type = *default_ast_ptr ? Z_TYPE(default_node.u.constant) : IS_UNDEF; in zend_compile_params() local7661 bool force_nullable = default_type == IS_NULL && !is_promoted; in zend_compile_params()7681 if (default_type != IS_UNDEF && default_type != IS_CONSTANT_AST && !force_nullable in zend_compile_params()7686 zend_get_type_by_const(default_type), in zend_compile_params()
Completed in 32 milliseconds