PHP scripting language is case insensitive. (not relevant to variables though)
Since your class childhas no constructor, the constructor of the parent class starts.
When you do it.
$t = new Test();
Creates the constructor of the parent class, which is equal to public function testing()(see the name of the class match)
PHP.
, PHP 5 __construct() , , , .