3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types = 1); $handle = fopen(__FILE__, 'r'); var_dump(flock($handle, LOCK_EX|LOCK_SH)); // only LOCK_SH is honored - php should throw here var_dump(file_get_contents(__FILE__));

preferences:
48.28 ms | 407 KiB | 5 Q