3v4l.org

run code in 300+ PHP versions simultaneously
<?php $current_language = 'en'; $snippets = array( 'backtotop' => array( 'en' => "Back to the top", 'fr' => "Retour vers le haut" ), 'info1' => array( 'en' => "As anyone who has met me will know, I wear many hats. I am a writer, translator, teacher and linguist and I am passionate about creativity, technology and languages. This is my personage web page that I created myself by writing it all by hand in HTML and Javascript, partly to see if I could and partly to have a platform to showcase projects I am currently working on. This includes both <a data-scroll href=\"#projects\">personal projects</a> and projects to which I have <a data-scroll href=\"#contrib\">contributed</a>.", 'fr' => "Comme toute personne qui a rencontré me saurai, je porte plusieurs chapeaux. Je suis un écrivain, traducteur, professeur et linguiste et je suis passionné par la créativité, la technologie et les langues. C'est ma page web de personnage que je me suis créé par écrit tout à la main en HTML et Javascript, en partie pour voir si je pouvais, et en partie à une plate-forme pour présenter les projets que je suis en train de travailler sur. Cela comprend des projets personnels de fois <a données défilement </a> et projets auxquels j'ai <a data-scroll href=\"#projects\">de données défilement contribué</a>." ), 'info2' => array( 'en' => "Feel free to have a look around. I will be updating this webpage on a regular basis to add more information and to make things generally shinier, so stay tuned.", 'fr' => "N'hésitez pas à jeter un coup d'oeil autour. Je mettrai à jour cette page régulièrement pour ajouter plus d'informations et pour rendre les choses plus brillants général, alors restez branchés." ) ); function get_snippet($tag) { return $snippets[$tag][$current_language]; }?><div class="section" id="about"> <h2>Who am I?</h2> <div class="backToTop"><a href="#" onclick="backToTop()"><?=get_snippet('backtotop');?></a></div> <div class="info_long"> <p><?=get_snippet('info1');?></p> <p><?=get_snippet('info2');?></p> </div></div>
Output for git.master, git.master_jit
<div class="section" id="about"> <h2>Who am I?</h2> <div class="backToTop"><a href="#" onclick="backToTop()"> Warning: Undefined variable $snippets in /in/IY3Ph on line 1 Warning: Trying to access array offset on value of type null in /in/IY3Ph on line 1 Warning: Undefined variable $current_language in /in/IY3Ph on line 1 Warning: Trying to access array offset on value of type null in /in/IY3Ph on line 1 </a></div> <div class="info_long"> <p> Warning: Undefined variable $snippets in /in/IY3Ph on line 1 Warning: Trying to access array offset on value of type null in /in/IY3Ph on line 1 Warning: Undefined variable $current_language in /in/IY3Ph on line 1 Warning: Trying to access array offset on value of type null in /in/IY3Ph on line 1 </p> <p> Warning: Undefined variable $snippets in /in/IY3Ph on line 1 Warning: Trying to access array offset on value of type null in /in/IY3Ph on line 1 Warning: Undefined variable $current_language in /in/IY3Ph on line 1 Warning: Trying to access array offset on value of type null in /in/IY3Ph on line 1 </p> </div></div>
Output for rfc.property-hooks
<div class="section" id="about"> <h2>Who am I?</h2> <div class="backToTop"><a href="#" onclick="backToTop()"> Warning: Undefined variable $snippets in /in/IY3Ph on line 1 Warning: Trying to access array offset on null in /in/IY3Ph on line 1 Warning: Undefined variable $current_language in /in/IY3Ph on line 1 Warning: Trying to access array offset on null in /in/IY3Ph on line 1 </a></div> <div class="info_long"> <p> Warning: Undefined variable $snippets in /in/IY3Ph on line 1 Warning: Trying to access array offset on null in /in/IY3Ph on line 1 Warning: Undefined variable $current_language in /in/IY3Ph on line 1 Warning: Trying to access array offset on null in /in/IY3Ph on line 1 </p> <p> Warning: Undefined variable $snippets in /in/IY3Ph on line 1 Warning: Trying to access array offset on null in /in/IY3Ph on line 1 Warning: Undefined variable $current_language in /in/IY3Ph on line 1 Warning: Trying to access array offset on null in /in/IY3Ph on line 1 </p> </div></div>

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:
54.79 ms | 403 KiB | 8 Q