Searched refs:dotnet (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/com_dotnet/tests/ |
H A D | bug77177.phpt | 7 if (!class_exists("dotnet")) die("skip mscoree not available"); 12 $dotnet = new DOTNET("mscorlib", "System.Collections.Stack"); 14 foreach ([$com, $dotnet, $variant] as $object) { 22 $strings = ['C:3:"com":0:{}', 'C:6:"dotnet":0:{}', 'C:7:"variant":0:{}']; 31 $strings = ['O:3:"com":0:{}', 'O:6:"dotnet":0:{}', 'O:7:"variant":0:{}']; 42 Exception: Serialization of 'dotnet' is not allowed 45 Exception: Unserialization of 'dotnet' is not allowed 48 Exception: Unserialization of 'dotnet' is not allowed
|
H A D | bug73679.phpt | 8 if (!class_exists("dotnet")) die("skip mscoree not available"); 22 #0 %sbug73679.php(%d): dotnet->__construct('mscorlib', 'System.Collecti...', -2200000000)
|
/PHP-8.3/ext/com_dotnet/ |
H A D | config.w32 | 3 ARG_ENABLE("com-dotnet", "COM and .Net support", "yes");
|
H A D | com_extension_arginfo.h | 170 ZEND_METHOD(dotnet, __construct); 225 ZEND_ME(dotnet, __construct, arginfo_class_dotnet___construct, ZEND_ACC_PUBLIC)
|
H A D | com_extension.stub.php | 367 class dotnet extends variant class
|
H A D | php_com_dotnet_internal.h | 122 PHP_METHOD(dotnet, __construct);
|
H A D | com_dotnet.c | 218 PHP_METHOD(dotnet, __construct) in PHP_METHOD() argument
|
/PHP-8.3/.github/scripts/windows/ |
H A D | build_task.bat | 44 --enable-com-dotnet=shared ^
|
Completed in 9 milliseconds