12 lines
179 B
PHP
12 lines
179 B
PHP
<?php
|
|
|
|
require "tests.php";
|
|
require "php_pragma.php";
|
|
|
|
|
|
check::equal('1.5',(new ReflectionExtension('php_pragma'))->getVersion(),"1.5==version(php_pragma)");
|
|
|
|
check::done();
|
|
|
|
?>
|
|
|