3v4l.org

run code in 300+ PHP versions simultaneously
<?php version_compare(PHP_VERSION, '5.0.0', '>=') or die('SKIPPED'); $exts = array( 'dotnet', 'hw', 'swf', 'xslt', 'qtdom', 'i18n', 'w32api', 'notes', 'objaggregation', 'java', 'msession', 'fam', 'soap', ); foreach ($exts as $ext) { echo "{$ext}: "; try { ReflectionExtension::export('dotnet'); $success = true; } catch (ReflectionException $e) { $success = false; } echo ($success ? "AVAILABLE" : "-"); echo "\n"; }

preferences:
37.44 ms | 402 KiB | 5 Q