summaryrefslogtreecommitdiff
path: root/Examples
AgeCommit message (Collapse)Author
2013-12-13add macros for PHP 5.3Gu Weigang
2013-12-08Fixed calling callback functions that were passed as array membersEmiel Bruijntjes
2013-12-07Implemented operator overloading for hash membersEmiel Bruijntjes
2013-12-07replaces tabs in source code with regular spaces, added example for working ↵Emiel Bruijntjes
with global variables
2013-12-07Renamed ini files so that multiple examples can be loaded at the same timeEmiel Bruijntjes
2013-12-07initial ini file for globals exampleEmiel Bruijntjes
2013-12-02Added CppClassInPhp ExampleJasperVanEck
2013-12-02Updated README.md, implemented more complicated isCallable method and added ↵JasperVanEck
comments to value.cpp
2013-12-02isCallable now worksJasperVanEck
2013-12-02Added example of a php function call, but isCallable() doesnt workJasperVanEck
2013-11-29trying to remove the blocks the text is inJasperVanEck
2013-11-29Changed markdown of Example README.mdJasperVanEck
2013-11-29Changes in exceptions, to distinguish between catching and throwing ↵JasperVanEck
exceptions. README.md of examples is doen for now
2013-11-29README.md almost finished, Exception is just left.JasperVanEck
2013-11-29Further update README.mdJasperVanEck
2013-11-29README.md updateJasperVanEck
2013-11-29Partial README.md for examplesJasperVanEck
2013-11-29Comment updateJasperVanEck
2013-11-28removed a debugging coutJasperVanEck
2013-11-28Added a very basic exception class, and added an exception exampleJasperVanEck
2013-11-28Additional functions with parameters; references, objects and arraysJasperVanEck
2013-11-28comments updated, and Exception example addedJasperVanEck
2013-11-28New Examples added, functionreturnvalue, functionnoparameters and ↵JasperVanEck
functionwithparameters, also added ini files and updated the make files with an install option, for easy use
2013-11-28New Examples added, functionreturnvalue, functionnoparameters and ↵JasperVanEck
functionwithparameters
2013-11-28Added extension and functionvoid exmapleJasperVanEck
2013-11-28Moved tests to ExamplesJasperVanEck