Searched refs:guid (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/ext/pdo_dblib/tests/ |
H A D | stringify_uniqueidentifier.phpt | 17 $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.3/Zend/tests/ |
H A D | bug60598.phpt | 13 $this->guid = 1;
|
/PHP-7.3/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 452 if (guid) { in php_com_process_typeinfo() 453 memcpy(guid, &attr->guid, sizeof(GUID)); in php_com_process_typeinfo() 463 guidstring = php_com_string_from_clsid(&attr->guid, codepage); in php_com_process_typeinfo()
|
H A D | php_com_dotnet_internal.h | 179 int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, …
|
Completed in 8 milliseconds