Home
last modified time | relevance | path

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

/PHP-8.0/ext/com_dotnet/
H A Dcom_dotnet.c125 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 Dcom_com.c191 qi.hr = S_OK; in PHP_METHOD()
196 res = qi.hr; in PHP_METHOD()
336 HRESULT hr; in php_com_invoke_helper() local
347 switch (hr) { in php_com_invoke_helper()
407 return hr; in php_com_invoke_helper()
415 HRESULT hr; in php_com_get_id_of_name() local
457 return hr; in php_com_get_id_of_name()
466 HRESULT hr; in php_com_do_invoke_byref() local
594 HRESULT hr; in php_com_do_invoke_by_id() local
631 return hr; in php_com_do_invoke_by_id()
[all …]
H A Dcom_typeinfo.c67 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.0/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-8.0/ext/xsl/tests/53965/
H A Dinclude.xsl5 <hr />
/PHP-8.0/ext/standard/tests/strings/
H A Dstr_split_variation4.phpt131 string(5) "hr(0)"

Completed in 13 milliseconds