#include "php.h"
#include "php_ini.h"
#include "php_globals.h"
#include "ext/standard/head.h"
#include "ext/standard/html.h"
#include "info.h"
#include "credits.h"
#include "css.h"
#include "SAPI.h"
#include <time.h>
#include "php_main.h"
#include "zend_globals.h"
#include "zend_extensions.h"
#include "zend_highlight.h"
#include "url.h"
Go to the source code of this file.
◆ SECTION
Value:
php_info_print(
"<h2>" name "</h2>\n"); \
} else { \
php_info_print_table_start(); \
php_info_print_table_header(1,
name); \
php_info_print_table_end(); \
} \
SAPI_API sapi_module_struct sapi_module
Definition at line 42 of file info.c.
◆ PHP_FUNCTION() [1/7]
◆ PHP_FUNCTION() [2/7]
◆ PHP_FUNCTION() [3/7]
◆ PHP_FUNCTION() [4/7]
◆ PHP_FUNCTION() [5/7]
◆ PHP_FUNCTION() [6/7]
◆ PHP_FUNCTION() [7/7]
◆ php_get_uname()
◆ php_info_print_box_end()
◆ php_info_print_box_start()
◆ php_info_print_hr()
◆ php_info_print_module()
◆ php_info_print_style()
◆ php_info_print_table_colspan_header()
PHPAPI ZEND_COLD void php_info_print_table_colspan_header |
( |
int | num_cols, |
|
|
const char * | header ) |
◆ php_info_print_table_end()
◆ php_info_print_table_header()
◆ php_info_print_table_row()
◆ php_info_print_table_row_ex()
PHPAPI ZEND_COLD void php_info_print_table_row_ex |
( |
int | num_cols, |
|
|
const char * | value_class, |
|
|
| ... ) |
◆ php_info_print_table_start()
◆ php_print_info()
◆ php_print_info_htmlhead()
◆ php_ini_opened_path
PHPAPI char* php_ini_opened_path |
|
extern |
◆ php_ini_scanned_files
PHPAPI char* php_ini_scanned_files |
( |
| ) |
|
|
extern |
◆ php_ini_scanned_path
PHPAPI char* php_ini_scanned_path |
|
extern |