PHP_STREAM_FREE_CLOSE_PERSISTENT 1093 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 1088 ext/sockets/sockets.c 					(stream->is_persistent?PHP_STREAM_FREE_CLOSE_PERSISTENT:0));
PHP_STREAM_FREE_CLOSE_PERSISTENT  901 ext/standard/file.c 		(stream->is_persistent ? PHP_STREAM_FREE_CLOSE_PERSISTENT : PHP_STREAM_FREE_CLOSE));
PHP_STREAM_FREE_CLOSE_PERSISTENT  297 main/php_streams.h #define php_stream_pclose(stream)	_php_stream_free((stream), PHP_STREAM_FREE_CLOSE_PERSISTENT)