Searched refs:php_com_throw_exception (Results 1 – 8 of 8) sorted by relevance
/PHP-7.0/ext/com_dotnet/ |
H A D | com_persist.c | 363 php_com_throw_exception(res, NULL); in CPH_METHOD() 365 php_com_throw_exception(res, NULL); in CPH_METHOD() 425 php_com_throw_exception(res, NULL); in CPH_METHOD() 429 php_com_throw_exception(res, NULL); in CPH_METHOD() 472 php_com_throw_exception(res, NULL); in CPH_METHOD() 476 php_com_throw_exception(res, NULL); in CPH_METHOD() 499 php_com_throw_exception(res, NULL); in CPH_METHOD() 505 php_com_throw_exception(res, NULL); in CPH_METHOD() 532 php_com_throw_exception(res, NULL); in CPH_METHOD() 591 php_com_throw_exception(res, NULL); in CPH_METHOD() [all …]
|
H A D | com_dotnet.c | 211 php_com_throw_exception(hr, buf); in PHP_FUNCTION() 225 php_com_throw_exception(hr, buf); in PHP_FUNCTION() 238 php_com_throw_exception(hr, buf); in PHP_FUNCTION() 250 php_com_throw_exception(E_INVALIDARG, "Could not create .Net object - invalid arguments!"); in PHP_FUNCTION() 255 php_com_throw_exception(E_INVALIDARG, "Could not create .Net object - invalid codepage!"); in PHP_FUNCTION() 321 php_com_throw_exception(hr, buf); in PHP_FUNCTION()
|
H A D | com_saproxy.c | 78 php_com_throw_exception(E_INVALIDARG, "safearray has no properties"); in saproxy_property_read() 85 php_com_throw_exception(E_INVALIDARG, "safearray has no properties"); in saproxy_property_write() 130 php_com_throw_exception(E_INVALIDARG, "invalid read from com proxy object"); in saproxy_read_dimension() 144 php_com_throw_exception(E_INVALIDARG, "too many dimensions!"); in saproxy_read_dimension() 153 php_com_throw_exception(DISP_E_BADINDEX, "index out of bounds"); in saproxy_read_dimension() 193 php_com_throw_exception(res, NULL); in saproxy_read_dimension() 272 php_com_throw_exception(res, NULL); in saproxy_write_dimension() 275 php_com_throw_exception(E_NOTIMPL, "invalid write to com proxy object"); in saproxy_write_dimension()
|
H A D | com_com.c | 69 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() 123 …php_com_throw_exception(E_ERROR, "DCOM has been disabled by your administrator [com.allow_dcom=0]"… in PHP_FUNCTION() 237 php_com_throw_exception(res, msg); in PHP_FUNCTION() 306 php_com_throw_exception(E_INVALIDARG, "Invalid arguments!"); in PHP_FUNCTION() 315 php_com_throw_exception(res, NULL); in PHP_FUNCTION() 320 php_com_throw_exception(res, NULL); in PHP_FUNCTION() 325 php_com_throw_exception(res, NULL); in PHP_FUNCTION() 414 php_com_throw_exception(hr, msg); in php_com_invoke_helper() 494 php_com_throw_exception(hr, msg); in php_com_do_invoke_byref() [all …]
|
H A D | com_misc.c | 32 void php_com_throw_exception(HRESULT code, char *message) in php_com_throw_exception() function 127 php_com_throw_exception(DISP_E_BADINDEX, "index out of bounds"); in php_com_safearray_get_elem()
|
H A D | com_handlers.c | 57 php_com_throw_exception(E_INVALIDARG, "this variant has no properties"); in com_property_read() 79 php_com_throw_exception(E_INVALIDARG, "this variant has no properties"); in com_property_write() 113 php_com_throw_exception(E_INVALIDARG, "this variant is not an array type"); in com_read_dimension() 166 php_com_throw_exception(res, NULL); in com_write_dimension() 170 …php_com_throw_exception(DISP_E_BADINDEX, "this variant has multiple dimensions; you can't set a ne… in com_write_dimension() 174 php_com_throw_exception(E_INVALIDARG, "this variant is not an array type"); in com_write_dimension()
|
H A D | php_com_dotnet_internal.h | 68 php_com_throw_exception(E_UNEXPECTED, "expected a variant object"); \ 164 void php_com_throw_exception(HRESULT code, char *message);
|
H A D | com_variant.c | 458 php_com_throw_exception(E_INVALIDARG, "Invalid arguments"); in PHP_FUNCTION() 498 php_com_throw_exception(res, msg); in PHP_FUNCTION() 649 php_com_throw_exception(result, NULL); in variant_binary_operation() 810 php_com_throw_exception(result, NULL); in variant_unary_operation() 1086 php_com_throw_exception(res, msg); in PHP_FUNCTION() 1120 php_com_throw_exception(res, msg); in PHP_FUNCTION()
|
Completed in 22 milliseconds