Home
last modified time | relevance | path

Searched refs:clone (Results 1 – 25 of 25) sorted by relevance

/imagick/tests/
H A D004_clone.phpt2 Testing clone keyword
7 print "--- Testing clone keyword\n";
12 $new = clone $im;
24 --- Testing clone keyword
H A D012-clone-separation.phpt10 $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 D237_Tutorial_deconstructGif_basic.phpt27 $backgroundPalette = clone $background;
30 $blackWhitePalette = clone $blackWhite;
48 $frame = clone $background;
H A D018-clone-length.phpt2 Test clone length, this is expected upstream behaviour
26 $cloned = clone $im;
H A D278_Imagick_optimaze_gif.phpt30 $backgroundPalette = clone $background;
33 $blackWhitePalette = clone $blackWhite;
51 $frame = clone $background;
H A Dbug64015.phpt15 $cloned_im = clone $im;
H A D095_Imagick_normalizeImage_basic.phpt16 $original = clone $imagick;
H A D031_Imagick_affineTransformImage_basic.phpt77 $lineCheckBlack = clone $imagick;
92 $lineCheckWhite = clone $imagick;
H A D239_Tutorial_gradientReflection_basic.phpt13 $reflection = clone $im;
H A D049_Imagick_deskewImage_basic.phpt17 $deskewImagick = clone $imagick;
H A D151_Imagick_subImageMatch_basic.phpt17 $imagick2 = clone $imagick;
H A D073_Imagick_forwardFourierTransformImage_basic.phpt56 $output = clone $imagickPhase;
H A D086_Imagick_forwardFourierTransformImage_basic.phpt53 $output = clone $imagickPhase;
H A D289_Imagick_setImageMask_basic.phpt58 $output = clone $canvas;
H A D275_ImagickPixel_unitializedObjects.phpt71 $testedMethods[] = 'clone';
H A D240_Tutorial_imagickCompositeGen_basic.phpt82 $fadeRightSide = clone $fadeLeftSide;
/imagick/docker/fedora/
H A DDockerfile15 #RUN git clone https://github.com/Imagick/imagick.git
/imagick/
H A Dphp_imagick_defs.h595 PHP_METHOD(imagick, clone);
1024 PHP_METHOD(imagickdraw, clone);
1162 PHP_METHOD(imagickpixel, clone);
H A DChangeLog432 - Deprecated clone() method in favour of clone keyword
546 - Fixed clone keyword to actually clone the wand ptr
630 - ImagickPixel::clone()
H A Dimagickpixel_class.c742 PHP_METHOD(ImagickPixel, clone) argument
H A DREADME.md28 git clone https://github.com/Imagick/imagick
H A DImagickDraw_arginfo.h1666 ZEND_METHOD(ImagickDraw, clone);
1842 ZEND_ME(ImagickDraw, clone, arginfo_class_ImagickDraw_clone, ZEND_ACC_PUBLIC)
H A Dimagickdraw_class.c1202 PHP_METHOD(ImagickDraw, clone) in PHP_METHOD() argument
H A DImagick_arginfo.h5526 ZEND_METHOD(Imagick, clone);
6204 ZEND_ME(Imagick, clone, arginfo_class_Imagick_clone, ZEND_ACC_PUBLIC)
H A Dimagick_class.c10707 PHP_METHOD(Imagick, clone) argument

Completed in 64 milliseconds