Home
last modified time | relevance | path

Searched refs:imagexbm (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/gd/tests/
H A Dimagexbm_nullbyte_injection.phpt2 Testing null byte injection in imagexbm
10 var_dump(imagexbm($image, "./foo\0bar"));
14 Warning: imagexbm() expects parameter 2 to be a valid path, string given in %s on line %d
H A Dbug66339.phpt2 Bug #66339 (PHP segfaults in imagexbm)
13 imagexbm($im, NULL);
15 imagexbm($im, './bug66339.xbm');
H A Dbug66339-mb.phpt2 Bug #66339 (PHP segfaults in imagexbm)
13 imagexbm($im, NULL);
15 imagexbm($im, './bug66339私はガラスを食べられます.xbm');
H A Dbug53640.phpt16 imagexbm($im, NULL);
/PHP-7.4/ext/gd/
H A Dphp_gd.h212 PHP_FUNCTION(imagexbm);
H A Dgd.c1017 PHP_FE(imagexbm, arginfo_imagexbm)
2787 PHP_FUNCTION(imagexbm) in PHP_FUNCTION() argument

Completed in 28 milliseconds