<?php
function_exists("undefined_function");//breakpoint here, evaluate expression "undefined_function()", then step over
function_exists("undefined_function");
function_exists("undefined_function");
