3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tables = ['artists', 'locations', 'phinxlog']; $blacklist = ['phinxlog']; foreach($blacklist as $table) { $key = array_search($table, $tables); unset($tables[$key]); }

preferences:
52.15 ms | 402 KiB | 5 Q