Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt5 /* Prototype : proto array getimagesize(string imagefile [, array info])
19 $imagefile = __DIR__."/test1pix.jpg";
76 getimagesize($imagefile, $value);
H A Dgetimagesize_xbm.phpt5 /* Prototype : proto array getimagesize(string imagefile [, array info])
H A Dgetimagesize_wbmp.phpt5 /* Prototype : proto array getimagesize(string imagefile [, array info])
H A Dgetimagesize_tif_mm.phpt5 /* Prototype : proto array getimagesize(string imagefile [, array info])
H A Dgetimagesize_variation4.phpt11 /* Prototype : array getimagesize(string imagefile [, array info])
H A Dgetimagesize_variation_005.phpt11 /* Prototype : array getimagesize(string imagefile [, array info])
H A Dgetimagesize_jpgapp.phpt5 /* Prototype : proto array getimagesize(string imagefile [, array info])
H A Dgetimagesize_variation3.phpt5 /* Prototype : array getimagesize(string imagefile [, array info])
H A Dgetimagesize_basic.phpt5 /* Prototype : array getimagesize(string imagefile [, array info])
/PHP-7.4/ext/exif/
H A Dexif.c90 ZEND_ARG_INFO(0, imagefile)
4818 char *imagefile; in PHP_FUNCTION() local
4823 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &imagefile, &imagefile_len) == FAILURE) { in PHP_FUNCTION()
4827 stream = php_stream_open_wrapper(imagefile, "rb", IGNORE_PATH|REPORT_ERRORS, NULL); in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c1507 ZEND_ARG_INFO(0, imagefile)

Completed in 42 milliseconds