3v4l.org

run code in 500+ 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:
69.79 ms | 906 KiB | 5 Q