php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php_version.h"
Go to the source code of this file.
Functions | |
PHP_MINIT_FUNCTION (calendar) | |
PHP_MINFO_FUNCTION (calendar) | |
Variables | |
zend_module_entry | calendar_module_entry |
#define CAL_EASTER_ALWAYS_GREGORIAN 2 |
Definition at line 29 of file php_calendar.h.
#define CAL_EASTER_ALWAYS_JULIAN 3 |
Definition at line 30 of file php_calendar.h.
#define CAL_EASTER_DEFAULT 0 |
Definition at line 27 of file php_calendar.h.
#define CAL_EASTER_ROMAN 1 |
Definition at line 28 of file php_calendar.h.
#define calendar_module_ptr &calendar_module_entry |
Definition at line 5 of file php_calendar.h.
#define PHP_CALENDAR_VERSION PHP_VERSION |
Definition at line 8 of file php_calendar.h.
#define phpext_calendar_ptr calendar_module_ptr |
Definition at line 15 of file php_calendar.h.
PHP_MINFO_FUNCTION | ( | calendar | ) |
Definition at line 118 of file calendar.c.
PHP_MINIT_FUNCTION | ( | calendar | ) |
Definition at line 111 of file calendar.c.
|
extern |
Definition at line 94 of file calendar.c.