php-src/Zend/tests/function_redecl.phpt

10 lines
213 B
Plaintext
Raw Normal View History

2015-01-21 22:54:03 +00:00
--TEST--
Function redeclaration must produce a simple fatal
--FILE--
<?php
function f() {}
function f() {}
?>
--EXPECTF--
Fatal error: Cannot redeclare function f() (previously declared in %s:%d) in %s on line %d