Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Diptc.c173 char *iptcdata, *jpeg_file; in PHP_FUNCTION() local
186 Z_PARAM_PATH(jpeg_file, jpeg_file_len) in PHP_FUNCTION()
191 if (php_check_open_basedir(jpeg_file)) { in PHP_FUNCTION()
200 if ((fp = VCWD_FOPEN(jpeg_file, "rb")) == 0) { in PHP_FUNCTION()
201 php_error_docref(NULL, E_WARNING, "Unable to open %s", jpeg_file); in PHP_FUNCTION()

Completed in 4 milliseconds