Searched refs:jpeg_file (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | iptc.c | 180 char *iptcdata, *jpeg_file; local 190 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sp|l", &iptcdata, &iptcdata_len, &jpeg_file, &jpeg_file_len, &spool) != SUCCESS) { 194 if (php_check_open_basedir(jpeg_file TSRMLS_CC)) { 198 if ((fp = VCWD_FOPEN(jpeg_file, "rb")) == 0) { 199 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open %s", jpeg_file);
|
Completed in 3 milliseconds