3v4l.org

run code in 300+ PHP versions simultaneously
<?php $v = array( 'car_id' => 101, 'car_user_id' => 13, 'car_is_active' => 2, 'car_nickname' => 'Кукусик', 'car_modif_id' => 666, 'car_height' => null, 'car_prod_year' => 1901, 'car_vin' => 'abcdefgh123456789', 'car_number' => 'о001оо01', 'car_rimdiameter' => 22.0 ); print(json_encode($v));
Output for git.master, git.master_jit, rfc.property-hooks
{"car_id":101,"car_user_id":13,"car_is_active":2,"car_nickname":"\u041a\u0443\u043a\u0443\u0441\u0438\u043a","car_modif_id":666,"car_height":null,"car_prod_year":1901,"car_vin":"abcdefgh123456789","car_number":"\u043e001\u043e\u043e01","car_rimdiameter":22}

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