3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach( $oQiwi->getHistory( date( 'd.m.Y', strtotime( '-3 day' ) ), date( 'd.m.Y', strtotime( '+1 day' ) ) ) as $aItem ) { ?> <tr align="center"> <td><?=$aItem['iID']?></td> <td><?=$aItem['sDate']?> <?=$aItem['sTime']?></td> <td><?=$aItem['dAmount']?> <?=$aItem['sCurrency']?></td> <td><?=$aItem['dWithExpend']?> <?=$aItem['sCurrency']?></td> <td title="<?=$aItem['sProvider']?>"><?=$aItem['iOpponentPhone']?></td> <td><?=$aItem['sComment']?></td> <td><?=str_replace( array( 'INCOME', 'EXPENDITURE' ), array( 'приход', 'расход' ), $aItem['sType'] )?></td> <td title="<?=($aItem['sStatus'] == 'ERROR' ? $aItem['sError'] : '')?>"><?=$aItem['sStatus']?></td> </tr> <?php } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $oQiwi in /in/EGaCK on line 1 Fatal error: Uncaught Error: Call to a member function getHistory() on null in /in/EGaCK:1 Stack trace: #0 {main} thrown in /in/EGaCK on line 1
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:
65.84 ms | 401 KiB | 8 Q