Home
last modified time | relevance | path

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

/PHP-5.5/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 Warning: png2wbmp(): Unable to open '' for reading in %s on line %d
25 Warning: png2wbmp(): Unable to open '' for reading in %s on line %d
27 Warning: png2wbmp(): Unable to open '' for reading in %s on line %d
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 Warning: png2wbmp(): Unable to open '' for writing in %s on line %d
37 Warning: png2wbmp(): Unable to open '' for writing in %s on line %d
39 Warning: png2wbmp(): Unable to open '' for writing 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 Warning: png2wbmp(): Invalid threshold value '9' in %s on line %d
37 Warning: png2wbmp(): Invalid threshold value '-1' in %s on line %d
/PHP-5.5/ext/gd/
H A Dphp_gd.h200 PHP_FUNCTION(png2wbmp);
H A Dgd.c1018 PHP_FE(png2wbmp, arginfo_png2wbmp)
4370 PHP_FUNCTION(png2wbmp) in PHP_FUNCTION() argument

Completed in 18 milliseconds