3v4l.org

run code in 300+ PHP versions simultaneously
<?php $values_data = array(1,2,3,4,5,6,7,8,9); $tooltip = 'tooltip'; $i = "test"; echo '<div class="radio">'; foreach($values_data as $ke=>$va) { echo '<div><input '.$tooltip.' type="radio" id="question_'.$i.'_'.$va.'" value="'.$va.'" name="question_'.$i.'" /> <span class="inline">'.$va.'</span></div>'; } echo '</div><div class="clear"></div>'; echo $questions;
Output for git.master, git.master_jit, rfc.property-hooks
<div class="radio"><div><input tooltip type="radio" id="question_test_1" value="1" name="question_test" /> <span class="inline">1</span></div><div><input tooltip type="radio" id="question_test_2" value="2" name="question_test" /> <span class="inline">2</span></div><div><input tooltip type="radio" id="question_test_3" value="3" name="question_test" /> <span class="inline">3</span></div><div><input tooltip type="radio" id="question_test_4" value="4" name="question_test" /> <span class="inline">4</span></div><div><input tooltip type="radio" id="question_test_5" value="5" name="question_test" /> <span class="inline">5</span></div><div><input tooltip type="radio" id="question_test_6" value="6" name="question_test" /> <span class="inline">6</span></div><div><input tooltip type="radio" id="question_test_7" value="7" name="question_test" /> <span class="inline">7</span></div><div><input tooltip type="radio" id="question_test_8" value="8" name="question_test" /> <span class="inline">8</span></div><div><input tooltip type="radio" id="question_test_9" value="9" name="question_test" /> <span class="inline">9</span></div></div><div class="clear"></div> Warning: Undefined variable $questions in /in/ABHTi on line 16

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