Home
last modified time | relevance | path

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

/php-src/TSRM/
H A DTSRM.c75 static FILE *tsrm_error_file; variable
131 tsrm_error_file = stderr; in tsrm_startup()
217 if (tsrm_error_file!=stderr) { in tsrm_shutdown()
218 fclose(tsrm_error_file); in tsrm_shutdown()
734 fprintf(tsrm_error_file, "TSRM: "); in tsrm_error()
738 fprintf(tsrm_error_file, "\n"); in tsrm_error()
739 fflush(tsrm_error_file); in tsrm_error()
754 fclose(tsrm_error_file); in tsrm_error_set()
759 if (!tsrm_error_file) { in tsrm_error_set()
760 tsrm_error_file = stderr; in tsrm_error_set()
[all …]

Completed in 7 milliseconds