3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = pack('c*', -22); $testU = pack('C*', 234); $testC = chr(234); echo $test; echo $testU; echo $testC; echo $test == $testU; echo $testC == $test;

preferences:
62.62 ms | 402 KiB | 5 Q