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); echo $data;
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.20
Parse error: syntax error, unexpected ',' in /in/FaZTj on line 8
Process exited with code 255.

preferences:
180.41 ms | 1395 KiB | 56 Q