Skip Report for ext/filter/tests/bug52209.phpt
Script
<?php /* This test makes no sense on windows as an empty variable would never show up in the "set" list. Which means, it's always undefined in PHP. */ if(substr(PHP_OS, 0, 3) == "WIN") die("skip Not for Windows"); if (!extension_loaded("filter") || !empty($_ENV['PWD'])) die("skip"); ?>
Reason
(no reason given)
Generated at Sun, 19 May 2013 20:27:25 +0000 (5 days ago)
|