Searched refs:guid (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/Zend/tests/ |
H A D | bug60598.phpt | 13 $this->guid = 1;
|
/PHP-5.4/ext/com_dotnet/ |
H A D | com_typeinfo.c | 434 int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, … in php_com_process_typeinfo() argument 451 if (guid) { in php_com_process_typeinfo() 452 memcpy(guid, &attr->guid, sizeof(GUID)); in php_com_process_typeinfo() 462 guidstring = php_com_string_from_clsid(&attr->guid, codepage TSRMLS_CC); in php_com_process_typeinfo()
|
H A D | php_com_dotnet_internal.h | 176 int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, …
|
Completed in 7 milliseconds