Searched refs:hr (Results 1 – 6 of 6) sorted by relevance
/PHP-5.6/ext/com_dotnet/ |
H A D | com_dotnet.c | 126 HRESULT hr; in dotnet_init() local 141 if (FAILED(hr)) in dotnet_init() 147 if (FAILED(hr)) in dotnet_init() 152 if (FAILED(hr)) in dotnet_init() 157 if (FAILED(hr)) in dotnet_init() 179 return hr; in dotnet_init() 195 HRESULT hr; in PHP_FUNCTION() local 204 if (FAILED(hr)) { in PHP_FUNCTION() 219 if (FAILED(hr)) { in PHP_FUNCTION() 232 if (FAILED(hr)) { in PHP_FUNCTION() [all …]
|
H A D | com_com.c | 201 qi.hr = S_OK; in PHP_FUNCTION() 206 res = qi.hr; in PHP_FUNCTION() 343 HRESULT hr; in php_com_invoke_helper() local 354 switch (hr) { in php_com_invoke_helper() 414 return hr; in php_com_invoke_helper() 422 HRESULT hr; in php_com_get_id_of_name() local 460 return hr; in php_com_get_id_of_name() 469 HRESULT hr; in php_com_do_invoke_byref() local 590 HRESULT hr; in php_com_do_invoke_by_id() local 627 return hr; in php_com_do_invoke_by_id() [all …]
|
H A D | com_typeinfo.c | 44 HRESULT hr; in php_com_load_typelib() local 67 hr = LoadRegTypeLib((REFGUID)&clsid, major_i, minor_i, LANG_NEUTRAL, &TL); in php_com_load_typelib() 71 if (FAILED(hr) && (major == NULL || minor == NULL)) { in php_com_load_typelib() 76 …if (SUCCEEDED(hr = CoCreateInstance(&clsid, NULL, CLSCTX_SERVER, &IID_IDispatch, (LPVOID*)&disp)) … in php_com_load_typelib() 77 SUCCEEDED(hr = IDispatch_GetTypeInfo(disp, 0, LANG_NEUTRAL, &info))) { in php_com_load_typelib() 78 hr = ITypeInfo_GetContainingTypeLib(info, &TL, &idx); in php_com_load_typelib()
|
/PHP-5.6/ext/xsl/tests/ |
H A D | bug53965.phpt | 26 <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-5.6/ext/xsl/tests/53965/ |
H A D | include.xsl | 5 <hr />
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | str_split_variation4.phpt | 139 string(5) "hr(0)"
|
Completed in 13 milliseconds