#ifdef PHP_WIN32
/** @param resource $stream */
-function sapi_windows_vt100_support($stream, bool $enable): bool {}
+function sapi_windows_vt100_support($stream, bool $enable = UNKNOWN): bool {}
#endif
/** @param resource $stream */
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 8890ebea8b2391a8614b844e8e1abc04a988eeb8 */
+ * Stub hash: 9cf2c691c081d9aaefaa9d22337a9e00efb0af77 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_set_time_limit, 0, 1, _IS_BOOL, 0)
ZEND_ARG_TYPE_INFO(0, seconds, IS_LONG, 0)
#define arginfo_stream_isatty arginfo_stream_supports_lock
#if defined(PHP_WIN32)
-ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_sapi_windows_vt100_support, 0, 2, _IS_BOOL, 0)
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_sapi_windows_vt100_support, 0, 1, _IS_BOOL, 0)
ZEND_ARG_INFO(0, stream)
ZEND_ARG_TYPE_INFO(0, enable, _IS_BOOL, 0)
ZEND_END_ARG_INFO()