zend加密的php,用dezender解密后有特殊代码,$FN_-2147483647( )

WBOY
Release: 2016-06-23 14:38:42
Original
1078 people have browsed it

zend加密的php,用dezender解密后有特殊代码,$FN_-2147483647( )网站运行时报错:Parse error: syntax error, unexpected '(' in E:\PHPnow-1.5.6\htdocs\source\control\admin\frame.php on line 28
第28行代码就是特殊代码,$FN_-2147483647( ),如下所示:
private function control( )
{
$FN_-2147483647( );
}

public function control_run( )

请问怎样修改呢?


回复讨论(解决方案)

- 不能出现在变量名中
费点心改一下就是了

$FN_-2147483647( );
改成$FN-2147483647( );这样吗

改成这样 $FN__2147483647( );
即将 - 改成 _

改成这样 $FN__2147483647( );
还是不行哦.网站运行提示:Fatal error: Function name must be a string in E:\PHPnow-1.5.6\htdocs\source\control\admin\frame.php on line 28
还是这行不行.

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
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!