Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Diptc.c189 char *iptcdata, *jpeg_file; in PHP_FUNCTION() local
199 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sp|l", &iptcdata, &iptcdata_len, &jpeg_file,… in PHP_FUNCTION()
203 if (php_check_open_basedir(jpeg_file TSRMLS_CC)) { in PHP_FUNCTION()
212 if ((fp = VCWD_FOPEN(jpeg_file, "rb")) == 0) { in PHP_FUNCTION()
213 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open %s", jpeg_file); in PHP_FUNCTION()

Completed in 7 milliseconds