mirror of
https://github.com/php/php-src.git
synced 2026-04-21 23:18:13 +02:00
ea3c992bff
Firstly, we must not forget to set appropriate error codes for "manual" checks in `virtual_file_ex()`. Secondly, we must not call `php_error_docref2()` for warnings regarding unary functions; thus, we introduce `php_win32_docref1_from_error()`. Closes GH-6872.