Skip to main content

PHPOutput

Output of the PHP.wasm runtime.

Index

Properties

exitCode

exitCode: number

Exit code of the PHP process. 0 means success, 1 and 2 mean error.

stderr

stderr: string[]

Stderr lines

stdout

stdout: ArrayBuffer

Stdout data