Because this was after the closing ?> it was resulting in a blank line in the testcase output.
11 lines
178 B
PHP
11 lines
178 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();
|
|
|
|
?>
|