MediaWiki
REL1_31
echo_env.php
Go to the documentation of this file.
1
<?php
2
3
if
( PHP_SAPI !==
'cli'
) {
4
exit( 1 );
5
}
6
7
for
( $i = 1; $i < count(
$argv
); $i++ ) {
8
fprintf( STDOUT,
"%s"
, getenv(
$argv
[$i] ) );
9
10
if
( $i + 1 < count(
$argv
) )
11
fprintf( STDOUT,
"\n"
);
12
}
$argv
global $argv
Definition
autoload.ide.php:24
tests
phpunit
includes
shell
bin
echo_env.php
Generated on Mon Nov 25 2024 15:36:34 for MediaWiki by
1.10.0