breakiter___construct.phpt 335 B

123456789101112131415
  1. --TEST--
  2. IntlBreakIterator::__construct() should not be callable
  3. --EXTENSIONS--
  4. intl
  5. --FILE--
  6. <?php
  7. ini_set("intl.error_level", E_WARNING);
  8. new IntlBreakIterator();
  9. ?>
  10. --EXPECTF--
  11. Fatal error: Uncaught Error: Call to private IntlBreakIterator::__construct() from global scope in %s:%d
  12. Stack trace:
  13. #0 {main}
  14. thrown in %s on line %d