3v4l.org

run code in 300+ PHP versions simultaneously
<?php $stats_json = '{"id":"http:\/\/spin.loc\/articles\/123123\/","count":12}'; $stats_data = json_decode($stats_json); var_dump($stats_data); var_dump($stats->count); $stats = (!empty($stats->count)) ? $stats->count : 0; var_dump($stats);
Output for git.master, git.master_jit, rfc.property-hooks
object(stdClass)#1 (2) { ["id"]=> string(32) "http://spin.loc/articles/123123/" ["count"]=> int(12) } Warning: Undefined variable $stats in /in/k774V on line 7 Warning: Attempt to read property "count" on null in /in/k774V on line 7 NULL int(0)

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:
42.76 ms | 402 KiB | 8 Q