[eluser]Nummero2[/eluser]
yes the problem is there is a test function in all the helpers in the form
css_helper_test
canvas_helper_test
merge_helper_test
and so on
in a foreach loop I want to look for the context _helper_test so the routine is calling the functions automatically. When I load up all the helpers I can call one specific function with function_exists like css_helper_test for example but thats not what I want.