phptools-docs icon indicating copy to clipboard operation
phptools-docs copied to clipboard

In the PHP 8.2 environment, the second parameter of the http_build_query function does not support null

Open F4NNIU opened this issue 2 years ago • 1 comments

Dear development team,

First of all, I'd like to say that your PHP Tools are truly amazing!

However, I noticed that the second parameter of the http_build_query function does not support null in PHP 8.2 environments. It would be great if you could address this issue as it's an important feature for me and other users.

Thank you very much for your patience and hard work. Looking forward to your response.

tooltips image

F4NNIU avatar Jul 30 '23 14:07 F4NNIU

Thank you @F4NNIU,

You are right, null is not allowed. I think the tooltip denotates optional parameter in this way, but null looks misleading here.

jakubmisek avatar Aug 04 '23 13:08 jakubmisek