summaryrefslogtreecommitdiff
path: root/documentation/calling-functions-and-methods.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-08 19:36:16 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-08 19:36:16 +0100
commit25e162cbf64763245def4d11b4be40ced11ee330 (patch)
tree0d134472991c19278525bfc0c2e4cbeebca8dca2 /documentation/calling-functions-and-methods.html
parent8b64e27a4ac8000c08d154b6343cf6bcd537a014 (diff)
added information about Php::GLOBALS to the documentation, added article about the lifetime of an extension
Diffstat (limited to 'documentation/calling-functions-and-methods.html')
-rw-r--r--documentation/calling-functions-and-methods.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/calling-functions-and-methods.html b/documentation/calling-functions-and-methods.html
index 5a0da07..8e2e7ba 100644
--- a/documentation/calling-functions-and-methods.html
+++ b/documentation/calling-functions-and-methods.html
@@ -159,5 +159,5 @@ lambda function called with param some parameter
<p>
If you call a function or a method that does not exist, a Php::Exception
will be thrown. If you do not catch this exception in your C++ code, it
- will bubble up and also appear in PHP user space as an exception.
+ will bubble up and appear in PHP user space.
</p>