Has this always been the case?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi.

Both

<?php
class Oddity{
  public $var = 'a' . 'b';
}
?>

and

<?php
class Oddity{
const A_VAR = 'a' . 'b';
}
?>

produce ...

PHP Parse error:  syntax error, unexpected '.', expecting ',' or ';' in -
on line 3

For properties, has this always been the case?

Admittedly, this is the first time I've ever written code to assign a
concatenated string to a static property ...

    static protected $s_NormaliserScript = __DIR__ . '/normalizedError.php';

And I was just surprised.

That's all.

Regards,

Richard.

P.S. Happy Friday!


-- 
Richard Quadling
Twitter : @RQuadling
EE : http://e-e.com/M_248814.html
Zend : http://bit.ly/9O8vFY

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux