Go to the source code of this file.
Classes | |
class | CBTOp |
class | CBTCompiler |
Enumerations | |
enum | CBT_PUSH |
This file contains functions to convert callback templates to other languages. More... | |
enum | CBT_CAT |
Pop, concatenate argument, push Argument 1: value. More... | |
enum | CBT_CATS |
Concatenate where the argument is on the stack, instead of immediate. More... | |
enum | CBT_CALL |
Call a function, push the return value onto the stack and put it in the cache Argument 1: argument count. More... | |
enum | CBT_HX |
Pop, htmlspecialchars, push. More... |
enum CBT_CALL |
Call a function, push the return value onto the stack and put it in the cache Argument 1: argument count.
The arguments to the function are on the stack
Definition at line 35 of file CBTCompiler.php.
enum CBT_CAT |
enum CBT_CATS |
Concatenate where the argument is on the stack, instead of immediate.
Definition at line 27 of file CBTCompiler.php.
enum CBT_HX |
enum CBT_PUSH |
This file contains functions to convert callback templates to other languages.
The template should first be pre-processed with CBTProcessor to remove static sections. Push a value onto the stack Argument 1: value
Definition at line 16 of file CBTCompiler.php.