3v4l.org

run code in 300+ PHP versions simultaneously
<?php $key = "AAAAAAAAABBBBGGGGGGGGKKKKKKKKKKKKKRRRRRRRRRRWWWWWWWWWWWWWWWWWWWWWWWWWWDDDDDDDDDDDDDDDDDDDDDDDDDDD"; var_dump(base64_decode($key)); var_dump(base64_decode($key, true)); // This is what JWT lib is using. $newKey = base64_encode(base64_decode($key)); var_dump($key, $newKey); var_dump(base64_decode($newKey)); var_dump(base64_decode($newKey, true)); // This is what JWT lib is using.
Output for git.master, git.master_jit, rfc.property-hooks
string(72) "Aa�a���(��(��(�QEQEQYe�Ye�Ye�Ye�Ye�Ye�Y`� 0� 0� 0� 0� 0� 0�" bool(false) string(97) "AAAAAAAAABBBBGGGGGGGGKKKKKKKKKKKKKRRRRRRRRRRWWWWWWWWWWWWWWWWWWWWWWWWWWDDDDDDDDDDDDDDDDDDDDDDDDDDD" string(96) "AAAAAAAAABBBBGGGGGGGGKKKKKKKKKKKKKRRRRRRRRRRWWWWWWWWWWWWWWWWWWWWWWWWWWDDDDDDDDDDDDDDDDDDDDDDDDDD" string(72) "Aa�a���(��(��(�QEQEQYe�Ye�Ye�Ye�Ye�Ye�Y`� 0� 0� 0� 0� 0� 0�" string(72) "Aa�a���(��(��(�QEQEQYe�Ye�Ye�Ye�Ye�Ye�Y`� 0� 0� 0� 0� 0� 0�"

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.14 ms | 406 KiB | 5 Q