php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
zend_highlight.c File Reference
#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)
 

Function Documentation

◆ zend_highlight()

ZEND_API void zend_highlight ( zend_syntax_highlighter_ini * syntax_highlighter_ini)

Definition at line 78 of file zend_highlight.c.

◆ zend_html_putc()

ZEND_API void zend_html_putc ( char c)

Definition at line 28 of file zend_highlight.c.

◆ zend_html_puts()

ZEND_API void zend_html_puts ( const char * s,
size_t len )

Definition at line 50 of file zend_highlight.c.

◆ zend_strip()

ZEND_API void zend_strip ( void )

Definition at line 167 of file zend_highlight.c.