3v4l.org

run code in 300+ PHP versions simultaneously
<?php $decodedMailserviceMessageId = base64_decode('fXPz_eGH0xU'); $mailserviceMessageId = unpack('P', $decodedMailserviceMessageId)[1]; print_r($mailservicMessageId);
Output for git.master, git.master_jit
Warning: unpack(): Type P: not enough input, need 8, have 7 in /in/unnpg on line 4 Warning: Trying to access array offset on value of type bool in /in/unnpg on line 4 Warning: Undefined variable $mailservicMessageId in /in/unnpg on line 6
Output for rfc.property-hooks
Warning: unpack(): Type P: not enough input values, need 8 values but only 7 were provided in /in/unnpg on line 4 Warning: Trying to access array offset on false in /in/unnpg on line 4 Warning: Undefined variable $mailservicMessageId in /in/unnpg on line 6

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