Searched refs:com_dotnet (Results 1 – 25 of 35) sorted by relevance
12
/PHP-8.1/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 | 45 PHP_MINIT(com_dotnet), 46 PHP_MSHUTDOWN(com_dotnet), 47 PHP_RINIT(com_dotnet), 48 PHP_RSHUTDOWN(com_dotnet), 49 PHP_MINFO(com_dotnet), 51 PHP_MODULE_GLOBALS(com_dotnet), 52 PHP_GINIT(com_dotnet), 63 ZEND_GET_MODULE(com_dotnet) in ZEND_GET_MODULE() argument 160 PHP_MINIT_FUNCTION(com_dotnet) in PHP_MINIT_FUNCTION() argument 290 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.1/ext/com_dotnet/tests/ |
H A D | gh8778.phpt | 5 if (!extension_loaded("com_dotnet")) die("skip com_dotnet extension not available");
|
H A D | bug77578.phpt | 4 com_dotnet 12 $command = "$php $iniopt -d extension=com_dotnet -d com.autoregister_typelib=1 -r \"new COM('WbemSc…
|
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 | bug39606.phpt | 4 com_dotnet
|
H A D | bug79242.phpt | 4 com_dotnet
|
H A D | bug39596.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
|
H A D | bug66322.phpt | 4 com_dotnet
|
/PHP-8.1/ext/standard/tests/general_functions/ |
H A D | bug77638_1.phpt | 4 com_dotnet
|
Completed in 19 milliseconds
12