Blame | Last modification | View Log | Download
<?php require_once(__DIR__ . '/InheritanceB.php'); class InheritanceA extends InheritanceB { }
<?php
require_once(__DIR__ . '/InheritanceB.php');
class InheritanceA extends InheritanceB
{
}