3v4l.org

run code in 300+ PHP versions simultaneously
<?php $m1 = str_repeat("\x80", 32); $m2 = str_repeat("\x80", 33554432); $end1 = $end2 = $start = microtime(true); $hash1 = hash('sha256', $m1); $end1 = microtime(true); $hash2 = hash('sha256', $m2); $end2 = microtime(true); var_dump( $end1 - $start, $end2 - $start );

preferences:
33.8 ms | 402 KiB | 5 Q