summaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/php_pragma_runme.php
blob: ae92f681810c69e31656cc75f47195e29ef9da82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

require "tests.php";
require "php_pragma.php";


check::equal('1.5',(new ReflectionExtension('php_pragma'))->getVersion(),"1.5==version(php_pragma)");

check::done();

?>