You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot open the buffered I/O php://input and php://output constants.
Also, the STDIN, STDOUT and STDERR constants that should set to be already-opened php://stdin, php://stdout, php://stderr streams are just strings.
Regarding php://input, I don’t really understand how to integrate this into the engine, because jphp does not implement web functionality as in the original php.
Cannot open the buffered I/O
php://input
andphp://output
constants.Also, the STDIN, STDOUT and STDERR constants that should set to be already-opened
php://stdin
,php://stdout
,php://stderr
streams are just strings.Code:
Result:
The buffered I/O streams can just be linked to stdin and stdout, like they normally are on PHP CLI.
The text was updated successfully, but these errors were encountered: