summaryrefslogtreecommitdiff
path: root/documentation/parameters.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-05 23:45:11 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-05 23:45:11 +0100
commit4225fc6a2d104d26f6c3c93d87505bcdccd9083d (patch)
tree09694d0f88655969b6da2728c7633a1cf500740e /documentation/parameters.html
parentd3250ebdb03b6140cfa5b2c3111b594a5cda2c69 (diff)
update to documentation
Diffstat (limited to 'documentation/parameters.html')
-rw-r--r--documentation/parameters.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/parameters.html b/documentation/parameters.html
index cd3bc23..1bf3d8d 100644
--- a/documentation/parameters.html
+++ b/documentation/parameters.html
@@ -75,7 +75,7 @@ function example3(int $param)
</code></pre>
</p>
<p>
- The same is true for native functions. Although the core PHP engine offers
+ The same is true for native functions. Although the core PHP engine and PHP-CPP offers
the possibility to specify that your function only accepts parameters of type
"Php::Type::Numeric" or of type "Php::Type::String", this setting is further
completely ignored. Maybe this is going to change in the