3v4l.org

run code in 300+ PHP versions simultaneously
<?php $station = (object) array( 'id' => 'asl1k2l2', 'name' => 'Star', 'brandId' => 12, 'selfReport' => 0, 'checked' => 0, 'mts' => 1, 'streetAddress' => 'Berrenrather Straße 12', 'zipCode' => 50937, 'cityName' => 'Köln', 'countryCode' => 'DE', 'phone' => '+49221123456', 'coordinates' => (object) array( 'lat' => '50.467839', 'lng' => '7.92821', ), 'openHours' => 'Mo-So 0:00-24:00', 'fuelOrder' => (object) array(1,2), 'fuelTypes' => (object) array( (object) array( 'id' => 1, 'name' => 'Diesel', ), (object) array( 'id' => 2, 'name' => 'Benzin', ) ), ); print $station->id . PHP_EOL; print $station->streetAddress . PHP_EOL; print $station->phone . PHP_EOL; print $station->coordinates->lat . PHP_EOL; print $station->fuelTypes->item(0)->name . PHP_EOL;
Output for git.master, git.master_jit, rfc.property-hooks
asl1k2l2 Berrenrather Straße 12 +49221123456 50.467839 Fatal error: Uncaught Error: Call to undefined method stdClass::item() in /in/1WTOv:35 Stack trace: #0 {main} thrown in /in/1WTOv on line 35
Process exited with code 255.

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