File: ExecTest-stderr.php

package info (click to toggle)
phing 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 9,340 kB
  • sloc: php: 59,826; xml: 9,770; sql: 78; makefile: 39; sh: 14
file content (4 lines) | stat: -rwxr-xr-x 108 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/usr/bin/env php
<?php
array_shift($argv);
file_put_contents('php://stderr', implode(' ', $argv) . "\n");