php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
com_extension.c File Reference
#include <intsafe.h>
#include "php.h"
#include "php_ini.h"
#include "ext/standard/info.h"
#include "php_com_dotnet.h"
#include "php_com_dotnet_internal.h"
#include "Zend/zend_exceptions.h"
#include "Zend/zend_interfaces.h"
#include "com_extension_arginfo.h"

Go to the source code of this file.

Macros

#define PHP_DISP_E_DIVBYZERO   DISP_E_DIVBYZERO
 
#define PHP_DISP_E_OVERFLOW   DISP_E_OVERFLOW
 
#define PHP_DISP_E_BADINDEX   DISP_E_BADINDEX
 
#define PHP_DISP_E_PARAMNOTFOUND   DISP_E_PARAMNOTFOUND
 
#define PHP_MK_E_UNAVAILABLE   MK_E_UNAVAILABLE
 

Functions

 PHP_MINIT_FUNCTION (com_dotnet)
 
 PHP_MSHUTDOWN_FUNCTION (com_dotnet)
 
 PHP_RINIT_FUNCTION (com_dotnet)
 
 PHP_RSHUTDOWN_FUNCTION (com_dotnet)
 
 PHP_MINFO_FUNCTION (com_dotnet)
 

Variables

zend_class_entryphp_com_variant_class_entry
 
zend_class_entryphp_com_exception_class_entry
 
zend_class_entryphp_com_saproxy_class_entry
 
zend_module_entry com_dotnet_module_entry
 

Macro Definition Documentation

◆ PHP_DISP_E_BADINDEX

#define PHP_DISP_E_BADINDEX   DISP_E_BADINDEX

Definition at line 40 of file com_extension.c.

◆ PHP_DISP_E_DIVBYZERO

#define PHP_DISP_E_DIVBYZERO   DISP_E_DIVBYZERO

Definition at line 38 of file com_extension.c.

◆ PHP_DISP_E_OVERFLOW

#define PHP_DISP_E_OVERFLOW   DISP_E_OVERFLOW

Definition at line 39 of file com_extension.c.

◆ PHP_DISP_E_PARAMNOTFOUND

#define PHP_DISP_E_PARAMNOTFOUND   DISP_E_PARAMNOTFOUND

Definition at line 41 of file com_extension.c.

◆ PHP_MK_E_UNAVAILABLE

#define PHP_MK_E_UNAVAILABLE   MK_E_UNAVAILABLE

Definition at line 42 of file com_extension.c.

Function Documentation

◆ PHP_MINFO_FUNCTION()

PHP_MINFO_FUNCTION ( com_dotnet )

Definition at line 253 of file com_extension.c.

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( com_dotnet )

Definition at line 174 of file com_extension.c.

◆ PHP_MSHUTDOWN_FUNCTION()

PHP_MSHUTDOWN_FUNCTION ( com_dotnet )

Definition at line 216 of file com_extension.c.

◆ PHP_RINIT_FUNCTION()

PHP_RINIT_FUNCTION ( com_dotnet )

Definition at line 232 of file com_extension.c.

◆ PHP_RSHUTDOWN_FUNCTION()

PHP_RSHUTDOWN_FUNCTION ( com_dotnet )

Definition at line 240 of file com_extension.c.

Variable Documentation

◆ com_dotnet_module_entry

zend_module_entry com_dotnet_module_entry
Initial value:
= {
"com_dotnet",
ext_functions,
PHP_MINIT(com_dotnet),
PHP_MSHUTDOWN(com_dotnet),
PHP_RINIT(com_dotnet),
PHP_RSHUTDOWN(com_dotnet),
PHP_MINFO(com_dotnet),
PHP_MODULE_GLOBALS(com_dotnet),
PHP_GINIT(com_dotnet),
}
#define NULL
Definition gdcache.h:45
#define PHP_GINIT
Definition php.h:397
#define PHP_MINFO
Definition php.h:396
#define PHP_RINIT
Definition php.h:394
#define PHP_MSHUTDOWN
Definition php.h:393
#define PHP_RSHUTDOWN
Definition php.h:395
#define PHP_MINIT
Definition php.h:392
#define PHP_MODULE_GLOBALS
Definition php.h:408
#define PHP_COM_DOTNET_VERSION
#define STANDARD_MODULE_HEADER
#define STANDARD_MODULE_PROPERTIES_EX

Definition at line 56 of file com_extension.c.

◆ php_com_exception_class_entry

zend_class_entry * php_com_exception_class_entry

Definition at line 52 of file com_extension.c.

◆ php_com_saproxy_class_entry

zend_class_entry * php_com_saproxy_class_entry

Definition at line 53 of file com_extension.c.

◆ php_com_variant_class_entry

zend_class_entry* php_com_variant_class_entry

Definition at line 51 of file com_extension.c.