Searched refs:jpeg2wbmp (Results 1 – 7 of 7) sorted by relevance
/PHP-7.2/ext/gd/tests/ |
H A D | jpeg2wbmp_error2-mb.phpt | 2 Test jpeg2wbmp() function : wrong origin filename param 11 if(!function_exists('jpeg2wbmp')) { 12 die('skip jpeg2wbmp function is not available'); 18 jpeg2wbmp('', $file, 20, 120, 8); 19 jpeg2wbmp(null, $file, 20, 120, 8); 20 jpeg2wbmp(false, $file, 20, 120, 8); 23 Deprecated: Function jpeg2wbmp() is deprecated in %s on line %d 25 Warning: jpeg2wbmp(): Unable to open '' for reading in %s on line %d 27 Deprecated: Function jpeg2wbmp() is deprecated in %s on line %d 29 Warning: jpeg2wbmp(): Unable to open '' for reading in %s on line %d [all …]
|
H A D | jpeg2wbmp_error2.phpt | 2 Test jpeg2wbmp() function : wrong origin filename param 11 if(!function_exists('jpeg2wbmp')) { 12 die('skip jpeg2wbmp function is not available'); 18 jpeg2wbmp('', $file, 20, 120, 8); 19 jpeg2wbmp(null, $file, 20, 120, 8); 20 jpeg2wbmp(false, $file, 20, 120, 8); 23 Deprecated: Function jpeg2wbmp() is deprecated in %s on line %d 25 Warning: jpeg2wbmp(): Unable to open '' for reading in %s on line %d 27 Deprecated: Function jpeg2wbmp() is deprecated in %s on line %d 29 Warning: jpeg2wbmp(): Unable to open '' for reading in %s on line %d [all …]
|
H A D | jpeg2wbmp_error3.phpt | 2 Test jpeg2wbmp() function : wrong destination filename param 11 if(!function_exists('jpeg2wbmp')) { 12 die('skip jpeg2wbmp function is not available'); 30 jpeg2wbmp($file, '', 20, 120, 8); 31 jpeg2wbmp($file, null, 20, 120, 8); 32 jpeg2wbmp($file, false, 20, 120, 8); 35 Deprecated: Function jpeg2wbmp() is deprecated in %s on line %d 37 Warning: jpeg2wbmp(): Unable to open '' for writing in %s on line %d 39 Deprecated: Function jpeg2wbmp() is deprecated in %s on line %d 41 Warning: jpeg2wbmp(): Unable to open '' for writing in %s on line %d [all …]
|
H A D | jpeg2wbmp_error1.phpt | 2 Test jpeg2wbmp() function : wrong threshold value param 11 if(!function_exists('jpeg2wbmp')) { 12 die('skip jpeg2wbmp function is not available'); 31 jpeg2wbmp($file, $file2, 20, 120, 9); 32 jpeg2wbmp($file, $file2, 20, 120, -1); 35 Deprecated: Function jpeg2wbmp() is deprecated in %s on line %d 37 Warning: jpeg2wbmp(): Invalid threshold value '9' in %s on line %d 39 Deprecated: Function jpeg2wbmp() is deprecated in %s on line %d 41 Warning: jpeg2wbmp(): Invalid threshold value '-1' in %s on line %d
|
/PHP-7.2/ext/gd/ |
H A D | php_gd.h | 198 PHP_FUNCTION(jpeg2wbmp);
|
H A D | gd.c | 998 PHP_DEP_FE(jpeg2wbmp, arginfo_jpeg2wbmp) 4084 PHP_FUNCTION(jpeg2wbmp) in PHP_FUNCTION() argument
|
/PHP-7.2/ |
H A D | UPGRADING | 200 . png2wbmp() and jpeg2wbmp() have been deprecated.
|
Completed in 28 milliseconds