You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREAte_funCTiOn
PHP Fatal error: Uncaught Error: Call to undefined function CREAte_funCTiOn() in /project/Obfuscator-Class/2-input.php:18
Stack trace:
#0 {main}
thrown in /project/Obfuscator-Class/2-input.php on line 18
PHP Fatal error: Uncaught Error: Call to undefined function create_function() in /project/Obfuscator-Class/2-input.php:21
Stack trace:
#0 {main}
thrown in /project/Obfuscator-Class/2-input.php on line 21
What I find is obscured code want to use CREAte_funCTiOn function somethings is probably create_function. But this is not available in server.
Hi Pierre;
The Function
create_function
has been DEPRECATED in PHP8 and encoded programs will not run in a new server.(PHP 4 >= 4.0.1, PHP 5, PHP 7)
Trace
[max@workstation Obfuscator-Class]$ php 2-input.php
[max@workstation Obfuscator-Class]$ php 2-input.php
What I find is obscured code want to use
CREAte_funCTiOn
function somethings is probablycreate_function
. But this is not available in server.$ php -v
I'm not sure it's solved before or a trick and solution to solve this. Anyway I submit this since I see encoded programs cannot run anymore.
Best;
The text was updated successfully, but these errors were encountered: