3v4l.org

run code in 300+ PHP versions simultaneously
<?php $station = (object) array( 'id' => '', 'name' => '', 'brandId' => 0, 'selfReport' => 0, 'checked' => 0, 'mts' => 1, 'streetAddress' => '', 'zipCode' => 0, 'cityName' => '', 'countryCode' => 'DE', 'phone' => '', 'coordinates' => (object) array( 'lat' => '', 'lng' => '', ), 'openHours' => '', 'fuelOrder' => (object) array(1,2,3,4), 'fuelTypes' => (object) array( (object) array( 'id' => 1, 'name' => '', ), (object) array( 'id' => 2, 'name' => '', ) ), ); var_dump($station);

preferences:
35.9 ms | 402 KiB | 5 Q