3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_POST = [ 'image_caption' => null, 'image_ownership' => 1, 'nonce' => '1549923767|954046e4f33b599b910e2677b5937c1e' ]; print_r($_POST); $post = $_POST ?? []; print_r($post); $post['max_upload_size'] = 10; // We set this so ... print_r($post);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [image_caption] => [image_ownership] => 1 [nonce] => 1549923767|954046e4f33b599b910e2677b5937c1e ) Array ( [image_caption] => [image_ownership] => 1 [nonce] => 1549923767|954046e4f33b599b910e2677b5937c1e ) Array ( [image_caption] => [image_ownership] => 1 [nonce] => 1549923767|954046e4f33b599b910e2677b5937c1e [max_upload_size] => 10 )

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