summaryrefslogtreecommitdiff
path: root/zend/constantfuncs.cpp
AgeCommit message (Collapse)Author
2016-05-17Fixed final compilation issuesMartijn Otto
2015-01-25added Php::define() function to create constants at run timeEmiel Bruijntjes
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