3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Copied from tests/_support/Commands/Foobar.php $template = "<?php use Config\App; use CodeIgniter\CLI\CLI; return [ 'foo' => 'The command will use this as foo.', 'bar' => 'The command will use this as bar.', 'baz' => 'The baz is here.', 'bas' => CLI::color('bas', 'green') . (new App())->baseURL, ]; "; preg_match( '/(?P<imports>(?:^use [^;]+;$\n?)+)/m', $template, $match ); var_dump($match); // empty 'imports'

preferences:
23.01 ms | 405 KiB | 5 Q