标签: php class instance
我在Xampp中创建了一个网站,一切都很棒。但是,当我将站点上传到服务器时,创建新类会杀死页面的其余部分。
示例 - PHP代码:
echo 'Code before instance is created'; $instance = new fooClass(); echo 'Nothing runs after instance is created';
页面上的结果:
创建实例前的代码
error_log中: 显示没有错误 服务器:Bluehost