<?php

preg_replace_callback('/{(\w+)_([\w\-]+)(.([\w\-]+)){0,}}/', function($arr) {
				print_r($arr);
			}, "{lead_hehehhe.asd}");