3v4l.org

run code in 500+ PHP versions simultaneously
<?php if( $orderby !== ‘view_count’ ) { $today = date(‘l j F’); $nectar_blog_arr = array( ‘post_type’ => ‘evenement’, ‘posts_per_page’ => $posts_per_page, ‘post_status’ => ‘publish’, ‘meta-key’ => ‘event_startdate’, ‘meta_query’ => array( ‘relation’ => ‘AND’, ‘date_clause’ => array( ‘key’ => ‘event_startdate’, ‘value’ => $today, ‘type’ => ‘DATE’, ‘compare’ => ‘>=’ ), ), ‘orderby’ => array( ‘date_clause’ => ‘ASC’, ), ‘offset’ => $post_offset, ‘category_name’ => $category, ‘paged’ => $paged );
Output for git.master_jit, git.master
Parse error: syntax error, unexpected identifier "j", expecting ")" in /in/7SYVH on line 5
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:
146.56 ms | 1394 KiB | 6 Q