summaryrefslogtreecommitdiff
path: root/documentation/functions.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-23 21:11:57 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-23 21:11:57 +0100
commit68441d448e377f9a61af5c29c793922fff0d9328 (patch)
tree6fc34379b4fc010751c4cd38ea0722f37f1cf085 /documentation/functions.html
parentd8b25fe2e585634567483124a33c3b779d2516f5 (diff)
errors have a limited buffer, and discard any overflow data, replaced std::cout calls with Php::out calls in the documentation
Diffstat (limited to 'documentation/functions.html')
-rw-r--r--documentation/functions.html2
1 files changed, 1 insertions, 1 deletions
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 &amp;params);</code></pre>
void myFunction()
{
- std::cout &lt;&lt; "example output" &lt;&lt; std::endl;
+ Php::out &lt;&lt; "example output" &lt;&lt; std::endl;
}
extern "C" {