php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "zend.h"
#include <zend_language_parser.h>
#include "zend_compile.h"
#include "zend_highlight.h"
#include "zend_ptr_stack.h"
#include "zend_globals.h"
#include "zend_exceptions.h"
Go to the source code of this file.
Functions | |
ZEND_API void | zend_html_putc (char c) |
ZEND_API void | zend_html_puts (const char *s, size_t len) |
ZEND_API void | zend_highlight (zend_syntax_highlighter_ini *syntax_highlighter_ini) |
ZEND_API void | zend_strip (void) |
ZEND_API void zend_highlight | ( | zend_syntax_highlighter_ini * | syntax_highlighter_ini | ) |
Definition at line 78 of file zend_highlight.c.
Definition at line 28 of file zend_highlight.c.
Definition at line 50 of file zend_highlight.c.
Definition at line 167 of file zend_highlight.c.