php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
dl_test.c File Reference
#include "php.h"
#include "ext/standard/info.h"
#include "php_dl_test.h"
#include "dl_test_arginfo.h"

Go to the source code of this file.

Functions

 PHP_FUNCTION (dl_test_test1)
 
 PHP_FUNCTION (dl_test_test2)
 
 PHP_FUNCTION (dl_test_use_register_functions_directly)
 
 PHP_METHOD (DlTest, test)
 
 PHP_METHOD (DlTestSuperClass, test)
 
 PHP_MINIT_FUNCTION (dl_test)
 
 PHP_RINIT_FUNCTION (dl_test)
 
 PHP_RSHUTDOWN_FUNCTION (dl_test)
 
 PHP_MINFO_FUNCTION (dl_test)
 

Variables

zend_module_entry dl_test_module_entry
 

Function Documentation

◆ PHP_FUNCTION() [1/3]

PHP_FUNCTION ( dl_test_test1 )

Definition at line 29 of file dl_test.c.

◆ PHP_FUNCTION() [2/3]

PHP_FUNCTION ( dl_test_test2 )

Definition at line 38 of file dl_test.c.

◆ PHP_FUNCTION() [3/3]

PHP_FUNCTION ( dl_test_use_register_functions_directly )

Definition at line 59 of file dl_test.c.

◆ PHP_METHOD() [1/2]

PHP_METHOD ( DlTest ,
test  )

Definition at line 79 of file dl_test.c.

◆ PHP_METHOD() [2/2]

PHP_METHOD ( DlTestSuperClass ,
test  )

Definition at line 95 of file dl_test.c.

◆ PHP_MINFO_FUNCTION()

PHP_MINFO_FUNCTION ( dl_test )

Definition at line 176 of file dl_test.c.

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( dl_test )

Definition at line 103 of file dl_test.c.

◆ PHP_RINIT_FUNCTION()

PHP_RINIT_FUNCTION ( dl_test )

Definition at line 150 of file dl_test.c.

◆ PHP_RSHUTDOWN_FUNCTION()

PHP_RSHUTDOWN_FUNCTION ( dl_test )

Definition at line 165 of file dl_test.c.

Variable Documentation

◆ dl_test_module_entry

zend_module_entry dl_test_module_entry
Initial value:
= {
"dl_test",
ext_functions,
PHP_MINIT(dl_test),
PHP_MSHUTDOWN(dl_test),
PHP_RINIT(dl_test),
PHP_RSHUTDOWN(dl_test),
PHP_MINFO(dl_test),
PHP_GINIT(dl_test),
}
#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_DL_TEST_VERSION
Definition php_dl_test.h:23
#define STANDARD_MODULE_HEADER
#define STANDARD_MODULE_PROPERTIES_EX

Definition at line 197 of file dl_test.c.