Searched refs:clone (Results 1 – 25 of 25) sorted by relevance
/imagick/tests/ |
H A D | 004_clone.phpt | 2 Testing clone keyword 7 print "--- Testing clone keyword\n"; 12 $new = clone $im; 24 --- Testing clone keyword
|
H A D | 012-clone-separation.phpt | 10 $new = clone $im; 14 $new2 = $im->clone(); 23 %s: Imagick::clone method is deprecated and it's use should be avoided in %s on line %d
|
H A D | 237_Tutorial_deconstructGif_basic.phpt | 27 $backgroundPalette = clone $background; 30 $blackWhitePalette = clone $blackWhite; 48 $frame = clone $background;
|
H A D | 018-clone-length.phpt | 2 Test clone length, this is expected upstream behaviour 26 $cloned = clone $im;
|
H A D | 278_Imagick_optimaze_gif.phpt | 30 $backgroundPalette = clone $background; 33 $blackWhitePalette = clone $blackWhite; 51 $frame = clone $background;
|
H A D | bug64015.phpt | 15 $cloned_im = clone $im;
|
H A D | 095_Imagick_normalizeImage_basic.phpt | 16 $original = clone $imagick;
|
H A D | 031_Imagick_affineTransformImage_basic.phpt | 77 $lineCheckBlack = clone $imagick; 92 $lineCheckWhite = clone $imagick;
|
H A D | 239_Tutorial_gradientReflection_basic.phpt | 13 $reflection = clone $im;
|
H A D | 049_Imagick_deskewImage_basic.phpt | 17 $deskewImagick = clone $imagick;
|
H A D | 151_Imagick_subImageMatch_basic.phpt | 17 $imagick2 = clone $imagick;
|
H A D | 073_Imagick_forwardFourierTransformImage_basic.phpt | 56 $output = clone $imagickPhase;
|
H A D | 086_Imagick_forwardFourierTransformImage_basic.phpt | 53 $output = clone $imagickPhase;
|
H A D | 289_Imagick_setImageMask_basic.phpt | 58 $output = clone $canvas;
|
H A D | 275_ImagickPixel_unitializedObjects.phpt | 71 $testedMethods[] = 'clone';
|
H A D | 240_Tutorial_imagickCompositeGen_basic.phpt | 82 $fadeRightSide = clone $fadeLeftSide;
|
/imagick/docker/fedora/ |
H A D | Dockerfile | 15 #RUN git clone https://github.com/Imagick/imagick.git
|
/imagick/ |
H A D | php_imagick_defs.h | 595 PHP_METHOD(imagick, clone); 1024 PHP_METHOD(imagickdraw, clone); 1162 PHP_METHOD(imagickpixel, clone);
|
H A D | ChangeLog | 432 - Deprecated clone() method in favour of clone keyword 546 - Fixed clone keyword to actually clone the wand ptr 630 - ImagickPixel::clone()
|
H A D | imagickpixel_class.c | 742 PHP_METHOD(ImagickPixel, clone) argument
|
H A D | README.md | 28 git clone https://github.com/Imagick/imagick
|
H A D | ImagickDraw_arginfo.h | 1666 ZEND_METHOD(ImagickDraw, clone); 1842 ZEND_ME(ImagickDraw, clone, arginfo_class_ImagickDraw_clone, ZEND_ACC_PUBLIC)
|
H A D | imagickdraw_class.c | 1202 PHP_METHOD(ImagickDraw, clone) in PHP_METHOD() argument
|
H A D | Imagick_arginfo.h | 5526 ZEND_METHOD(Imagick, clone); 6204 ZEND_ME(Imagick, clone, arginfo_class_Imagick_clone, ZEND_ACC_PUBLIC)
|
H A D | imagick_class.c | 10707 PHP_METHOD(Imagick, clone) argument
|
Completed in 72 milliseconds