3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* Template Name: Page Sidebar */ get_header(); ?> <?php $options = get_option('anubis'); $alignment = (!empty($options['sidebar_page_layout'])) ? $options['sidebar_page_layout'] : 'right_side' ; switch ($alignment) { case 'right_side' : $align_sidebar = 'right_side'; $align_main = 'left_side'; break; case 'left_side' : $align_sidebar = 'left_side'; $align_main = 'right_side'; break; } ?> <?php az_page_header($post->ID); ?> <div id="content"> <div class="container"> <div class="row"> <div class="span9 <?php echo $align_main; ?>"> <?php if(have_posts()) : while(have_posts()) : the_post(); ?> <?php edit_post_link( __('Edit', AZ_THEME_NAME), '<span class="edit-post">[', ']</span>' ); ?> <?php the_content(); ?> <?php endwhile; endif; ?> </div> <div class="span3 <?php echo $align_sidebar; ?>"> <aside id="sidebar"> <?php get_sidebar(); ?> </aside> </div> </div> </div> </div> <?php get_footer(); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function get_header() in /in/0XSnC:4 Stack trace: #0 {main} thrown in /in/0XSnC on line 4
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:
37.75 ms | 401 KiB | 8 Q