warning_replay.phpt 399 B

1234567891011121314151617
  1. --TEST--
  2. Opcache should replay compilation warnings if opcache.record_warnings=1
  3. --INI--
  4. opcache.record_warnings=1
  5. --EXTENSIONS--
  6. opcache
  7. --FILE--
  8. <?php
  9. require __DIR__ . '/warning_replay.inc';
  10. require __DIR__ . '/warning_replay.inc';
  11. ?>
  12. --EXPECTF--
  13. Warning: Unsupported declare 'unknown' in %swarning_replay.inc on line 3
  14. Warning: Unsupported declare 'unknown' in %swarning_replay.inc on line 3