[PHP] pobierz, plaintext <?phpclass Cos {static const INT_PARAM = 1;public function __construct($param){echo $param;}}$o = new Cos(Cos::INT_PARAM);?>[PHP] pobierz, plaintext