Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dstreams.c529 char *leakinfo; in _php_stream_free() local
530 …spprintf(&leakinfo, 0, __FILE__ "(%d) : Stream of type '%s' %p (path:%s) was not closed\n", __LINE… in _php_stream_free()
538 OutputDebugString(leakinfo); in _php_stream_free()
540 fprintf(stderr, "%s", leakinfo); in _php_stream_free()
542 efree(leakinfo); in _php_stream_free()

Completed in 17 milliseconds