Searched refs:imagefile (Results 1 – 14 of 14) sorted by relevance
/PHP-7.2/ext/standard/tests/image/ |
H A D | getimagesize_error1.phpt | 5 /* Prototype : proto array getimagesize(string imagefile [, array info]) 19 $imagefile = 'string_val'; 22 var_dump( getimagesize($imagefile, $info, $extra_arg) );
|
H A D | getimagesize_variation2.phpt | 11 /* Prototype : proto array getimagesize(string imagefile [, array info]) 25 $imagefile = dirname(__FILE__)."/test1pix.jpg"; 82 getimagesize($imagefile, $value);
|
H A D | getimagesize_wbmp.phpt | 11 /* Prototype : proto array getimagesize(string imagefile [, array info])
|
H A D | getimagesize_variation4.phpt | 11 /* Prototype : array getimagesize(string imagefile [, array info])
|
H A D | getimagesize_xbm.phpt | 11 /* Prototype : proto array getimagesize(string imagefile [, array info])
|
H A D | getimagesize_tif_mm.phpt | 11 /* Prototype : proto array getimagesize(string imagefile [, array info])
|
H A D | getimagesize_variation_005.phpt | 11 /* Prototype : array getimagesize(string imagefile [, array info])
|
H A D | getimagesize_jpgapp.phpt | 11 /* Prototype : proto array getimagesize(string imagefile [, array info])
|
H A D | getimagesize_variation_003.phpt | 5 /* Prototype : array getimagesize(string imagefile [, array info])
|
H A D | getimagesize_variation3.phpt | 5 /* Prototype : array getimagesize(string imagefile [, array info])
|
H A D | getimagesize_variation1.phpt | 5 /* Prototype : proto array getimagesize(string imagefile [, array info]) 72 // loop through each element of the array for imagefile
|
H A D | getimagesize_basic.phpt | 5 /* Prototype : array getimagesize(string imagefile [, array info])
|
/PHP-7.2/ext/exif/ |
H A D | exif.c | 114 ZEND_ARG_INFO(0, imagefile) 4775 char *imagefile; in PHP_FUNCTION() local 4780 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &imagefile, &imagefile_len) == FAILURE) { in PHP_FUNCTION() 4784 stream = php_stream_open_wrapper(imagefile, "rb", IGNORE_PATH|REPORT_ERRORS, NULL); in PHP_FUNCTION()
|
/PHP-7.2/ext/standard/ |
H A D | basic_functions.c | 1504 ZEND_ARG_INFO(0, imagefile)
|
Completed in 62 milliseconds