b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin/phppayment/src/xdebug/tests/debugger/
File Upload :
Current File : E:/www/b-group.old/spfin/phppayment/src/xdebug/tests/debugger/bug00622.inc

<?php
$text = <<<EOD
function foo(\$a1, \$b1) {
  echo("In foo\\nline two of echo\\n");
  return \$a1 = \$b1;
}
EOD;
$text = str_replace("\r\n", "\n", $text);
 eval( $text );
$res = foo(3, 4);
echo $res, "\n";
?>

Copyright © 2019 by b0y-101