009.phpt 184 B

1234567891011
  1. --TEST--
  2. Test fetch nullsafe property by ref
  3. --FILE--
  4. <?php
  5. $foo = null;
  6. $ref = &$foo?->bar
  7. ?>
  8. --EXPECTF--
  9. Fatal error: Cannot take reference of a nullsafe chain in %s.php on line 4