php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "zend_types.h"
Go to the source code of this file.
Data Structures | |
struct | _zend_syntax_highlighter_ini |
Macros | |
#define | HL_COMMENT_COLOR "#FF8000" /* orange */ |
#define | HL_DEFAULT_COLOR "#0000BB" /* blue */ |
#define | HL_HTML_COLOR "#000000" /* black */ |
#define | HL_STRING_COLOR "#DD0000" /* red */ |
#define | HL_KEYWORD_COLOR "#007700" /* green */ |
Typedefs | |
typedef struct _zend_syntax_highlighter_ini | zend_syntax_highlighter_ini |
Functions | |
ZEND_API void | zend_highlight (zend_syntax_highlighter_ini *syntax_highlighter_ini) |
ZEND_API void | zend_strip (void) |
ZEND_API zend_result | highlight_file (const char *filename, zend_syntax_highlighter_ini *syntax_highlighter_ini) |
ZEND_API void | highlight_string (zend_string *str, zend_syntax_highlighter_ini *syntax_highlighter_ini, const char *str_name) |
ZEND_API void | zend_html_putc (char c) |
ZEND_API void | zend_html_puts (const char *s, size_t len) |
Variables | |
zend_syntax_highlighter_ini | syntax_highlighter_ini |
#define HL_COMMENT_COLOR "#FF8000" /* orange */ |
Definition at line 25 of file zend_highlight.h.
#define HL_DEFAULT_COLOR "#0000BB" /* blue */ |
Definition at line 26 of file zend_highlight.h.
#define HL_HTML_COLOR "#000000" /* black */ |
Definition at line 27 of file zend_highlight.h.
#define HL_KEYWORD_COLOR "#007700" /* green */ |
Definition at line 29 of file zend_highlight.h.
#define HL_STRING_COLOR "#DD0000" /* red */ |
Definition at line 28 of file zend_highlight.h.
typedef struct _zend_syntax_highlighter_ini zend_syntax_highlighter_ini |
ZEND_API zend_result highlight_file | ( | const char * | filename, |
zend_syntax_highlighter_ini * | syntax_highlighter_ini ) |
ZEND_API void highlight_string | ( | zend_string * | str, |
zend_syntax_highlighter_ini * | syntax_highlighter_ini, | ||
const char * | str_name ) |
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.
|
extern |