Home
last modified time | relevance | path

Searched refs:ce (Results 1 – 2 of 2) sorted by relevance

/imagick/
H A Dimagick.c3746 zend_class_entry ce; local
3772 INIT_CLASS_ENTRY(ce, PHP_IMAGICK_EXCEPTION_SC_NAME, NULL);
3782 INIT_CLASS_ENTRY(ce, PHP_IMAGICKDRAW_EXCEPTION_SC_NAME, NULL);
3802 INIT_CLASS_ENTRY(ce, PHP_IMAGICKPIXEL_EXCEPTION_SC_NAME, NULL);
3813 INIT_CLASS_ENTRY(ce, PHP_IMAGICKKERNEL_EXCEPTION_SC_NAME, NULL);
3826 ce.create_object = php_imagick_object_new;
3835 php_imagick_sc_entry = zend_register_internal_class(&ce TSRMLS_CC);
3842 ce.create_object = php_imagickdraw_object_new;
3854 ce.create_object = php_imagickpixeliterator_object_new;
3867 ce.create_object = php_imagickpixel_object_new;
[all …]
H A Dimagick_helpers.c673 zend_class_entry *ce = NULL; in php_imagick_throw_exception() local
678 ce = php_imagick_exception_class_entry; in php_imagick_throw_exception()
683 ce = php_imagickdraw_exception_class_entry; in php_imagick_throw_exception()
688 ce = php_imagickpixeliterator_exception_class_entry; in php_imagick_throw_exception()
693 ce = php_imagickpixel_exception_class_entry; in php_imagick_throw_exception()
698 ce = php_imagickkernel_exception_class_entry; in php_imagick_throw_exception()
703 zend_throw_exception(ce, description, code TSRMLS_CC); in php_imagick_throw_exception()

Completed in 24 milliseconds