<?php $array = array_filter(['one', 'two'], function($value) { return $value === 'two'; }); var_export($array[0]);
You have javascript disabled. You will not be able to edit any code.