<?php $logLevel = 'light'; var_dump($logLevel == 'debug' | 'basic' | 'light'); var_dump(in_array($logLevel, ['debug', 'basic', 'light']));
You have javascript disabled. You will not be able to edit any code.