<?php function test() { $local = 1; $local_two = 'two'; $local_three = 3; } $another_local = 423; xdebug_break(); test();