We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f133e commit 18b0982Copy full SHA for 18b0982
PHPCtags.class.php
@@ -438,8 +438,8 @@ function getChildren() {
438
try {
439
return new ReadableRecursiveDirectoryIterator($this->getPathname());
440
} catch(UnexpectedValueException $e) {
441
- echo "\nPHPPCtags: {$e->getMessage()} - {$this->getPathname()}\n";
+ file_put_contents('php://stderr', "\nPHPPCtags: {$e->getMessage()} - {$this->getPathname()}\n");
442
return new RecursiveArrayIterator(array());
443
}
444
445
-}
+}
0 commit comments