Chapter 3 files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
static $int = 0; // Allowed
|
||||
static $int = 1+2; // Disallowed (will produce a Parse error)
|
||||
static $int = sqrt(144); // Disallowed
|
||||
?>
|
||||
Reference in New Issue
Block a user