Home
last modified time | relevance | path

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

/PHP-5.4/main/streams/
H A Dstreams.c534 char *leakinfo; in _php_stream_free() local
535 …spprintf(&leakinfo, 0, __FILE__ "(%d) : Stream of type '%s' %p (path:%s) was not closed\n", __LINE… in _php_stream_free()
543 OutputDebugString(leakinfo); in _php_stream_free()
545 fprintf(stderr, "%s", leakinfo); in _php_stream_free()
547 efree(leakinfo); in _php_stream_free()

Completed in 15 milliseconds