“Fatal error: Cannot redeclare

前端 未结 17 1014
[愿得一人]
[愿得一人] 2020-11-22 05:26

I have a function(this is exactly how it appears, from the top of my file):



        
17条回答
  •  滥情空心
    2020-11-22 06:21

    I had the same problem. And finally it was a double include. One include in a file named X. And another include in a file named Y. Knowing that in file Y I had include ('X')

提交回复
热议问题