Home
last modified time | relevance | path

Searched refs:match (Results 1 – 7 of 7) sorted by relevance

/imagick/util/
H A DscanHeaders.php281 $match = $matches[1];
284 $match = str_replace($search, '', $match);
287 $match = preg_replace('#/\*.*\*/#sU', '', $match);
289 $vars = explode("\n", $match);
/imagick/tests/
H A D114_Imagick_scaleImage_basic.phpt31 echo "Width $imageWidth does not match expected.\n";
36 echo "Height $imageHeight does not match expected.\n";
H A D020-pixeliterator.phpt66 "Row counts do not match %d %d %d",
76 "Object counts do not match %d %d %d",
90 …echo "Counting with iterator doesn't match counting with foreach $loop, $count != $countIterator.";
H A D145_imagickkernel_coverage.phpt141 echo "Matrix 1 does not match".PHP_EOL;
145 echo "Matrix 2 does not match".PHP_EOL;
173 echo "Values do not match for 'Test single line kernel works'".PHP_EOL;
183 echo "Values do not match for 'Test even sized kernel works'".PHP_EOL;
H A D010_importimagepixels.phpt33 width * height * strlen("RGB") must match count($pixels) */
/imagick/
H A Dimagick_helpers.c259 zend_bool match; in php_imagick_validate_map() local
268 match = 0; in php_imagick_validate_map()
271 match = 1; in php_imagick_validate_map()
275 if (!match) { in php_imagick_validate_map()
H A DChangeLog957 - changed comment header in imagick.h to match the one in imagick.c

Completed in 30 milliseconds