Lines Matching refs:default_value

817 static int is_null_constant(zend_class_entry *scope, zval *default_value)  in is_null_constant()  argument
819 if (Z_TYPE_P(default_value) == IS_CONSTANT_AST) { in is_null_constant()
822 ZVAL_COPY(&constant, default_value); in is_null_constant()
1013 zval *default_value, zend_class_entry *scope, in zend_check_type() argument
1033 …g) == IS_NULL && (ZEND_TYPE_ALLOW_NULL(type) || (default_value && is_null_constant(scope, default_… in zend_check_type()
1040 …g) == IS_NULL && (ZEND_TYPE_ALLOW_NULL(type) || (default_value && is_null_constant(scope, default_… in zend_check_type()
1045 …g) == IS_NULL && (ZEND_TYPE_ALLOW_NULL(type) || (default_value && is_null_constant(scope, default_… in zend_check_type()
1068 …verify_arg_type(zend_function *zf, uint32_t arg_num, zval *arg, zval *default_value, void **cache_… in zend_verify_arg_type() argument
1082 …if (UNEXPECTED(!zend_check_type(cur_arg_info->type, arg, &ce, cache_slot, default_value, zf->commo… in zend_verify_arg_type()
1090 …y_recv_arg_type(zend_function *zf, uint32_t arg_num, zval *arg, zval *default_value, void **cache_… in zend_verify_recv_arg_type() argument
1099 …if (UNEXPECTED(!zend_check_type(cur_arg_info->type, arg, &ce, cache_slot, default_value, zf->commo… in zend_verify_recv_arg_type()
1107 …riadic_arg_type(zend_function *zf, uint32_t arg_num, zval *arg, zval *default_value, void **cache_… in zend_verify_variadic_arg_type() argument
1117 …if (UNEXPECTED(!zend_check_type(cur_arg_info->type, arg, &ce, cache_slot, default_value, zf->commo… in zend_verify_variadic_arg_type()