PHP_STREAM_FREE_CLOSE_PERSISTENT 1073 ext/mysqlnd/mysqlnd_net.c 				php_stream_free(net_stream, PHP_STREAM_FREE_CLOSE_PERSISTENT | PHP_STREAM_FREE_RSRC_DTOR);
PHP_STREAM_FREE_CLOSE_PERSISTENT 1076 ext/sockets/sockets.c 					(stream->is_persistent?PHP_STREAM_FREE_CLOSE_PERSISTENT:0));
PHP_STREAM_FREE_CLOSE_PERSISTENT  111 ext/spl/spl_directory.c 				php_stream_free(intern->u.file.stream, PHP_STREAM_FREE_CLOSE_PERSISTENT);
PHP_STREAM_FREE_CLOSE_PERSISTENT  284 main/php_streams.h #define php_stream_pclose(stream)	_php_stream_free((stream), PHP_STREAM_FREE_CLOSE_PERSISTENT TSRMLS_CC)