Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/tests/image/
H A Dgetimagesize_error1.phpt5 /* Prototype : proto array getimagesize(string imagefile [, array info])
19 $imagefile = 'string_val';
22 var_dump( getimagesize($imagefile, $info, $extra_arg) );
H A Dgetimagesize_variation2.phpt11 /* Prototype : proto array getimagesize(string imagefile [, array info])
25 $imagefile = dirname(__FILE__)."/test1pix.jpg";
82 getimagesize($imagefile, $value);
H A Dgetimagesize_variation4.phpt11 /* Prototype : array getimagesize(string imagefile [, array info])
H A Dgetimagesize_wbmp.phpt11 /* Prototype : proto array getimagesize(string imagefile [, array info])
H A Dgetimagesize_xbm.phpt11 /* Prototype : proto array getimagesize(string imagefile [, array info])
H A Dgetimagesize_tif_mm.phpt11 /* Prototype : proto array getimagesize(string imagefile [, array info])
H A Dgetimagesize_variation_005.phpt11 /* Prototype : array getimagesize(string imagefile [, array info])
H A Dgetimagesize_jpgapp.phpt11 /* Prototype : proto array getimagesize(string imagefile [, array info])
H A Dgetimagesize_variation_003.phpt5 /* Prototype : array getimagesize(string imagefile [, array info])
H A Dgetimagesize_variation1.phpt5 /* Prototype : proto array getimagesize(string imagefile [, array info])
72 // loop through each element of the array for imagefile
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-5.4/ext/exif/
H A Dexif.c124 ZEND_ARG_INFO(0, imagefile)
4166 char *imagefile; in PHP_FUNCTION() local
4171 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &imagefile, &imagefile_len) == FAILURE) { in PHP_FUNCTION()
4175 stream = php_stream_open_wrapper(imagefile, "rb", IGNORE_PATH|REPORT_ERRORS, NULL); in PHP_FUNCTION()
/PHP-5.4/ext/standard/
H A Dbasic_functions.c1534 ZEND_ARG_INFO(0, imagefile)

Completed in 69 milliseconds