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 = "5f4e3913035190c04f69e83de9798019"; $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 = "הערות יתקבלו בברכה"; $obj2 = new stdClass(); $obj2->NewAccount = $obj; $data = json_encode($obj2); echo utf8_encode($data);
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function utf8_encode() is deprecated in /in/6QQUc on line 25 {"NewAccount":{"id":"5f4e3913035190c04f69e83de9798019","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:
42.72 ms | 402 KiB | 8 Q