<?php class Calc{ const PROP = TRUE;} $c = new Calc();$class_name = get_class($c);var_dump($class_name::PROP);
Standard input is empty
bool(true)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!