summaryrefslogtreecommitdiff
path: root/src/callable.cpp
AgeCommit message (Expand)Author
2014-03-17in php 5.3 environments, not all code was correctly initialized which resulte...Emiel Bruijntjes
2014-03-11implemented __call() functionEmiel Bruijntjes
2014-03-10deal with magic methods and magic interfaces that throw exceptionsEmiel Bruijntjes
2014-03-07removed debug codeEmiel Bruijntjes
2014-03-07removed tabs from makefile, work in progress on implementing SPL interfacesEmiel Bruijntjes
2014-03-02types are not a C++11 class, introduced FixedValue class that can not change ...Emiel Bruijntjes
2014-03-01namespace implementation, compile issue for php 5.4 and higherEmiel Bruijntjes
2014-02-28a lot of refactoring, to make it much easier to define classes in an extensionEmiel Bruijntjes
2013-09-09work in progressEmiel Bruijntjes
2013-09-08Refactoring function class, and making it even more easy to directly enable n...Emiel Bruijntjes
2013-08-31{auto} work in progressEmiel Bruijntjes
2013-08-29More progress on implementing nested arraysEmiel Bruijntjes
2013-08-29work in progress on nested arrays (still crashes with sigsegv)Emiel Bruijntjes
2013-08-29working with arrays is now almost as simple as it is in PHPEmiel Bruijntjes
2013-08-28added parameter handling, and return value handlingEmiel Bruijntjes
2013-08-28renamed variable class to value class, and implemented most of the methods in itEmiel Bruijntjes
2013-08-25By hiding a pointer to the callable object in front of the function name we h...Emiel Bruijntjes
2013-08-25{more work in progress: the function that was defined with c++ now gets calls...Emiel Bruijntjes