nothing returned!
show code
<?php
ob_start
();
echo
'<pre>'
;
$last_line
=
system
(
'ls'
);
ob_clean
();
echo
'nothing returned!'
;
?>