3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ch = '{"statusCode":100,"statusDescription":"Success","account":[{"accountToken":"0001212229736604809930150961770779146224081111","accountType":"DEBITCARD","accountNickName":"card2","maskedAccountNumber":"xxxxxxxxxxxx1111","financialInstitutionName":"Visa","defaultAccount":false,"expireMonth":3,"expireYear":2019},{"accountToken":"0001444730269257493945870303703327509482951111","accountType":"UNKNOWN","accountNickName":"testing2","maskedAccountNumber":"xxxxxxxxxxxx1111","financialInstitutionName":"MasterCard","defaultAccount":false,"expireMonth":1,"expireYear":2017},{"accountToken":"0001757109038299956490468522378828776168881111","accountType":"CREDITCARD","accountNickName":"previous","maskedAccountNumber":"xxxxxxxxxxxx1111","financialInstitutionName":"Visa","defaultAccount":false,"expireMonth":3,"expireYear":2019},{"accountToken":"0001818460410001419812953966618677457521672222","accountType":"UNKNOWN","accountNickName":"lastone","maskedAccountNumber":"xxxxxxxxxxxx2222","financialInstitutionName":"Visa","defaultAccount":true,"expireMonth":4,"expireYear":2016}]}'; // var_dump($result); $structured_data = json_decode($ch); foreach ($structured_data->account as $item) { echo $item->accountToken.PHP_EOL; }
Output for git.master, git.master_jit, rfc.property-hooks
0001212229736604809930150961770779146224081111 0001444730269257493945870303703327509482951111 0001757109038299956490468522378828776168881111 0001818460410001419812953966618677457521672222

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