<?php class A{ private $a; public function __construct(){ $a = 5; } } $a=new A();print_r($a); ?>
Standard input is empty
A Object ( [a:private] => )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!