We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following code:
<?php echo json_encode(str_getcsv("\""));
Resulted in this output:
["\u0000"]
But I expected this output instead:
[""]
https://3v4l.org/TI1vo
PHP 5.3.0 to now
No response