DEBSOURCES
Skip Quicknav
sources / xdebug / 3.4.5-3 / xdebug-3.4.5 / tests / debugger / bug00627.inc
12345678910
<?php require getenv("XDEBUG_TEST_DIR") . '/bug00627-symlink.inc'; function normal() { inSymlinkedFile(); } normal(); ?>