Home
last modified time | relevance | path

Searched refs:php_imagick_exception_class_entry (Results 1 – 5 of 5) sorted by relevance

/imagick/
H A Dimagick_file.c28 …_ERROR_HANDLING_THROW zend_replace_error_handling(EH_THROW, php_imagick_exception_class_entry, &er…
32 …K_SET_ERROR_HANDLING_THROW php_set_error_handling(EH_THROW, php_imagick_exception_class_entry TSRM…
H A Dimagick_helpers.c487 …zend_throw_exception_ex(php_imagick_exception_class_entry, 1 TSRMLS_CC, "Safe mode restricts user … in s_rw_fail_to_exception()
491 …zend_throw_exception_ex(php_imagick_exception_class_entry, 1 TSRMLS_CC, "open_basedir restriction … in s_rw_fail_to_exception()
495 …zend_throw_exception_ex(php_imagick_exception_class_entry, 1 TSRMLS_CC, "Permission denied to: %s"… in s_rw_fail_to_exception()
499 …zend_throw_exception_ex(php_imagick_exception_class_entry, 1 TSRMLS_CC, "Filename too long: %s", f… in s_rw_fail_to_exception()
503 …zend_throw_exception_ex(php_imagick_exception_class_entry, 1 TSRMLS_CC, "The path does not exist: … in s_rw_fail_to_exception()
507 …zend_throw_exception_ex(php_imagick_exception_class_entry, 1 TSRMLS_CC, "The path is a directory: … in s_rw_fail_to_exception()
511 zend_throw_exception_ex(php_imagick_exception_class_entry, 1 TSRMLS_CC, "Unknown error"); in s_rw_fail_to_exception()
678 ce = php_imagick_exception_class_entry; in php_imagick_throw_exception()
714 zend_throw_exception(php_imagick_exception_class_entry, default_message, code TSRMLS_CC); in s_convert_exception()
717 zend_throw_exception(php_imagick_exception_class_entry, description, severity TSRMLS_CC); in s_convert_exception()
H A Dimagick.c59 zend_class_entry *php_imagick_exception_class_entry; variable
3774 php_imagick_exception_class_entry = zend_register_internal_class_ex(&ce, zend_ce_exception);
3776php_imagick_exception_class_entry = zend_register_internal_class_ex(&ce, zend_exception_get_defaul…
H A Dphp_imagick_defs.h399 extern zend_class_entry *php_imagick_exception_class_entry;
H A Dimagick_class.c12651 …zend_throw_exception_ex(php_imagick_exception_class_entry, 1 TSRMLS_CC, "Imagick::getRegistry exce…

Completed in 59 milliseconds