file.php : <?php $text = "hop burdayim"; ?>
<?php
class IClass
{
include('file.php');

echo $text;
}
?>