Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/
H A Dgd.c4437 char *fn_dest = NULL; in _php_image_convert() local
4454 fn_dest = f_dest; in _php_image_convert()
4469 PHP_GD_CHECK_OPEN_BASEDIR(fn_dest, "Invalid destination filename"); in _php_image_convert()
4479 dest = VCWD_FOPEN(fn_dest, "wb"); in _php_image_convert()
4481 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' for writing", fn_dest); in _php_image_convert()
4489 … php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' Not a valid GIF file", fn_dest); in _php_image_convert()
4499 … php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' Not a valid JPEG file", fn_dest); in _php_image_convert()
4509 … php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to open '%s' Not a valid PNG file", fn_dest); in _php_image_convert()

Completed in 18 milliseconds