summaryrefslogtreecommitdiff
path: root/zend/constant.cpp
AgeCommit message (Expand)Author
2015-01-25added functions Php::constant() to retrieve the value of a constant, and Php:...Emiel Bruijntjes
2015-01-25Php::Constant objects can now also be added to a Php::Class to create class c...Emiel Bruijntjes
2015-01-19the Constant class no longer wraps around a Php::Value, but uses the zend_con...Emiel Bruijntjes
2015-01-17added initial implementation for registering constantsEmiel Bruijntjes