php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_tidy.h File Reference
#include "php_version.h"

Go to the source code of this file.

Macros

#define phpext_tidy_ptr   &tidy_module_entry
 
#define PHP_TIDY_VERSION   PHP_VERSION
 
#define TG(v)
 

Variables

zend_module_entry tidy_module_entry
 
char * default_config
 
bool clean_output
 

Macro Definition Documentation

◆ PHP_TIDY_VERSION

#define PHP_TIDY_VERSION   PHP_VERSION

Definition at line 24 of file php_tidy.h.

◆ phpext_tidy_ptr

#define phpext_tidy_ptr   &tidy_module_entry

Definition at line 21 of file php_tidy.h.

◆ TG

#define TG ( v)
Value:
uint32_t v
Definition cdf.c:1237
#define ZEND_MODULE_GLOBALS_ACCESSOR(module_name, v)
Definition zend_API.h:274

Definition at line 31 of file php_tidy.h.

Variable Documentation

◆ clean_output

bool clean_output

Definition at line 28 of file php_tidy.h.

◆ default_config

char* default_config

Definition at line 27 of file php_tidy.h.

◆ tidy_module_entry

zend_module_entry tidy_module_entry
extern