示例#1
0
 function __shell_print_var($shell, $var)
 {
     if (!$shell->has_semicolon) {
         echo Prado::varDump($var);
     }
 }