summaryrefslogtreecommitdiff
path: root/zend/nativefunction.h
AgeCommit message (Collapse)Author
2015-01-15Added the Php::Function class. This is an extension to the Php::Value class ↵Emiel Bruijntjes
that can be used if you want to assign a std::function object to a Value. This is useful if you want to pass a C++ lambda to a PHP userspace function