Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/tests/
H A Dpng2wbmp_error2.phpt2 Test png2wbmp() function : wrong origin filename param
11 if(!function_exists('png2wbmp')) {
12 die('skip png2wbmp function is not available');
18 png2wbmp('', $file, 20, 120, 8);
19 png2wbmp(null, $file, 20, 120, 8);
20 png2wbmp(false, $file, 20, 120, 8);
23 Deprecated: Function png2wbmp() is deprecated in %s on line %d
25 Warning: png2wbmp(): Unable to open '' for reading in %s on line %d
27 Deprecated: Function png2wbmp() is deprecated in %s on line %d
29 Warning: png2wbmp(): Unable to open '' for reading in %s on line %d
[all …]
H A Dpng2wbmp_error3.phpt2 Test png2wbmp() function : wrong destination filename param
11 if(!function_exists('png2wbmp')) {
12 die('skip png2wbmp function is not available');
30 png2wbmp($file, '', 20, 120, 8);
31 png2wbmp($file, null, 20, 120, 8);
32 png2wbmp($file, false, 20, 120, 8);
35 Deprecated: Function png2wbmp() is deprecated in %s on line %d
37 Warning: png2wbmp(): Unable to open '' for writing in %s on line %d
39 Deprecated: Function png2wbmp() is deprecated in %s on line %d
41 Warning: png2wbmp(): Unable to open '' for writing in %s on line %d
[all …]
H A Dpng2wbmp_error1-mb.phpt2 Test png2wbmp() function : wrong threshold value param
11 if(!function_exists('png2wbmp')) {
12 die('skip png2wbmp function is not available');
31 png2wbmp($file, $file2, 20, 120, 9);
32 png2wbmp($file, $file2, 20, 120, -1);
35 Deprecated: Function png2wbmp() is deprecated in %s on line %d
37 Warning: png2wbmp(): Invalid threshold value '9' in %s on line %d
39 Deprecated: Function png2wbmp() is deprecated in %s on line %d
41 Warning: png2wbmp(): Invalid threshold value '-1' in %s on line %d
H A Dpng2wbmp_error1.phpt2 Test png2wbmp() function : wrong threshold value param
11 if(!function_exists('png2wbmp')) {
12 die('skip png2wbmp function is not available');
31 png2wbmp($file, $file2, 20, 120, 9);
32 png2wbmp($file, $file2, 20, 120, -1);
35 Deprecated: Function png2wbmp() is deprecated in %s on line %d
37 Warning: png2wbmp(): Invalid threshold value '9' in %s on line %d
39 Deprecated: Function png2wbmp() is deprecated in %s on line %d
41 Warning: png2wbmp(): Invalid threshold value '-1' in %s on line %d
/PHP-7.2/ext/gd/
H A Dphp_gd.h199 PHP_FUNCTION(png2wbmp);
H A Dgd.c1001 PHP_DEP_FE(png2wbmp, arginfo_png2wbmp)
4094 PHP_FUNCTION(png2wbmp) in PHP_FUNCTION() argument
/PHP-7.2/
H A DUPGRADING200 . png2wbmp() and jpeg2wbmp() have been deprecated.

Completed in 28 milliseconds