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