blob: b4e22843ddb1ff25aecd60b5dbbaf5b53f887174 (
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--
Deprecated: Defining a custom assert() function is deprecated, as the function has special semantics in %s on line %d
|