3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(); ?> <h3>Инструкция проведения платежа через электронную платежную систему NixMoney</h3> <p> 1. Скопируйте нужный Вам номер кошелька инвестиционной платформы WEBINVESTPRO: </p> <ul> <li><em>{purse:nixmoney-eur}</em></li> <li><em>{purse:nixmoney-usd}</em></li> </ul> --> <?php $instructionText = ob_get_clean(); ?> <?php preg_match_all('/{purse:([\w-]+)}/', $instructionText, $matches); foreach($matches[1] as $i => $purseAlias){ if(!empty(Yii::app()->params[$purseAlias])){ str_replace($matches[0][$i], Yii::app()->params[$purseAlias], $instructionText); } } return $instructionText; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Class "Yii" not found in /in/OHYnv:25 Stack trace: #0 {main} thrown in /in/OHYnv on line 25
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:
56.01 ms | 401 KiB | 8 Q