Home
last modified time | relevance | path

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

/imagick/
H A Dphp_imagick_helpers.h48 PixelWand *php_imagick_zval_to_pixelwand (zval *param, php_imagick_class_type_t caller, zend_bool *…
49 PixelWand *php_imagick_zval_to_opacity (zval *param, php_imagick_class_type_t caller, zend_bool *al…
H A Dimagick_helpers.c768 PixelWand *php_imagick_zval_to_pixelwand (zval *param, php_imagick_class_type_t caller, zend_bool *… in php_imagick_zval_to_pixelwand() argument
796 php_imagick_throw_exception (caller, "Unrecognized color string" TSRMLS_CC); in php_imagick_zval_to_pixelwand()
807 …php_imagick_throw_exception(caller, "The parameter must be an instance of ImagickPixel or a string… in php_imagick_zval_to_pixelwand()
811 php_imagick_throw_exception(caller, "Invalid color parameter provided" TSRMLS_CC); in php_imagick_zval_to_pixelwand()
816 PixelWand *php_imagick_zval_to_opacity (zval *param, php_imagick_class_type_t caller, zend_bool *al… in php_imagick_zval_to_opacity() argument
857 …php_imagick_throw_exception(caller, "The parameter must be an instance of ImagickPixel or a string… in php_imagick_zval_to_opacity()
861 php_imagick_throw_exception(caller, "Invalid color parameter provided" TSRMLS_CC); in php_imagick_zval_to_opacity()

Completed in 8 milliseconds