From 825b94f5743e4a06b94c1f54e5a7b4df33f78345 Mon Sep 17 00:00:00 2001 From: divinity76 Date: Tue, 20 Jan 2026 06:44:45 +0100 Subject: [PATCH] fsockopen's error_code & error_message are nullable. --- reference/network/functions/fsockopen.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/network/functions/fsockopen.xml b/reference/network/functions/fsockopen.xml index 775c25a976aa..8146729d488f 100644 --- a/reference/network/functions/fsockopen.xml +++ b/reference/network/functions/fsockopen.xml @@ -12,8 +12,8 @@ resourcefalsefsockopen stringhostname intport-1 - interror_code&null; - stringerror_message&null; + intnullerror_code&null; + stringnullerror_message&null; floatnulltimeout&null;