#include "php.h"
#include "ext/standard/info.h"
#include "php_%EXTNAME%.h"
#include "%EXTNAME%_arginfo.h"
Go to the source code of this file.
◆ ZEND_PARSE_PARAMETERS_NONE
#define ZEND_PARSE_PARAMETERS_NONE |
( |
| ) |
|
Value:
ZEND_PARSE_PARAMETERS_END()
#define ZEND_PARSE_PARAMETERS_START(min_num_args, max_num_args)
Definition at line 14 of file skeleton.c.
◆ PHP_FUNCTION() [1/2]
◆ PHP_FUNCTION() [2/2]
◆ PHP_MINFO_FUNCTION()
PHP_MINFO_FUNCTION |
( |
%EXTNAME% | | ) |
|
◆ PHP_RINIT_FUNCTION()
PHP_RINIT_FUNCTION |
( |
%EXTNAME% | | ) |
|
◆ _module_entry
Initial value:= {
"%EXTNAME%",
ext_functions,
PHP_%EXTNAMECAPS%_VERSION,
}
#define STANDARD_MODULE_HEADER
#define STANDARD_MODULE_PROPERTIES
Definition at line 67 of file skeleton.c.