Home
last modified time | relevance | path

Searched refs:param (Results 26 – 50 of 304) sorted by path

12345678910>>...13

/PHP-7.2/ext/fileinfo/libmagic/
H A Dmagic.c342 magic_setparam(struct magic_set *ms, int param, const void *val) in magic_setparam() argument
344 switch (param) { in magic_setparam()
373 magic_getparam(struct magic_set *ms, int param, void *val) in magic_getparam() argument
375 switch (param) { in magic_getparam()
/PHP-7.2/ext/gd/tests/
H A Dbug73157.phpt2 Bug #73157 (imagegd2() ignores 3rd param if 4 are given)
H A Dfunc.inc74 * @param string $filename
75 * @param resource $actual
118 * @param resource $image
140 * @param resource $image
H A Dimageantialias_error2.phpt20 var_dump(imageantialias($image, 'wrong param')); // 'wrogn param' is converted to true
H A Dimagearc_error1.phpt2 Testing wrong param passing imagearc() of GD library
H A Dimageconvolution_error1.phpt2 Testing wrong param passing imageconvolution() of GD library
H A Dimageellipse_error1.phpt2 Testing wrong param passing imageellipse() of GD library
17 imageellipse('wrong param', 200, 150, 300, 200, 16777215);
H A Dimageellipse_error2.phpt2 Testing wrong param passing imageellipse() of GD library
17 imageellipse($image, 'wrong param', 150, 300, 200, 16777215);
H A Dimageellipse_error3.phpt2 Testing wrong param passing imageellipse() of GD library
17 imageellipse($image, 200, 'wrong param', 300, 200, 16777215);
H A Dimageellipse_error4.phpt2 Testing wrong param passing imageellipse() of GD library
17 imageellipse($image, 200, 150, 'wrong param', 200, 16777215);
H A Dimageellipse_error5.phpt2 Testing wrong param passing imageellipse() of GD library
17 imageellipse($image, 200, 150, 300, 'wrong param', 16777215);
H A Dimageellipse_error6.phpt2 Testing wrong param passing imageellipse() of GD library
17 imageellipse($image, 200, 150, 300, 200, 'wrong param');
H A Dimageellipse_error7.phpt2 Testing wrong param passing imageellipse() of GD library
H A Dimageellipse_error8.phpt2 Testing wrong param passing imageellipse() of GD library
H A Dimagefilledarc_error1.phpt2 Testing wrong param passing imagefilledarc() of GD library
H A Dimagefilltoborder_error1.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( 'wrong param', 50, 50, imagecolorallocate( $image, 0, 0, 0 ), imagecolorallocate…
H A Dimagefilltoborder_error2.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( $image, 'wrong param', 50, imagecolorallocate( $image, 0, 0, 0 ), imagecolorallo…
H A Dimagefilltoborder_error3.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( $image, 50, 'wrong param', imagecolorallocate( $image, 0, 0, 0 ), imagecolorallo…
H A Dimagefilltoborder_error4.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( $image, 50, 50, 'wrong param', imagecolorallocate( $image, 255, 0, 0 ) );
H A Dimagefilltoborder_error5.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( $image, 50, 50, imagecolorallocate( $image, 0, 0, 0 ), 'wrong param' );
H A Dimagefilltoborder_error6.phpt2 Testing wrong param passing imagefilltoborder() of GD library
H A Dimagefilltoborder_error7.phpt2 Testing wrong param passing imagefilltoborder() of GD library
H A Dimagerectangle_error1.phpt2 Testing wrong param passing imagerectangle() of GD library
16 imagerectangle( 'wrong param', 0, 0, 50, 50, imagecolorallocate($image, 255, 255, 255) );
H A Dimagerectangle_error2.phpt2 Testing wrong param passing imagerectangle() of GD library
H A Dimagerectangle_error3.phpt2 Testing wrong param passing imagerectangle() of GD library
16 imagerectangle( $image, 'wrong param', 0, 50, 50, imagecolorallocate($image, 255, 255, 255) );

Completed in 25 milliseconds

12345678910>>...13