3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (!defined('PHP_EOL')) { define('PHP_EOL', "\r\n"); } $original = "YWlFLVEZZUFNaWlhPQ01ZT0lLWU5HTFJQVFNCRUJZVA="; $raw_data = base64_decode($original); print 'Raw key length (used to encode/decode)' . PHP_EOL; print strlen($raw_data) . PHP_EOL; print PHP_EOL; print 'Raw key in hexidecimal format' . PHP_EOL; $hex_key = bin2hex($raw_data); print $hex_key . PHP_EOL; print PHP_EOL; print 'Hexidecimal key length' . PHP_EOL; print strlen($hex_key) . PHP_EOL;
Output for git.master, git.master_jit, rfc.property-hooks
Raw key length (used to encode/decode) 32 Raw key in hexidecimal format 6169452d511965414d6969613d0d35653d252d65391d314941514d0915096550 Hexidecimal key length 64

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:
34.02 ms | 401 KiB | 8 Q