Home
last modified time | relevance | path

Searched refs:hr (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/com_dotnet/
H A Dcom_dotnet.c124 HRESULT hr; in dotnet_init() local
139 if (FAILED(hr)) in dotnet_init()
145 if (FAILED(hr)) in dotnet_init()
150 if (FAILED(hr)) in dotnet_init()
155 if (FAILED(hr)) in dotnet_init()
177 return hr; in dotnet_init()
193 HRESULT hr; in PHP_FUNCTION() local
204 if (FAILED(hr)) { in PHP_FUNCTION()
217 if (FAILED(hr)) { in PHP_FUNCTION()
229 if (FAILED(hr)) { in PHP_FUNCTION()
[all …]
H A Dcom_com.c214 qi.hr = S_OK; in PHP_FUNCTION()
219 res = qi.hr; in PHP_FUNCTION()
354 HRESULT hr; in php_com_invoke_helper() local
365 switch (hr) { in php_com_invoke_helper()
425 return hr; in php_com_invoke_helper()
433 HRESULT hr; in php_com_get_id_of_name() local
475 return hr; in php_com_get_id_of_name()
484 HRESULT hr; in php_com_do_invoke_byref() local
612 HRESULT hr; in php_com_do_invoke_by_id() local
649 return hr; in php_com_do_invoke_by_id()
[all …]
H A Dcom_typeinfo.c69 HRESULT hr; in php_com_load_typelib() local
92 hr = LoadRegTypeLib((REFGUID)&clsid, major_i, minor_i, LANG_NEUTRAL, &TL); in php_com_load_typelib()
96 if (FAILED(hr) && (major == NULL || minor == NULL)) { in php_com_load_typelib()
101 …if (SUCCEEDED(hr = CoCreateInstance(&clsid, NULL, CLSCTX_SERVER, &IID_IDispatch, (LPVOID*)&disp)) … in php_com_load_typelib()
102 SUCCEEDED(hr = IDispatch_GetTypeInfo(disp, 0, LANG_NEUTRAL, &info))) { in php_com_load_typelib()
103 hr = ITypeInfo_GetContainingTypeLib(info, &TL, &idx); in php_com_load_typelib()
/PHP-7.4/ext/xsl/tests/
H A Dbug53965.phpt26 <h1>Fight for your mind</h1><h2>by Ben Harper - 1995</h2><hr>
27 <h1>Electric Ladyland</h1><h2>by Jimi Hendrix - 1997</h2><hr>
/PHP-7.4/ext/xsl/tests/53965/
H A Dinclude.xsl5 <hr />
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_split_variation4.phpt139 string(5) "hr(0)"

Completed in 32 milliseconds