Searched refs:hr (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/com_dotnet/ |
H A D | com_dotnet.c | 125 HRESULT hr; in dotnet_bind_runtime() local 155 return hr; in dotnet_bind_runtime() 160 HRESULT hr; in dotnet_init() local 173 if (FAILED(hr)) in dotnet_init() 179 if (FAILED(hr)) in dotnet_init() 184 if (FAILED(hr)) in dotnet_init() 189 if (FAILED(hr)) in dotnet_init() 211 return hr; in dotnet_init() 227 HRESULT hr; in PHP_METHOD() local 245 if (FAILED(hr)) { in PHP_METHOD() [all …]
|
H A D | com_com.c | 190 qi.hr = S_OK; in PHP_METHOD() 195 res = qi.hr; in PHP_METHOD() 335 HRESULT hr; in php_com_invoke_helper() local 345 switch (hr) { in php_com_invoke_helper() 406 return hr; in php_com_invoke_helper() 414 HRESULT hr; in php_com_get_id_of_name() local 452 return hr; in php_com_get_id_of_name() 461 HRESULT hr; in php_com_do_invoke_byref() local 589 HRESULT hr; in php_com_do_invoke_by_id() local 626 return hr; in php_com_do_invoke_by_id() [all …]
|
H A D | com_typeinfo.c | 67 HRESULT hr; in php_com_load_typelib() local 90 hr = LoadRegTypeLib((REFGUID)&clsid, major_i, minor_i, LANG_NEUTRAL, &TL); in php_com_load_typelib() 94 if (FAILED(hr) && (major == NULL || minor == NULL)) { in php_com_load_typelib() 99 …if (SUCCEEDED(hr = CoCreateInstance(&clsid, NULL, CLSCTX_SERVER, &IID_IDispatch, (LPVOID*)&disp)) … in php_com_load_typelib() 100 SUCCEEDED(hr = IDispatch_GetTypeInfo(disp, 0, LANG_NEUTRAL, &info))) { in php_com_load_typelib() 101 hr = ITypeInfo_GetContainingTypeLib(info, &TL, &idx); in php_com_load_typelib()
|
/PHP-8.3/ext/xsl/tests/ |
H A D | bug53965.phpt | 24 <h1>Fight for your mind</h1><h2>by Ben Harper - 1995</h2><hr> 25 <h1>Electric Ladyland</h1><h2>by Jimi Hendrix - 1997</h2><hr>
|
H A D | transformToDoc_sxe_type_error.phpt | 43 ["hr"]=>
|
/PHP-8.3/ext/xsl/tests/53965/ |
H A D | include.xsl | 5 <hr />
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | str_split_variation4.phpt | 129 string(5) "hr(0)"
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_detect_encoding.phpt | 288 "Dabei passierten die vier anderen Trajekte die „Altefähr“",
|
Completed in 13 milliseconds