Arquivos
hhvm/hphp/test/quick/ctor_param_promotion.php.expect
T
Dario Russi ef99ac3445 Allow parameter promotion in constructors
Extend PHP to allow constructor paramters to be promoted to fields. Reduce plumbing of class declaration and helps productivity.
2013-07-06 11:12:21 -07:00

7 linhas
63 B
Plaintext

string(1) "c"
array(0) {
}
string(1) "b"
int(3)
string(2) "hi"