Mar*_*ala 0 php stderr
The following code
<?php exit("where"); ?>
prints the word where to stdout.
where
stdout
How to print exit() output to stderr?
exit()
stderr
Gia*_*mPy 5
Just do:
fprintf(STDERR, "where"); exit();
归档时间:
7 年,9 月 前
查看次数:
256 次
最近记录: