aboutsummaryrefslogtreecommitdiffhomepage
path: root/php-wasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'php-wasm.c')
-rw-r--r--php-wasm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/php-wasm.c b/php-wasm.c
index cef661f..9c71ca1 100644
--- a/php-wasm.c
+++ b/php-wasm.c
@@ -15,9 +15,7 @@ int EMSCRIPTEN_KEEPALIVE php_wasm_run(const char* code) {
PHP_EMBED_END_BLOCK();
- fprintf(stdout, "\n");
fflush(stdout);
- fprintf(stderr, "\n");
fflush(stderr);
return result == SUCCESS ? 0 : 1;