Created
February 25, 2015 19:50
-
-
Save nrjones8/922a954f5feaab12a401 to your computer and use it in GitHub Desktop.
invalid syntax before PHP 5.6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class Foo { | |
private $some_var = 'concatenated ' . 'str'; | |
} | |
$foo = new Foo(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment