3v4l.org

run code in 300+ PHP versions simultaneously
<?php $new_post = array( 'post_title' => $post_title, 'post_content' => $post_content, 'post_status' => 'pending', 'post_author' => $user_ID, 'post_type' => 'post', 'tags_input' => $keywords, 'post_category' => array('3'), //'tax_input' => array( 'helpful-articles' => $term_id ) //'tax_input' => 'helpful-articles', //'post_category' => array(0) ); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $post_title in /in/boUcg on line 2 Warning: Undefined variable $post_content in /in/boUcg on line 3 Warning: Undefined variable $user_ID in /in/boUcg on line 6 Warning: Undefined variable $keywords in /in/boUcg on line 8

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:
45.27 ms | 402 KiB | 8 Q