writeToTempExpr.phpt 184 B

12345678910
  1. --TEST--
  2. Writing to a temporary expression is not allowed
  3. --FILE--
  4. <?php
  5. [0, 1][0] = 1;
  6. ?>
  7. --EXPECTF--
  8. Fatal error: Cannot use temporary expression in write context in %s on line %d