CPP builtins
authorMichael Wallner <mike@php.net>
Mon, 10 Dec 2018 08:09:45 +0000 (09:09 +0100)
committerMichael Wallner <mike@php.net>
Mon, 10 Dec 2018 08:09:45 +0000 (09:09 +0100)
commitef4e043826e92afd32000b7d945cdf86a6e9a223
tree5ce66ff8fcf32dab72c134993e6aa62f7436e9c6
parent16e375c9503246b179550cd97c0739c916dc802a
CPP builtins

* __BASE_FILE__
* __INCLUDE_LEVEL__
* __TIMESTAMP__
13 files changed:
TODO
src/builtin.c
src/cpp.c
src/cpp.h
src/parser.c
src/parser.h
src/parser_scan.c
src/parser_scan.re
tests/parser/cpp004.phpt
tests/parser/cpp004/base_file.h [new file with mode: 0644]
tests/parser/cpp004/builtins.psi
tests/parser/cpp004/include_level.h [new file with mode: 0644]
tests/parser/cpp004/timestamp.h [new file with mode: 0644]