Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_compile.c6449 uint32_t default_type = *default_ast_ptr ? Z_TYPE(default_node.u.constant) : IS_UNDEF; in zend_compile_params() local
6450 zend_bool force_nullable = default_type == IS_NULL && !visibility; in zend_compile_params()
6459 if (default_type != IS_UNDEF && default_type != IS_CONSTANT_AST && !force_nullable in zend_compile_params()
6464 zend_get_type_by_const(default_type), in zend_compile_params()

Completed in 103 milliseconds