3v4l.org

run code in 300+ PHP versions simultaneously
$info_course = get_post_custom_values("_info_course"); <?php if($info_course[0] == "yes") { ?> <i class="icon-ok"></i> <?php } if($info_course[0] == "no") { ?> <i class="icon-remove"></i> <?php } ?> <?php _e('Babysitter Course', 'babysitter'); ?>
Output for git.master, git.master_jit
$info_course = get_post_custom_values("_info_course"); Warning: Undefined variable $info_course in /in/V685u on line 3 Warning: Trying to access array offset on value of type null in /in/V685u on line 3 Warning: Undefined variable $info_course in /in/V685u on line 5 Warning: Trying to access array offset on value of type null in /in/V685u on line 5 Fatal error: Uncaught Error: Call to undefined function _e() in /in/V685u:8 Stack trace: #0 {main} thrown in /in/V685u on line 8
Process exited with code 255.
Output for rfc.property-hooks
$info_course = get_post_custom_values("_info_course"); Warning: Undefined variable $info_course in /in/V685u on line 3 Warning: Trying to access array offset on null in /in/V685u on line 3 Warning: Undefined variable $info_course in /in/V685u on line 5 Warning: Trying to access array offset on null in /in/V685u on line 5 Fatal error: Uncaught Error: Call to undefined function _e() in /in/V685u:8 Stack trace: #0 {main} thrown in /in/V685u on line 8
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:
34.85 ms | 401 KiB | 8 Q