custom_assert_forbidden.phpt 258 B

123456789101112
  1. --TEST--
  2. Defining a free-standing assert() function is deprecated
  3. --FILE--
  4. <?php
  5. namespace FooBar;
  6. function assert() {}
  7. ?>
  8. --EXPECTF--
  9. Fatal error: Defining a custom assert() function is not allowed, as the function has special semantics in %s on line %d