3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = "test"; $contact = "Test Contact"; $email = "test@testing.comm"; $phone = "12345678"; $obj = new stdClass(); $obj->id = "12334567755"; $obj->Type = "0"; $obj->Name = $name; $obj->Contact = $contact; $obj->Email = $email; $obj->Phone = $phone; $obj->Cellular = $phone; $obj->Address = "הרחוב שלי 23"; $obj->City = "תל אביב"; $obj->Zip = "11233"; $obj->Comments = "הערות יתקבלו בברכה"; $data = json_encode($obj); $obj2 = new stdClass(); $obj2->NewAccount = $data; echo json_encode($obj2);
Output for git.master, git.master_jit, rfc.property-hooks
{"NewAccount":"{\"id\":\"12334567755\",\"Type\":\"0\",\"Name\":\"test\",\"Contact\":\"Test Contact\",\"Email\":\"test@testing.comm\",\"Phone\":\"12345678\",\"Cellular\":\"12345678\",\"Address\":\"\\u05d4\\u05e8\\u05d7\\u05d5\\u05d1 \\u05e9\\u05dc\\u05d9 23\",\"City\":\"\\u05ea\\u05dc \\u05d0\\u05d1\\u05d9\\u05d1\",\"Zip\":\"11233\",\"Comments\":\"\\u05d4\\u05e2\\u05e8\\u05d5\\u05ea \\u05d9\\u05ea\\u05e7\\u05d1\\u05dc\\u05d5 \\u05d1\\u05d1\\u05e8\\u05db\\u05d4\"}"}

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