3v4l.org

run code in 300+ PHP versions simultaneously
<?php class streamWrapper { public function stream_lock($operation ) { var_dump($operation); } } stream_wrapper_register('test', 'streamWrapper'); $fp = fopen('test://waa'); flock($fp, LOCK_EX);

preferences:
59.08 ms | 402 KiB | 5 Q