Searched refs:dotnet (Results 1 – 9 of 9) sorted by relevance
/PHP-8.0/ext/com_dotnet/tests/ |
H A D | bug77177.phpt | 10 $dotnet = new DOTNET("mscorlib", "System.Collections.Stack"); 12 foreach ([$com, $dotnet, $variant] as $object) { 20 $strings = ['C:3:"com":0:{}', 'C:6:"dotnet":0:{}', 'C:7:"variant":0:{}']; 29 $strings = ['O:3:"com":0:{}', 'O:6:"dotnet":0:{}', 'O:7:"variant":0:{}']; 36 Exception: Serialization of 'dotnet' is not allowed 39 Exception: Unserialization of 'dotnet' is not allowed 47 Warning: Erroneous data format for unserializing 'dotnet' in %s on line %d
|
H A D | bug73679.phpt | 20 #0 %sbug73679.php(%d): dotnet->__construct('mscorlib', 'System.Collecti...', -2200000000)
|
/PHP-8.0/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 | 80 class dotnet 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.0/.github/scripts/windows/ |
H A D | build_task.bat | 62 --enable-com-dotnet=shared ^
|
/PHP-8.0/ |
H A D | UPGRADING | 1125 dotnet objects.
|
Completed in 14 milliseconds