3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{ "page": 1, "totalsCount": 1, "isLastPage": true, "lastPageNumber": 1, "firstOnPage": 1, "lastOnPage": 1, "itemsPerPage": 50, "entries": [ { "id": 60132, "statusName": "GIT", "dates": [ { "orderId": 60132, "typeId": 7, "date": "2021-06-03T00:00:00+02:00" }, { "orderId": 60132, "typeId": 11, "date": "2021-05-28T00:00:00+02:00" }, { "orderId": 60132, "typeId": 16, "date": "2021-05-27T20:20:28+02:00" }, { "orderId": 60132, "typeId": 2, "date": "2021-05-27T20:19:21+02:00" }, { "orderId": 60132, "typeId": 4, "date": "2021-06-03T15:16:14+02:00" } ] } ] }'; $obj = json_decode($json); foreach($obj->dates as $order => $value) { if($value->typeId == 11) echo '<th scope="row">' . $value->date . '</th>'; }
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined property: stdClass::$dates in /in/AkIcC on line 46 Warning: foreach() argument must be of type array|object, null given in /in/AkIcC on line 46

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