### Description The following code: ```php <?php http_build_query( $array, encoding_type: PHP_QUERY_RFC3986 ) ``` Resulted in this output: ``` http_build_query(): Passing null to parameter #3 ($arg_separator) of type ?string is deprecated ``` But I expected this output instead: ``` ``` ### PHP Version 8.3 ### Operating System _No response_