<?php ob_start(); $ext = new ReflectionExtension('pcre'); $ext->info(); $info = ob_get_clean(); preg_match('/PCRE Library Version => (.*)/', $info, $m); echo $m[1];
You have javascript disabled. You will not be able to edit any code.