Home
last modified time | relevance | path

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

/PHP-5.6/ext/com_dotnet/
H A Dcom_persist.c359 php_com_throw_exception(res, NULL TSRMLS_CC); in CPH_METHOD()
361 php_com_throw_exception(res, NULL TSRMLS_CC); in CPH_METHOD()
421 php_com_throw_exception(res, NULL TSRMLS_CC); in CPH_METHOD()
425 php_com_throw_exception(res, NULL TSRMLS_CC); in CPH_METHOD()
468 php_com_throw_exception(res, NULL TSRMLS_CC); in CPH_METHOD()
472 php_com_throw_exception(res, NULL TSRMLS_CC); in CPH_METHOD()
495 php_com_throw_exception(res, NULL TSRMLS_CC); in CPH_METHOD()
501 php_com_throw_exception(res, NULL TSRMLS_CC); in CPH_METHOD()
528 php_com_throw_exception(res, NULL TSRMLS_CC); in CPH_METHOD()
587 php_com_throw_exception(res, NULL TSRMLS_CC); in CPH_METHOD()
[all …]
H A Dcom_dotnet.c210 php_com_throw_exception(hr, buf TSRMLS_CC); in PHP_FUNCTION()
225 php_com_throw_exception(hr, buf TSRMLS_CC); in PHP_FUNCTION()
238 php_com_throw_exception(hr, buf TSRMLS_CC); in PHP_FUNCTION()
250php_com_throw_exception(E_INVALIDARG, "Could not create .Net object - invalid arguments!" TSRMLS_C… in PHP_FUNCTION()
316 php_com_throw_exception(hr, buf TSRMLS_CC); in PHP_FUNCTION()
H A Dcom_saproxy.c81 php_com_throw_exception(E_INVALIDARG, "safearray has no properties" TSRMLS_CC); in saproxy_property_read()
88 php_com_throw_exception(E_INVALIDARG, "safearray has no properties" TSRMLS_CC); in saproxy_property_write()
135 php_com_throw_exception(E_INVALIDARG, "invalid read from com proxy object" TSRMLS_CC); in saproxy_read_dimension()
149 php_com_throw_exception(E_INVALIDARG, "too many dimensions!" TSRMLS_CC); in saproxy_read_dimension()
158 php_com_throw_exception(DISP_E_BADINDEX, "index out of bounds" TSRMLS_CC); in saproxy_read_dimension()
198 php_com_throw_exception(res, NULL TSRMLS_CC); in saproxy_read_dimension()
277 php_com_throw_exception(res, NULL TSRMLS_CC); in saproxy_write_dimension()
280 php_com_throw_exception(E_NOTIMPL, "invalid write to com proxy object" TSRMLS_CC); in saproxy_write_dimension()
H A Dcom_com.c68php_com_throw_exception(E_INVALIDARG, "Could not create COM object - invalid arguments!" TSRMLS_CC… in PHP_FUNCTION()
117php_com_throw_exception(E_ERROR, "DCOM has been disabled by your administrator [com.allow_dcom=0]"… in PHP_FUNCTION()
231 php_com_throw_exception(res, msg TSRMLS_CC); in PHP_FUNCTION()
301 php_com_throw_exception(E_INVALIDARG, "Invalid arguments!" TSRMLS_CC); in PHP_FUNCTION()
310 php_com_throw_exception(res, NULL TSRMLS_CC); in PHP_FUNCTION()
315 php_com_throw_exception(res, NULL TSRMLS_CC); in PHP_FUNCTION()
320 php_com_throw_exception(res, NULL TSRMLS_CC); in PHP_FUNCTION()
409 php_com_throw_exception(hr, msg TSRMLS_CC); in php_com_invoke_helper()
487 php_com_throw_exception(hr, msg TSRMLS_CC); in php_com_do_invoke_byref()
646 php_com_throw_exception(hr, msg TSRMLS_CC); in php_com_do_invoke()
H A Dcom_misc.c32 void php_com_throw_exception(HRESULT code, char *message TSRMLS_DC) in php_com_throw_exception() function
124 php_com_throw_exception(DISP_E_BADINDEX, "index out of bounds" TSRMLS_CC); in php_com_safearray_get_elem()
H A Dcom_handlers.c61 php_com_throw_exception(E_INVALIDARG, "this variant has no properties" TSRMLS_CC); in com_property_read()
83 php_com_throw_exception(E_INVALIDARG, "this variant has no properties" TSRMLS_CC); in com_property_write()
121 php_com_throw_exception(E_INVALIDARG, "this variant is not an array type" TSRMLS_CC); in com_read_dimension()
174 php_com_throw_exception(res, NULL TSRMLS_CC); in com_write_dimension()
178php_com_throw_exception(DISP_E_BADINDEX, "this variant has multiple dimensions; you can't set a ne… in com_write_dimension()
182 php_com_throw_exception(E_INVALIDARG, "this variant is not an array type" TSRMLS_CC); in com_write_dimension()
H A Dphp_com_dotnet_internal.h65 php_com_throw_exception(E_UNEXPECTED, "expected a variant object" TSRMLS_CC); \
161 void php_com_throw_exception(HRESULT code, char *message TSRMLS_DC);
H A Dcom_variant.c418 php_com_throw_exception(E_INVALIDARG, "Invalid arguments" TSRMLS_CC); in PHP_FUNCTION()
458 php_com_throw_exception(res, msg TSRMLS_CC); in PHP_FUNCTION()
609 php_com_throw_exception(result, NULL TSRMLS_CC); in variant_binary_operation()
770 php_com_throw_exception(result, NULL TSRMLS_CC); in variant_unary_operation()
1039 php_com_throw_exception(res, msg TSRMLS_CC); in PHP_FUNCTION()
1073 php_com_throw_exception(res, msg TSRMLS_CC); in PHP_FUNCTION()

Completed in 30 milliseconds