<?php

$line = 'topp.*.a=jdbs_watcher';

preg_match("/(.*)\.(.*)\.(.*)=(.*)/", $line, $matches);
array_shift($matches);
list($ws, $layer, $perm, $role) = $matches;

echo $ws." - ".$layer." - ".$perm." - ".$role."\n";