summaryrefslogtreecommitdiff
path: root/src/value.cpp
AgeCommit message (Expand)Author
2014-02-26Fixed makefile to refer to right /usr/ directory, and the operator()() method...v0.1Evangelos Trantos
2014-02-24Added method to retrieve the implementation class from a Value objectEmiel Bruijntjes
2014-02-13Added an assignment operator to Value for nullptrMartijn Otto
2014-02-06Added the call() method for Value objects, allowing calling of member functio...Martijn Otto
2013-12-30exceptions thrown in PHP code can now be caugth and processed by C++ codeEmiel Bruijntjes
2013-12-07replaces tabs in source code with regular spaces, added example for working w...Emiel Bruijntjes
2013-12-07Changed tabs in whitespace with newlines, added initial implementation for Va...Emiel Bruijntjes
2013-12-02Updated README.md, implemented more complicated isCallable method and added c...JasperVanEck
2013-12-02isCallable now worksJasperVanEck
2013-12-02Implemented operator(), with support of upto 10 parametersJasperVanEck
2013-10-22Initial setup for dealing with object propertiesEmiel Bruijntjes
2013-10-22{auto} support for modulus operatorEmiel Bruijntjes
2013-10-21removed function that is not in header fileEmiel Bruijntjes
2013-10-20long types have been replaced with int16, int32 and int64 types to make code ...Emiel Bruijntjes
2013-09-26Renamed member class to hashmember, because we're going to use the member cla...Emiel Bruijntjes
2013-09-25{auto} PHP objects can now be implemented in C++. Constructors and destructor...Emiel Bruijntjes
2013-09-12It now is possible to access global variables, using environment[varname], an...Emiel Bruijntjes
2013-09-11The environment object that is passed to functions now always is the same env...Emiel Bruijntjes
2013-09-10Fixed various crashes because hidden pointers were not persistently storedEmiel Bruijntjes
2013-09-08Refactoring function class, and making it even more easy to directly enable n...Emiel Bruijntjes
2013-08-29More progress on implementing nested arraysEmiel Bruijntjes
2013-08-29working with arrays is now almost as simple as it is in PHPEmiel Bruijntjes
2013-08-29Initial implementation for array access operators in Value classEmiel Bruijntjes
2013-08-28added parameter handling, and return value handlingEmiel Bruijntjes
2013-08-28fix compile issuesEmiel Bruijntjes
2013-08-28renamed variable class to value class, and implemented most of the methods in itEmiel Bruijntjes