Skip to content

Commit

Permalink
Update phpcallparm1.php
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschoen authored Jul 4, 2024
1 parent b56b95f commit 48d12c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qshphp/phpcallparm1.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// https://www.php.net/manual/en/features.commandline.webserver.php
echo("This is a parameter return sample\n");
echo("Send return parm info to STDOUT prefix coded RETURNPARM01 - RETURNPARM10.\n");
echo("The return parmaeter data gets extracted by the QSHCALL CL command from STDOUT\n");
echo("The return parameter data gets extracted by the QSHCALL CL command from STDOUT\n");

// Format return parameter examples for QSHCALL to pick up from STDOUT log
echo("RETURNPARM01:" . $parm01 . "\n");
Expand Down

0 comments on commit 48d12c5

Please sign in to comment.