3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = array( 'permissions2', 'this2', 'test'); $toost = array('permissions2', 'test', 'this2'); $yo = array_diff($toost, $test); if ($yo) echo 'false'; else echo 'true';

preferences:
40.72 ms | 402 KiB | 5 Q