Home
last modified time | relevance | path

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

/PHP-7.0/ext/pdo_dblib/tests/
H A Dstringify_uniqueidentifier.phpt17 $sql = "SELECT CAST('$testGUID' as uniqueidentifier) as [guid]";
34 var_dump($row['guid'] === $testGUIDBinary);
45 var_dump($row['guid'] === $testGUIDBinary);
58 var_dump($row['guid'] === $testGUID);
59 var_dump($row['guid']);
/PHP-7.0/Zend/tests/
H A Dbug60598.phpt13 $this->guid = 1;
/PHP-7.0/ext/com_dotnet/
H A Dcom_typeinfo.c433 int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, … in php_com_process_typeinfo() argument
450 if (guid) { in php_com_process_typeinfo()
451 memcpy(guid, &attr->guid, sizeof(GUID)); in php_com_process_typeinfo()
461 guidstring = php_com_string_from_clsid(&attr->guid, codepage); in php_com_process_typeinfo()
H A Dphp_com_dotnet_internal.h179 int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, …

Completed in 10 milliseconds