3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** * Aside posts * * @package Bromine * @since Bromine 1.0.0 */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="post-header"> <div class="header-metas"> <?php bro_post_format(); ?> <span class="post-date"> <time class="published" datetime="<?php echo get_the_time('c'); ?>"><?php echo get_the_date(); ?></time> </span> <span class="post-author"> <?php _e( '- By ', 'bromine' ); ?><a title="<?php _e('See other posts by ', 'bromine'); the_author_meta( 'display_name' ); ?>" href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author_meta( 'display_name' ); ?></a> </span> </div> <?php bro_display_thumbnails(); if ( is_single() ) : the_title( '<h1 class="post-title">', '</h1>' ); else: the_title( '<h1 class="post-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); endif; ?> </header> <div class="post-content"> <?php if( is_single() ) : the_content(); bro_content_nav(); else: the_excerpt(); ?> <a class="read-more" href="<?php the_permalink(); ?>" title="<?php echo _e( 'Read more', 'antimony' ); ?>"><?php echo _e( 'Read more', 'antimony' ); ?></a> <?php endif; ?> </div> <?php if( is_single() ) : ?> <footer class="post-footer"> <ul class="taxo-metas"> <?php if( get_the_category() ) { ?><li class="category"><i class="gicn gicn-category"></i><?php the_category(' &#8226; '); ?></li><?php } ?> <li class="tag-links"><i class="gicn gicn-tag"></i><?php $tags_list = get_the_tag_list( '', __( ' ', 'bromine' ) ); if ( $tags_list ) : printf( __( '%1$s', 'bromine' ), $tags_list ); else : _e( 'No tags', 'bromine' ); endif; ?> </li> </ul> </footer> <?php endif; ?> </article>
Output for git.master, git.master_jit, rfc.property-hooks
<article id="post- Fatal error: Uncaught Error: Call to undefined function the_ID() in /in/YmrT6:9 Stack trace: #0 {main} thrown in /in/YmrT6 on line 9
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:
54.98 ms | 401 KiB | 8 Q