Home
last modified time | relevance | path

Searched refs:imageloadfont (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/gd/tests/
H A Dimageloadfont_end_of_file_while_reading_header.phpt2 imageloadfont() "End of file while reading header"
17 $font = imageloadfont($filename);
24 $font = imageloadfont($filename);
31 Warning: imageloadfont(): End of file while reading header in %s on line %d
33 Warning: imageloadfont(): End of file while reading header in %s on line %d
H A Dimageloadfont_invalid.phpt2 imageloadfont() function crashes
14 $font = imageloadfont($filename);
20 Warning: imageloadfont(): Product of memory allocation multiplication would exceed INT_MAX, failing…
23 Warning: imageloadfont(): Error reading font, invalid font header in %simageloadfont_invalid.php on…
H A Dbug81739.phpt2 Bug #81739 (OOB read due to insufficient validation in imageloadfont())
11 var_dump(imageloadfont(__DIR__ . "/font.font"));
18 Warning: imageloadfont(): %croduct of memory allocation multiplication would exceed INT_MAX, failin…
21 Warning: imageloadfont(): Error reading font, invalid font header in %s on line %d
H A Dimageloadfont_error2.phpt2 Testing that imageloadfont() breaks on invalid file passed as first argument
9 var_dump( imageloadfont('\src\invalidfile.font') );
12 Warning: imageloadfont(\src\invalidfile.font): Failed to open stream: No such file or directory in …
H A Dgh13082.phpt9 $font = imageloadfont(__DIR__ . "/gh13082.gdf");
10 if ($font === false) die("imageloadfont failed");
/php-src/ext/gd/
H A Dgd_arginfo.h579 ZEND_FUNCTION(imageloadfont);
719 ZEND_FE(imageloadfont, arginfo_imageloadfont)
H A Dgd.stub.php486 function imageloadfont(string $filename): GdFont|false {} function
H A Dgd.c534 PHP_FUNCTION(imageloadfont) in PHP_FUNCTION() argument

Completed in 26 milliseconds