<?php
if (!getenv('PHP_PEAR_RUNTESTS')) {
echo 'skip';
+ exit();
}
include 'PEAR/Config.php';
$pv = phpversion() . '';
umask: Unix file mask
username: PEAR username (for maintainers)
verbose: Debug Log Level
-done
\ No newline at end of file
+done
<?php
if (!getenv('PHP_PEAR_RUNTESTS')) {
echo 'skip';
+ exit();
}
include_once 'PEAR/Config.php';
$pv = phpversion() . '';
umask: Unix file mask
username: PEAR username (for maintainers)
verbose: Debug Log Level
-done
\ No newline at end of file
+done
<?php
if (!getenv('PHP_PEAR_RUNTESTS')) {
echo 'skip';
+ exit();
}
$statedir = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'registry_tester';
if (file_exists($statedir)) {
<?php
if (!getenv('PHP_PEAR_RUNTESTS')) {
echo 'skip';
+ exit();
}
$statedir = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'registry_tester';
if (file_exists($statedir)) {
$av = $pv{0} == '4' ? 'apiversion' : 'apiVersion';
if (!in_array($av, get_class_methods('PEAR_Registry'))) {
echo 'skip';
+ exit();
}
if (PEAR_Registry::apiVersion() != '1.1') {
echo 'skip';