Allow parameter promotion in constructors
[hiphop-php.git] / hphp / test / slow / ctor_param_promotion_bad_mod.php
blob32a78d316d2142dd8a1a7ac9a49c980b009e31bf
1 <?php
3 //
4 // only public, private or protected allowed
5 //
6 class A {
7 public function __construct(static $a) {}