blob: e2b276313ebac9a7feff3ce1b5d9ad9218b5929b [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";