3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_product = $this->getProduct() ?> <?php if($_product->isSaleable()): ?> <div class="add-to-cart"> <?php if(!$_product->isGrouped()): ?> <div class="my-qty"> <label for="qty"><?php echo $this->__('Qty:') ?></label> <input type="text" name="qty" id="qty" maxlength="12" value="<?php echo $this->getMinimalQty($_product) ?>" title="<?php echo $this->__('Qty') ?>" class="input-text qty" /> </div> <?php endif; ?> <button id='cartBtn' onmouseout="javascript:changeBgImage('<?php echo $this->getSkinUrl(); ?>images/addToCart.png',this);" onmouseover="javascript:changeBgImage('<?php echo $this->getSkinUrl(); ?>images/AddToCartROLL.png',this);" type="button" title="<?php echo $this->__('Add to Cart') ?>" class="add-to-cart-new" onclick="productAddToCartForm.submit()">&nbsp;</button> <script type="text/Javascript"> function changeBgImage (image , id) { element = id; element.style.background = "url('"+image+"')"; /* "url('"+image+"')"; */ } </script> </div> <?php endif; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Using $this when not in object context in /in/FqHe2:1 Stack trace: #0 {main} thrown in /in/FqHe2 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:
47.71 ms | 401 KiB | 8 Q