Searched refs:imagefile (Results 1 – 2 of 2) sorted by relevance
13 $imagefile = __DIR__."/test1pix.jpg";70 getimagesize($imagefile, $value);
4774 char *imagefile; in PHP_FUNCTION() local4779 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p", &imagefile, &imagefile_len) == FAILURE) { in PHP_FUNCTION()4783 stream = php_stream_open_wrapper(imagefile, "rb", IGNORE_PATH|REPORT_ERRORS, NULL); in PHP_FUNCTION()4789 itype = php_getimagetype(stream, imagefile, NULL); in PHP_FUNCTION()
Completed in 40 milliseconds