3v4l.org

run code in 500+ PHP versions simultaneously
<?php declare(strict_types=1); $bytes = pack("V", 101796507803451406); $hex = bin2hex($bytes); echo $hex; $bytes = hex2bin($hex); $result = unpack("V", $bytes); echo $result;
Output for 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
0e00006f Warning: Array to string conversion in /in/ifj5a on line 12 Array

preferences:
47.31 ms | 703 KiB | 4 Q