关于php 方法参数个数传参不对,调用报错的问题?
phpcn_u238
phpcn_u238 2017-03-02 13:33:31
0
2
884

方法定义:

protected function get($para1, $para1, $para1){
    ...
}

方法调用

get('1', '2');

正常来说这样调用应该会报错的。

我在本地(PHP 7.1)调用就报错了.在我的服务器(PHP 7.0)上调用就没报错,

这是什么原因导致的?

phpcn_u238
phpcn_u238

reply all(2)
数据分析师

About the problem that the number of parameters in the PHP method is incorrect and the call error is reported? -PHP Chinese website Q&A-About the problem that the number of parameters passed to the PHP method is incorrect and an error is reported when the call is made? -PHP Chinese website Q&A

Let’s take a look and learn.

阿神

php错误基本设置不一样。。。这个不是致命错误,所以还是可以执行代码的。。两个环境配置要一样。

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!