3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = "I am a thing, I have the phrase testing in me!"; $criteria = array( 'type' => 'irc', 'function' => 'strpos', 'params' => array( 'return $input;', '"testing";' ) ); $params = array(); foreach($criteria['params'] as $param){ $params[] = eval($param); } print_r($params);

preferences:
36.45 ms | 402 KiB | 5 Q