Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4090897
echo_args.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
197 B
Referenced Files
None
Subscribers
None
echo_args.php
View Options
<?php
if
(
PHP_SAPI
!==
'cli'
)
{
exit
(
1
);
}
for
(
$i
=
1
;
$i
<
count
(
$argv
);
$i
++
)
{
fprintf
(
STDOUT
,
"%s"
,
$argv
[
$i
]
);
if
(
$i
+
1
<
count
(
$argv
)
)
{
fprintf
(
STDOUT
,
" "
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Aug 18 2026, 11:24 (5 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2e/a9/b53abc9b78c76519f1303fc1eaa3
Default Alt Text
echo_args.php (197 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment