nopPositions.test 348 B

123456789101112131415161718192021222324252627
  1. Positions for leading nop statement
  2. -----
  3. <?php
  4. /* Comment */
  5. -----
  6. !!positions
  7. array(
  8. 0: Stmt_Nop[2:14 - 2:13](
  9. comments: array(
  10. 0: /* Comment */
  11. )
  12. )
  13. )
  14. -----
  15. <?php
  16. {
  17. /* comment */
  18. }
  19. -----
  20. !!positions
  21. array(
  22. 0: Stmt_Nop[3:0 - 3:17](
  23. comments: array(
  24. 0: /* comment */
  25. )
  26. )
  27. )