/imagick/util/ |
H A D | type_check.php | 9 foreach ($constants as $key => $value) { 10 $first_underscore_position = strpos($key, '_'); 12 echo "constant found without underscore: $key\n"; 16 $prefix = substr($key, 0, $first_underscore_position);
|
/imagick/tests/ |
H A D | 271_imagick_constants.phpt | 13 foreach ($constants as $key => $value) { 14 $output .= "$key: $value \n";
|
H A D | 025-get-color.phpt | 23 // key = version 155 list($key, $expectedValue, $hasVariance) = $test; 156 if (!checkExpectedValue($expectedValue, $color[$key], $hasVariance)) { 160 $key, $colorString, 161 $color[$key], $expectedValue
|
H A D | 254_getConfigureOptions.phpt | 146 foreach ($optionsStartingWithC as $key => $value) { 147 $key = strtolower($key); 149 if (strpos($key, "c") !== 0) { 150 echo "key $key does not start with c".PHP_EOL;
|
H A D | 151_Imagick_subImageMatch_basic.phpt | 50 foreach ($bestMatch as $key => $value) { 51 echo "$key : $value\n";
|
/imagick/ |
H A D | ImagickPixelIterator.stub.php | 31 public function key(): int {} function in ImagickPixelIterator
|
H A D | Imagick.stub.php | 640 public function setImageAttribute(string $key, string $value): bool {} argument 856 public function getImageAttribute(string $key): string {} argument 1157 public function getOption(string $key): string {} argument 1196 public function setOption(string $key, string $value): bool {} argument 1213 public function key(): int {} function in Imagick 1275 public static function setRegistry(string $key, string $value): bool {} argument 1277 public static function getRegistry(string $key): string {} argument
|
H A D | php_imagick_defs.h | 333 #define IM_add_assoc_string(zv, key, charstr) add_assoc_string(zv, key, charstr) argument 338 #define IM_add_assoc_string(zv, key, charstr) add_assoc_string(zv, key, charstr, 1) argument 339 #define IM_add_assoc_string(zv, key, charstr) add_assoc_string(zv, key, charstr, 1) argument
|
H A D | ImagickPixelIterator_arginfo.h | 192 …ZEND_MALIAS(ImagickPixelIterator, key, getIteratorRow, arginfo_class_ImagickPixelIterator_key, ZEN…
|
H A D | Imagick_arginfo.h | 2782 ZEND_ARG_TYPE_INFO(0, key, IS_STRING, 0) 2784 ZEND_ARG_INFO(0, key) 3649 ZEND_ARG_TYPE_INFO(0, key, IS_STRING, 0) 3651 ZEND_ARG_INFO(0, key) 4651 ZEND_ARG_TYPE_INFO(0, key, IS_STRING, 0) 4653 ZEND_ARG_INFO(0, key) 4715 ZEND_ARG_TYPE_INFO(0, key, IS_STRING, 0) 4717 ZEND_ARG_INFO(0, key) 4978 ZEND_ARG_TYPE_INFO(0, key, IS_STRING, 0) 4980 ZEND_ARG_INFO(0, key) [all …]
|
H A D | imagick.c | 3492 …*php_imagick_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) 3511 ret = std_hnd->has_property(object, member, 2, key TSRMLS_CC); 3519 retval = std_hnd->read_property(object, member, type, key TSRMLS_CC);
|
H A D | imagick_class.c | 6521 char *key, *attribute; local 6532 attribute = MagickGetImageAttribute(intern->magick_wand, key); 8837 char *key, *attribute; local 11555 char *key, *value; local 11564 value = MagickGetOption(intern->magick_wand, key); 12013 char *key, *value; local 12022 status = MagickSetOption(intern->magick_wand, key, value); 12614 char *key, *value; local 12621 status = SetImageRegistry(StringRegistryType, key, value, NULL); 12638 char *key, *value; local [all …]
|
H A D | ChangeLog | 116 …* Imagick::getRegistry() now throws an exception if the key does not exist, rather than terminatin…
|
/imagick/docker/testing7_2/ |
H A D | Dockerfile | 13 RUN curl -L https://packages.sury.org/php/apt.gpg | apt-key add -
|
/imagick/docker/testing8_0/ |
H A D | Dockerfile | 13 RUN curl -L https://packages.sury.org/php/apt.gpg | apt-key add -
|