15 lines
182 B
Plaintext
15 lines
182 B
Plaintext
|
|
--TEST--
|
||
|
|
#[\Deprecated]: Message is empty.
|
||
|
|
--FILE--
|
||
|
|
<?php
|
||
|
|
|
||
|
|
#[\Deprecated("")]
|
||
|
|
function test() {
|
||
|
|
}
|
||
|
|
|
||
|
|
test();
|
||
|
|
|
||
|
|
?>
|
||
|
|
--EXPECTF--
|
||
|
|
Deprecated: Function test() is deprecated in %s on line %d
|