3v4l.org

run code in 300+ PHP versions simultaneously
<?php $options = array( 'ssl' => array( 'ciphers' => 'RC4-SHA', 'verify_peer' => false, 'verify_peer_name' => false ), 'http' => array( 'header' => 'Authorization: Basic ' . base64_encode($username.':'.$password) ) ); var_dump($options);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $username in /in/1peVM on line 9 Warning: Undefined variable $password in /in/1peVM on line 9 array(2) { ["ssl"]=> array(3) { ["ciphers"]=> string(7) "RC4-SHA" ["verify_peer"]=> bool(false) ["verify_peer_name"]=> bool(false) } ["http"]=> array(1) { ["header"]=> string(25) "Authorization: Basic Og==" } }

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