3v4l.org

run code in 500+ 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:
111.62 ms | 2165 KiB | 5 Q