summaryrefslogtreecommitdiff
path: root/zend/constant.cpp
AgeCommit message (Collapse)Author
2015-01-25added functions Php::constant() to retrieve the value of a constant, and ↵Emiel Bruijntjes
Php::defined() to find out if a constant is defined
2015-01-25Php::Constant objects can now also be added to a Php::Class to create class ↵Emiel Bruijntjes
constants
2015-01-19the Constant class no longer wraps around a Php::Value, but uses the ↵Emiel Bruijntjes
zend_constant struct directly
2015-01-17added initial implementation for registering constantsEmiel Bruijntjes