3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE_AFL.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@magentocommerce.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade Magento to newer * versions in the future. If you wish to customize Magento for your * needs please refer to http://www.magentocommerce.com for more information. * * @category design * @package default_iphone * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com) * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ ?> <?php echo $this->getChildHtml('items_before'); ?> <div id="checkout-review-table-wrapper"> <table class="data-table cart-table-items" id="checkout-review-table"> <?php echo $this->getChildHtml('totals'); ?> <thead> <tr> <th><?php echo $this->__('Product Name') ?></th> <th class="a-right"><?php echo $this->__('Subtotal') ?></th> </tr> </thead> <?php foreach($this->getItems() as $_item): ?> <?php echo $this->getItemHtml($_item)?> <?php endforeach ?> </table> </div> <?php echo $this->getChildHtml('items_after'); ?> <script type="text/javascript"> //<![CDATA[ truncateOptions(); //]]> </script> <div id="checkout-review-submit"> <?php echo $this->getChildHtml('agreements') ?> <div class="buttons-set" id="review-buttons-container"> <p class="f-left"><?php echo $this->__('Forgot an Item?') ?> <a href="<?php echo $this->getUrl('checkout/cart') ?>"><?php echo $this->__('Edit Your Cart') ?></a></p> <?php echo $this->getChildHtml('button') ?> <span class="please-wait" id="review-please-wait" style="display:none;"> <img src="<?php echo $this->getSkinUrl('images/opc-ajax-loader.gif') ?>" alt="<?php echo $this->__('Submitting order information...') ?>" title="<?php echo $this->__('Submitting order information...') ?>" class="v-middle" /> <?php echo $this->__('Submitting order information...') ?> </span> </div> <script type="text/javascript"> //<![CDATA[ review = new Review('<?php echo $this->getUrl('checkout/onepage/saveOrder', array('form_key' => Mage::getSingleton('core/session')->getFormKey())) ?>', '<?php echo $this->getUrl('checkout/onepage/success') ?>', $('checkout-agreements')); //]]> </script> </div>
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.19, 8.3.0 - 8.3.7
Fatal error: Uncaught Error: Using $this when not in object context in /in/8UCor:27 Stack trace: #0 {main} thrown in /in/8UCor on line 27
Process exited with code 255.
Output for 5.4.2 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28
Fatal error: Using $this when not in object context in /in/8UCor on line 27
Process exited with code 255.

preferences:
183.32 ms | 402 KiB | 243 Q