3v4l.org

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

preferences:
44.22 ms | 402 KiB | 5 Q