3v4l.org

run code in 300+ PHP versions simultaneously
<?php $v = array( 'car_id' => 102, 'car_is_active' => 1, 'car_nickname' => 'Мумусик', 'car_modif_id' => 777, 'car_height' => null, 'car_prod_year' => 1913, 'car_vin' => 'abcdefgh123456788', 'car_number' => 'о002оо01', 'car_rimdiameter' => 13.0 ); print(json_encode($v));
Output for git.master, git.master_jit, rfc.property-hooks
{"car_id":102,"car_is_active":1,"car_nickname":"\u041c\u0443\u043c\u0443\u0441\u0438\u043a","car_modif_id":777,"car_height":null,"car_prod_year":1913,"car_vin":"abcdefgh123456788","car_number":"\u043e002\u043e\u043e01","car_rimdiameter":13}

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:
44.01 ms | 401 KiB | 8 Q