Home
last modified time | relevance | path

Searched refs:guid (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/Zend/tests/
H A Dbug60598.phpt13 $this->guid = 1;
/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c434 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 Dphp_com_dotnet_internal.h176 int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, …

Completed in 9 milliseconds