Home
last modified time | relevance | path

Searched refs:php_com_throw_exception (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/com_dotnet/
H A Dcom_persist.c352 php_com_throw_exception(res, NULL); in CPH_METHOD()
354 php_com_throw_exception(res, NULL); in CPH_METHOD()
414 php_com_throw_exception(res, NULL); in CPH_METHOD()
418 php_com_throw_exception(res, NULL); in CPH_METHOD()
461 php_com_throw_exception(res, NULL); in CPH_METHOD()
465 php_com_throw_exception(res, NULL); in CPH_METHOD()
488 php_com_throw_exception(res, NULL); in CPH_METHOD()
494 php_com_throw_exception(res, NULL); in CPH_METHOD()
521 php_com_throw_exception(res, NULL); in CPH_METHOD()
580 php_com_throw_exception(res, NULL); in CPH_METHOD()
[all …]
H A Dcom_dotnet.c209 php_com_throw_exception(hr, buf); in PHP_FUNCTION()
222 php_com_throw_exception(hr, buf); in PHP_FUNCTION()
234 php_com_throw_exception(hr, buf); in PHP_FUNCTION()
246 php_com_throw_exception(E_INVALIDARG, "Could not create .Net object - invalid arguments!"); in PHP_FUNCTION()
252 php_com_throw_exception(E_INVALIDARG, "Could not create .Net object - invalid codepage!"); in PHP_FUNCTION()
316 php_com_throw_exception(hr, buf); in PHP_FUNCTION()
H A Dcom_com.c68 php_com_throw_exception(E_INVALIDARG, "Could not create COM object - invalid arguments!"); in PHP_FUNCTION()
74 php_com_throw_exception(E_INVALIDARG, "Could not create COM object - invalid codepage!"); in PHP_FUNCTION()
130php_com_throw_exception(E_ERROR, "DCOM has been disabled by your administrator [com.allow_dcom=0]"… in PHP_FUNCTION()
243 php_com_throw_exception(res, msg); in PHP_FUNCTION()
312 php_com_throw_exception(E_INVALIDARG, "Invalid arguments!"); in PHP_FUNCTION()
321 php_com_throw_exception(res, NULL); in PHP_FUNCTION()
326 php_com_throw_exception(res, NULL); in PHP_FUNCTION()
331 php_com_throw_exception(res, NULL); in PHP_FUNCTION()
420 php_com_throw_exception(hr, msg); in php_com_invoke_helper()
500 php_com_throw_exception(hr, msg); in php_com_do_invoke_byref()
[all …]
H A Dcom_saproxy.c76 php_com_throw_exception(E_INVALIDARG, "safearray has no properties"); in saproxy_property_read()
83 php_com_throw_exception(E_INVALIDARG, "safearray has no properties"); in saproxy_property_write()
134 php_com_throw_exception(E_INVALIDARG, "invalid read from com proxy object"); in saproxy_read_dimension()
148 php_com_throw_exception(E_INVALIDARG, "too many dimensions!"); in saproxy_read_dimension()
157 php_com_throw_exception(DISP_E_BADINDEX, "index out of bounds"); in saproxy_read_dimension()
197 php_com_throw_exception(res, NULL); in saproxy_read_dimension()
279 php_com_throw_exception(res, NULL); in saproxy_write_dimension()
282 php_com_throw_exception(E_NOTIMPL, "invalid write to com proxy object"); in saproxy_write_dimension()
H A Dcom_misc.c30 void php_com_throw_exception(HRESULT code, char *message) in php_com_throw_exception() function
125 php_com_throw_exception(DISP_E_BADINDEX, "index out of bounds"); in php_com_safearray_get_elem()
H A Dcom_handlers.c57 php_com_throw_exception(E_INVALIDARG, "this variant has no properties"); in com_property_read()
82 php_com_throw_exception(E_INVALIDARG, "this variant has no properties"); in com_property_write()
117 php_com_throw_exception(E_INVALIDARG, "this variant is not an array type"); in com_read_dimension()
133 php_com_throw_exception(DISP_E_BADINDEX, "appending to variants is not supported"); in com_write_dimension()
175 php_com_throw_exception(res, NULL); in com_write_dimension()
179php_com_throw_exception(DISP_E_BADINDEX, "this variant has multiple dimensions; you can't set a ne… in com_write_dimension()
183 php_com_throw_exception(E_INVALIDARG, "this variant is not an array type"); in com_write_dimension()
H A Dphp_com_dotnet_internal.h64 php_com_throw_exception(E_UNEXPECTED, "expected a variant object"); \
161 void php_com_throw_exception(HRESULT code, char *message);
H A Dcom_variant.c444 php_com_throw_exception(E_INVALIDARG, "Invalid arguments"); in PHP_FUNCTION()
484 php_com_throw_exception(res, msg); in PHP_FUNCTION()
635 php_com_throw_exception(result, NULL); in variant_binary_operation()
796 php_com_throw_exception(result, NULL); in variant_unary_operation()
1072 php_com_throw_exception(res, msg); in PHP_FUNCTION()
1106 php_com_throw_exception(res, msg); in PHP_FUNCTION()

Completed in 25 milliseconds