Searched refs:com_dotnet (Results 1 – 25 of 40) sorted by relevance
12
/PHP-8.2/ext/com_dotnet/ |
H A D | php_com_dotnet.h | 32 PHP_MINIT_FUNCTION(com_dotnet); 33 PHP_MSHUTDOWN_FUNCTION(com_dotnet); 34 PHP_RINIT_FUNCTION(com_dotnet); 35 PHP_RSHUTDOWN_FUNCTION(com_dotnet); 36 PHP_MINFO_FUNCTION(com_dotnet); 38 ZEND_BEGIN_MODULE_GLOBALS(com_dotnet) 46 ZEND_END_MODULE_GLOBALS(com_dotnet) 52 ZEND_EXTERN_MODULE_GLOBALS(com_dotnet) 53 #define COMG(v) ZEND_MODULE_GLOBALS_ACCESSOR(com_dotnet, v)
|
H A D | com_extension.c | 60 PHP_MINIT(com_dotnet), 61 PHP_MSHUTDOWN(com_dotnet), 62 PHP_RINIT(com_dotnet), 63 PHP_RSHUTDOWN(com_dotnet), 64 PHP_MINFO(com_dotnet), 66 PHP_MODULE_GLOBALS(com_dotnet), 67 PHP_GINIT(com_dotnet), 78 ZEND_GET_MODULE(com_dotnet) in ZEND_GET_MODULE() argument 175 PHP_MINIT_FUNCTION(com_dotnet) in PHP_MINIT_FUNCTION() argument 230 PHP_RINIT_FUNCTION(com_dotnet) in PHP_RINIT_FUNCTION() argument [all …]
|
H A D | config.w32 | 6 CHECK_LIB('oleaut32.lib', 'com_dotnet'); 7 EXTENSION("com_dotnet", "com_com.c com_dotnet.c com_extension.c \
|
/PHP-8.2/ext/com_dotnet/tests/ |
H A D | bug77578.phpt | 4 com_dotnet 12 if (!extension_loaded('com_dotnet')) dl('com_dotnet');
|
H A D | bug79247.phpt | 4 com_dotnet
|
H A D | bug69939.phpt | 4 com_dotnet
|
H A D | bug49192.phpt | 4 com_dotnet
|
H A D | bug79248.phpt | 4 com_dotnet
|
H A D | bug62474.phpt | 4 com_dotnet
|
H A D | bug79299.phpt | 4 com_dotnet
|
H A D | bug45280.phpt | 4 com_dotnet
|
H A D | bug72498.phpt | 4 com_dotnet
|
H A D | gh8778.phpt | 4 com_dotnet
|
H A D | bug39606.phpt | 4 com_dotnet
|
H A D | bug79242.phpt | 4 com_dotnet
|
H A D | bug39596.phpt | 4 com_dotnet
|
H A D | variant_variation.phpt | 4 com_dotnet
|
H A D | bug63208.phpt | 4 com_dotnet
|
H A D | bug77621.phpt | 4 com_dotnet
|
H A D | bug34272.phpt | 4 com_dotnet
|
H A D | bug78694.phpt | 4 com_dotnet
|
H A D | bug79332.phpt | 4 com_dotnet
|
H A D | bug78650.phpt | 4 com_dotnet
|
H A D | bug64130.phpt | 4 com_dotnet
|
/PHP-8.2/ext/standard/tests/general_functions/ |
H A D | bug77638_1.phpt | 4 com_dotnet
|
Completed in 53 milliseconds
12