leak

(PHP 3, PHP 4 )

leak -- Leak memory

Description

void leak ( int bytes)

leak() leaks the specified amount of memory.

This is useful when debugging the memory manager, which automatically cleans up "leaked" memory when each request is completed.