I have word like initialize_my_var: in sample.php
and I included three library files, take it as a.php, b.php, c.php ,
I really don't know where my label(initialize_my_var: ) definition is present in my library
files, is it possible with a pattern matching string to find which library file really have the exact term "initialize_my_var:" , I'm really looking for an exact pattern match.