3v4l.org

run code in 300+ PHP versions simultaneously
<?php function feeds_library_exists($file, $library) { if (TRUE && $path = libraries_get_path($library) && is_file("$path/$file")) { return TRUE; } } function libraries_get_path() { return 'path'; } feeds_library_exists($file = '', $library = '');

preferences:
62.9 ms | 402 KiB | 5 Q