<?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__));
You have javascript disabled. You will not be able to edit any code.