3v4l.org

run code in 300+ PHP versions simultaneously
<?php $body = array( 'name' => 'Jane Smith', 'email' => 'some@email.com', 'subject' => 'Checkout this API stuff', 'comment' => 'I just read a great tutorial by this Ben Lobaugh. It taught me amazing things about interacting with APIs in WordPress! You gotta check it out!' ); var_dump($body);
Output for git.master, git.master_jit, rfc.property-hooks
array(4) { ["name"]=> string(10) "Jane Smith" ["email"]=> string(14) "some@email.com" ["subject"]=> string(23) "Checkout this API stuff" ["comment"]=> string(143) "I just read a great tutorial by this Ben Lobaugh. It taught me amazing things about interacting with APIs in WordPress! You gotta check it out!" }

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