From 68441d448e377f9a61af5c29c793922fff0d9328 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sun, 23 Mar 2014 21:11:57 +0100 Subject: errors have a limited buffer, and discard any overflow data, replaced std::cout calls with Php::out calls in the documentation --- documentation/functions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/functions.html') diff --git a/documentation/functions.html b/documentation/functions.html index 58f2394..c8a521b 100644 --- a/documentation/functions.html +++ b/documentation/functions.html @@ -32,7 +32,7 @@ Php::Value example4(Php::Parameters &params); void myFunction() { - std::cout << "example output" << std::endl; + Php::out << "example output" << std::endl; } extern "C" { -- cgit v1.2.3