blob: 7b2c179cb5e5b9058e3f05bcb3f6b59981bb8d2f [file] [log] [blame]
<?php
# For finding include.php
set_include_path(realpath(dirname(__FILE__)) . PATH_SEPARATOR . get_include_path());
require "example.php";
echo "Version - " . ((new ReflectionExtension('example'))->getVersion()) . "\n";
?>