Lines Matching refs:last_error_file
961 || strcmp(PG(last_error_file), error_filename)))) { in php_error_cb()
979 if (PG(last_error_file)) { in php_error_cb()
980 free(PG(last_error_file)); in php_error_cb()
981 PG(last_error_file) = NULL; in php_error_cb()
991 PG(last_error_file) = strdup(error_filename); in php_error_cb()
1802 if (PG(last_error_file)) { in php_request_shutdown()
1803 free(PG(last_error_file)); in php_request_shutdown()
1804 PG(last_error_file) = NULL; in php_request_shutdown()
1891 if (core_globals->last_error_file) { in core_globals_dtor()
1892 free(core_globals->last_error_file); in core_globals_dtor()
2075 PG(last_error_file) = NULL; in php_module_startup()