Searched refs:out_fp (Results 1 – 1 of 1) sorted by relevance
193 FILE *in_fp, *out_fp; in PHP_FUNCTION() local206 if (FAILURE == php_stream_cast(outstream, PHP_STREAM_AS_STDIO, (void**)&out_fp, REPORT_ERRORS)) { in PHP_FUNCTION()221 if (!recode_file_to_file(request, in_fp, out_fp)) { in PHP_FUNCTION()
Completed in 4 milliseconds