aboutsummaryrefslogtreecommitdiff
path: root/Examples/php/pragmas/runme.php
blob: e2b276313ebac9a7feff3ce1b5d9ad9218b5929b (plain)
1
2
3
4
5
6
7
8
<?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";