enphp icon indicating copy to clipboard operation
enphp copied to clipboard

使用网页版加密后运行报错

Open xiebruce opened this issue 4 years ago • 0 comments

使用的是这个网页版:http://enphp.djunny.com/

我的php代码运行是正常的,但是加密后再运行,就报以下错误:

PHP Parse error:  syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in /Users/bruce/Downloads/jy2fcp.php on line 9

Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in /Users/bruce/Downloads/jy2fcp.php on line 9

php version:

PHP 7.4.26 (cli) (built: Nov 24 2021 14:01:17) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
    with Xdebug v3.1.0, Copyright (c) 2002-2021, by Derick Rethans
    with Zend OPcache v7.4.26, Copyright (c), by Zend Technologies

如果需要分析我加密的php文件,请给我一个邮箱,我发你邮箱

xiebruce avatar Nov 26 '21 14:11 xiebruce