3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo json_encode("É", JSON_UNESCAPED_SLASHES); echo "\n"; echo json_encode("\u00c9", JSON_UNESCAPED_SLASHES); echo "\n"; echo json_encode("\xc3\x89", JSON_UNESCAPED_SLASHES); echo "\n"; echo json_encode("/"); echo "\n"; echo json_encode("/", JSON_UNESCAPED_SLASHES); echo "\n"; echo json_encode("\\", JSON_UNESCAPED_SLASHES);
Output for 5.4.38 - 5.4.44, 7.1.0 - 7.1.33, 7.2.0 - 7.2.34, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.25, 8.4.1 - 8.4.12
"\u00c9" "\\u00c9" "\u00c9" "\/" "/" "\\"
Output for 5.3.18 - 5.3.29
Notice: Use of undefined constant JSON_UNESCAPED_SLASHES - assumed 'JSON_UNESCAPED_SLASHES' in /in/dXHug on line 3 Warning: json_encode() expects parameter 2 to be long, string given in /in/dXHug on line 3 Notice: Use of undefined constant JSON_UNESCAPED_SLASHES - assumed 'JSON_UNESCAPED_SLASHES' in /in/dXHug on line 5 Warning: json_encode() expects parameter 2 to be long, string given in /in/dXHug on line 5 Notice: Use of undefined constant JSON_UNESCAPED_SLASHES - assumed 'JSON_UNESCAPED_SLASHES' in /in/dXHug on line 7 Warning: json_encode() expects parameter 2 to be long, string given in /in/dXHug on line 7 "\/" Notice: Use of undefined constant JSON_UNESCAPED_SLASHES - assumed 'JSON_UNESCAPED_SLASHES' in /in/dXHug on line 11 Warning: json_encode() expects parameter 2 to be long, string given in /in/dXHug on line 11 Notice: Use of undefined constant JSON_UNESCAPED_SLASHES - assumed 'JSON_UNESCAPED_SLASHES' in /in/dXHug on line 13 Warning: json_encode() expects parameter 2 to be long, string given in /in/dXHug on line 13
Output for 5.2.4
Notice: Use of undefined constant JSON_UNESCAPED_SLASHES - assumed 'JSON_UNESCAPED_SLASHES' in /in/dXHug on line 3 Warning: json_encode() expects exactly 1 parameter, 2 given in /in/dXHug on line 3 Notice: Use of undefined constant JSON_UNESCAPED_SLASHES - assumed 'JSON_UNESCAPED_SLASHES' in /in/dXHug on line 5 Warning: json_encode() expects exactly 1 parameter, 2 given in /in/dXHug on line 5 Notice: Use of undefined constant JSON_UNESCAPED_SLASHES - assumed 'JSON_UNESCAPED_SLASHES' in /in/dXHug on line 7 Warning: json_encode() expects exactly 1 parameter, 2 given in /in/dXHug on line 7 "\/" Notice: Use of undefined constant JSON_UNESCAPED_SLASHES - assumed 'JSON_UNESCAPED_SLASHES' in /in/dXHug on line 11 Warning: json_encode() expects exactly 1 parameter, 2 given in /in/dXHug on line 11 Notice: Use of undefined constant JSON_UNESCAPED_SLASHES - assumed 'JSON_UNESCAPED_SLASHES' in /in/dXHug on line 13 Warning: json_encode() expects exactly 1 parameter, 2 given in /in/dXHug on line 13

preferences:
156.1 ms | 412 KiB | 5 Q