3v4l.org

run code in 300+ PHP versions simultaneously
<?php $result = json_decode('[ "DE": 2640 ]'); switch(json_last_error()) { case JSON_ERROR_DEPTH: echo ' - Maximale Stacktiefe überschritten'; break; case JSON_ERROR_CTRL_CHAR: echo ' - Unerwartetes Steuerzeichen gefunden'; break; case JSON_ERROR_SYNTAX: echo ' - Syntaxfehler, ungültiges JSON'; break; case JSON_ERROR_NONE: echo ' - Keine Fehler'; break; } echo PHP_EOL; var_export($result);
Output for git.master, git.master_jit, rfc.property-hooks
- Syntaxfehler, ungültiges JSON NULL

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
35.59 ms | 401 KiB | 8 Q