Home
last modified time | relevance | path

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

12345

/dports/www/mod_php81/php-8.1.1/ext/gd/tests/
H A Dimageconvolution_error3.phpt2 Testing wrong array size 3x2 in imageconvolution() of GD library
30 fn() => imageconvolution($image, $gaussian, 16, 0),
31 fn() => imageconvolution($image, $gaussian_bad_key, 16, 0)
36 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2] only has 2…
37 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2][2] cannot …
H A Dimageconvolution_error2.phpt2 Testing wrong array size 2x3 in imageconvolution() of GD library
23 fn() => imageconvolution($image, $gaussian, 16, 0)
28 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array
/dports/lang/php81/php-8.1.1/ext/gd/tests/
H A Dimageconvolution_error3.phpt2 Testing wrong array size 3x2 in imageconvolution() of GD library
30 fn() => imageconvolution($image, $gaussian, 16, 0),
31 fn() => imageconvolution($image, $gaussian_bad_key, 16, 0)
36 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2] only has 2…
37 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2][2] cannot …
H A Dimageconvolution_error2.phpt2 Testing wrong array size 2x3 in imageconvolution() of GD library
23 fn() => imageconvolution($image, $gaussian, 16, 0)
28 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array
/dports/graphics/php81-gd/php-8.1.1/ext/gd/tests/
H A Dimageconvolution_error3.phpt2 Testing wrong array size 3x2 in imageconvolution() of GD library
30 fn() => imageconvolution($image, $gaussian, 16, 0),
31 fn() => imageconvolution($image, $gaussian_bad_key, 16, 0)
36 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2] only has 2…
37 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2][2] cannot …
H A Dimageconvolution_error2.phpt2 Testing wrong array size 2x3 in imageconvolution() of GD library
23 fn() => imageconvolution($image, $gaussian, 16, 0)
28 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array
/dports/lang/php80/php-8.0.15/ext/gd/tests/
H A Dimageconvolution_error3.phpt2 Testing wrong array size 3x2 in imageconvolution() of GD library
32 fn() => imageconvolution($image, $gaussian, 16, 0),
33 fn() => imageconvolution($image, $gaussian_bad_key, 16, 0)
38 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2] only has 2…
39 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2][2] cannot …
H A Dimageconvolution_error2.phpt2 Testing wrong array size 2x3 in imageconvolution() of GD library
25 fn() => imageconvolution($image, $gaussian, 16, 0)
30 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array
/dports/graphics/php80-gd/php-8.0.15/ext/gd/tests/
H A Dimageconvolution_error3.phpt2 Testing wrong array size 3x2 in imageconvolution() of GD library
32 fn() => imageconvolution($image, $gaussian, 16, 0),
33 fn() => imageconvolution($image, $gaussian_bad_key, 16, 0)
38 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2] only has 2…
39 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2][2] cannot …
H A Dimageconvolution_error2.phpt2 Testing wrong array size 2x3 in imageconvolution() of GD library
25 fn() => imageconvolution($image, $gaussian, 16, 0)
30 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array
/dports/www/mod_php80/php-8.0.15/ext/gd/tests/
H A Dimageconvolution_error3.phpt2 Testing wrong array size 3x2 in imageconvolution() of GD library
32 fn() => imageconvolution($image, $gaussian, 16, 0),
33 fn() => imageconvolution($image, $gaussian_bad_key, 16, 0)
38 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2] only has 2…
39 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2][2] cannot …
H A Dimageconvolution_error2.phpt2 Testing wrong array size 2x3 in imageconvolution() of GD library
25 fn() => imageconvolution($image, $gaussian, 16, 0)
30 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array
/dports/lang/php73/php-7.3.33/ext/gd/tests/
H A Dimageconvolution_error1.phpt2 Testing wrong param passing imageconvolution() of GD library
23 var_dump(imageconvolution($image, $gaussian, 16));
26 Warning: imageconvolution() expects exactly 4 parameters, 3 given in %s on line %d
H A Dimageconvolution_error3.phpt2 Testing wrong array size 3x2 in imageconvolution() of GD library
23 var_dump(imageconvolution($image, $gaussian, 16, 0));
26 Warning: imageconvolution(): You must have 3x3 array in %s on line %d
H A Dimageconvolution_error2.phpt2 Testing wrong array size 2x3 in imageconvolution() of GD library
22 var_dump(imageconvolution($image, $gaussian, 16, 0));
25 Warning: imageconvolution(): You must have 3x3 array in %s on line %d
/dports/www/mod_php73/php-7.3.33/ext/gd/tests/
H A Dimageconvolution_error1.phpt2 Testing wrong param passing imageconvolution() of GD library
23 var_dump(imageconvolution($image, $gaussian, 16));
26 Warning: imageconvolution() expects exactly 4 parameters, 3 given in %s on line %d
H A Dimageconvolution_error2.phpt2 Testing wrong array size 2x3 in imageconvolution() of GD library
22 var_dump(imageconvolution($image, $gaussian, 16, 0));
25 Warning: imageconvolution(): You must have 3x3 array in %s on line %d
H A Dimageconvolution_error3.phpt2 Testing wrong array size 3x2 in imageconvolution() of GD library
23 var_dump(imageconvolution($image, $gaussian, 16, 0));
26 Warning: imageconvolution(): You must have 3x3 array in %s on line %d
/dports/graphics/php73-gd/php-7.3.33/ext/gd/tests/
H A Dimageconvolution_error1.phpt2 Testing wrong param passing imageconvolution() of GD library
23 var_dump(imageconvolution($image, $gaussian, 16));
26 Warning: imageconvolution() expects exactly 4 parameters, 3 given in %s on line %d
H A Dimageconvolution_error2.phpt2 Testing wrong array size 2x3 in imageconvolution() of GD library
22 var_dump(imageconvolution($image, $gaussian, 16, 0));
25 Warning: imageconvolution(): You must have 3x3 array in %s on line %d
/dports/lang/php74/php-7.4.27/ext/gd/tests/
H A Dimageconvolution_error2.phpt2 Testing wrong array size 2x3 in imageconvolution() of GD library
22 var_dump(imageconvolution($image, $gaussian, 16, 0));
25 Warning: imageconvolution(): You must have 3x3 array in %s on line %d
H A Dimageconvolution_error3.phpt2 Testing wrong array size 3x2 in imageconvolution() of GD library
23 var_dump(imageconvolution($image, $gaussian, 16, 0));
26 Warning: imageconvolution(): You must have 3x3 array in %s on line %d
/dports/www/mod_php74/php-7.4.27/ext/gd/tests/
H A Dimageconvolution_error3.phpt2 Testing wrong array size 3x2 in imageconvolution() of GD library
23 var_dump(imageconvolution($image, $gaussian, 16, 0));
26 Warning: imageconvolution(): You must have 3x3 array in %s on line %d
H A Dimageconvolution_error2.phpt2 Testing wrong array size 2x3 in imageconvolution() of GD library
22 var_dump(imageconvolution($image, $gaussian, 16, 0));
25 Warning: imageconvolution(): You must have 3x3 array in %s on line %d
/dports/graphics/php74-gd/php-7.4.27/ext/gd/tests/
H A Dimageconvolution_error3.phpt2 Testing wrong array size 3x2 in imageconvolution() of GD library
23 var_dump(imageconvolution($image, $gaussian, 16, 0));
26 Warning: imageconvolution(): You must have 3x3 array in %s on line %d

12345