3v4l.org

run code in 300+ PHP versions simultaneously
<?php $default_options = array ( 'public' => true, 'show_ui' => true, 'has_archive' => true, 'capability_type' => 'post', 'hierarchical' => true, 'rewrite' => ['with_front' => false, 'slug' => 'cards'], 'query_var' => 'cards', 'supports' => ['title', 'editor', 'page-attributes'], 'show_in_menu' => true ); var_dump($default_options);
Output for git.master, git.master_jit, rfc.property-hooks
array(9) { ["public"]=> bool(true) ["show_ui"]=> bool(true) ["has_archive"]=> bool(true) ["capability_type"]=> string(4) "post" ["hierarchical"]=> bool(true) ["rewrite"]=> array(2) { ["with_front"]=> bool(false) ["slug"]=> string(5) "cards" } ["query_var"]=> string(5) "cards" ["supports"]=> array(3) { [0]=> string(5) "title" [1]=> string(6) "editor" [2]=> string(15) "page-attributes" } ["show_in_menu"]=> bool(true) }

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