I have the following setup:
FileA.php
$classInstance = new MyClass(); require "FileB.php";
FileB.php
$v = $classI