new_static.phpt 176 B

12345678910
  1. --TEST--
  2. Static in new is not supported
  3. --FILE--
  4. <?php
  5. static $x = new static;
  6. ?>
  7. --EXPECTF--
  8. Fatal error: "static" is not allowed in compile-time constants in %s on line %d