There was an error while loading. Please reload this page.
1 parent 2829abb commit 537ddb3Copy full SHA for 537ddb3
components/process.rst
@@ -60,5 +60,6 @@ instead::
60
61
$process = new PhpProcess(<<<EOF
62
<?php echo 'Hello World'; ?>
63
- EOF);
+ EOF
64
+ );
65
$process->run();
0 commit comments