Files
ANSLibs/swig-4.3.0/Examples/php/pragmas/runme.php

9 lines
224 B
PHP
Raw Normal View History

<?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";