Home
last modified time | relevance | path

Searched refs:imagefile (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt13 $imagefile = __DIR__."/test1pix.jpg";
70 getimagesize($imagefile, $value);
/PHP-8.3/ext/exif/
H A Dexif.c4792 char *imagefile; in PHP_FUNCTION() local
4797 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &imagefile, &imagefile_len) == FAILURE) { in PHP_FUNCTION()
4801 stream = php_stream_open_wrapper(imagefile, "rb", IGNORE_PATH|REPORT_ERRORS, NULL); in PHP_FUNCTION()
4807 itype = php_getimagetype(stream, imagefile, NULL); in PHP_FUNCTION()

Completed in 18 milliseconds