|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-11-08 15:08 UTC] r dot vandruten at usc dot ru dot nl
[2006-11-08 15:13 UTC] r dot vandruten at usc dot ru dot nl
[2006-11-08 19:27 UTC] judas dot iscariote at gmail dot com
[2006-11-09 08:35 UTC] derick@php.net
[2006-11-09 16:02 UTC] nlopess@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 23:00:02 2025 UTC |
Description: ------------ Fatal error: Cannot redeclare date_format() in /usr/home/tester.php on line 4 <? function date_format($x){ return 1; } ?> is date_format a new undocumented function? Reproduce code: --------------- <? function date_format($x){ return 1; } ?> Expected result: ---------------- In 5.1.4 nothing in 5.2.0 ?