Linux ip-172-26-5-244 6.1.0-28-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64
Apache
: 172.26.5.244 | : 216.73.216.21
Cant Read [ /etc/named.conf ]
8.3.14
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
opt /
bitnami /
peclapcu /
tests /
[ HOME SHELL ]
Name
Size
Permission
Action
bad
[ DIR ]
drwxr-xr-x
data
[ DIR ]
drwxr-xr-x
apc54_014.phpt
1.44
KB
-rw-r--r--
apc54_018.phpt
4.22
KB
-rw-r--r--
apc_001.phpt
513
B
-rw-r--r--
apc_002.phpt
481
B
-rw-r--r--
apc_003b.phpt
1.74
KB
-rw-r--r--
apc_003b_legacy.phpt
1.69
KB
-rw-r--r--
apc_004.phpt
654
B
-rw-r--r--
apc_005.phpt
635
B
-rw-r--r--
apc_005b.phpt
705
B
-rw-r--r--
apc_005c.phpt
800
B
-rw-r--r--
apc_006.phpt
1.13
KB
-rw-r--r--
apc_006_php73.phpt
1.02
KB
-rw-r--r--
apc_006_php81.phpt
1.25
KB
-rw-r--r--
apc_007.phpt
1.05
KB
-rw-r--r--
apc_008.phpt
838
B
-rw-r--r--
apc_010.phpt
1.3
KB
-rw-r--r--
apc_011.phpt
380
B
-rw-r--r--
apc_012.phpt
606
B
-rw-r--r--
apc_013_exists.phpt
407
B
-rw-r--r--
apc_014_store_ref.phpt
392
B
-rw-r--r--
apc_015.phpt
255
B
-rw-r--r--
apc_016.phpt
613
B
-rw-r--r--
apc_017.phpt
326
B
-rw-r--r--
apc_018.phpt
193
B
-rw-r--r--
apc_019.phpt
732
B
-rw-r--r--
apc_020.phpt
802
B
-rw-r--r--
apc_021.phpt
903
B
-rw-r--r--
apc_022.phpt
620
B
-rw-r--r--
apc_023.phpt
1.15
KB
-rw-r--r--
apc_024.phpt
327
B
-rw-r--r--
apc_025.phpt
423
B
-rw-r--r--
apc_099.phpt
399
B
-rw-r--r--
apc_disabled.phpt
1.83
KB
-rw-r--r--
apc_entry_001.phpt
523
B
-rw-r--r--
apc_entry_002.phpt
436
B
-rw-r--r--
apc_entry_003.phpt
284
B
-rw-r--r--
apc_entry_recursion.phpt
374
B
-rw-r--r--
apc_inc_perf.phpt
548
B
-rw-r--r--
apc_store_array_int_keys.phpt
382
B
-rw-r--r--
apc_store_array_with_refs.phpt
254
B
-rw-r--r--
apc_store_reference.phpt
635
B
-rw-r--r--
apc_store_reference_php8.phpt
606
B
-rw-r--r--
apc_store_string_reuse.phpt
217
B
-rw-r--r--
apcu_fetch_empty_array_referen...
693
B
-rw-r--r--
apcu_sma_info.phpt
583
B
-rw-r--r--
bug63224.phpt
3.68
KB
-rw-r--r--
bug76145.phpt
886
B
-rw-r--r--
get_included_files_inc1.inc
28
B
-rw-r--r--
get_included_files_inc2.inc
87
B
-rw-r--r--
get_included_files_inc3.inc
87
B
-rw-r--r--
ghbug168.phpt
469
B
-rw-r--r--
ghbug176.phpt
967
B
-rw-r--r--
ghbug185.phpt
1.12
KB
-rw-r--r--
ghbug247.phpt
324
B
-rw-r--r--
ghbug248.phpt
2.92
KB
-rw-r--r--
ghbug335-fail.phpt
680
B
-rw-r--r--
ghbug335.phpt
673
B
-rw-r--r--
iterator_001.phpt
1.73
KB
-rw-r--r--
iterator_002.phpt
541
B
-rw-r--r--
iterator_003.phpt
1.75
KB
-rw-r--r--
iterator_004.phpt
594
B
-rw-r--r--
iterator_005.phpt
1.78
KB
-rw-r--r--
iterator_006.phpt
16.52
KB
-rw-r--r--
iterator_007.phpt
1.37
KB
-rw-r--r--
iterator_008.phpt
512
B
-rw-r--r--
iterator_009.phpt
382
B
-rw-r--r--
iterator_010.phpt
942
B
-rw-r--r--
iterator_011.phpt
665
B
-rw-r--r--
not_enough_shm.phpt
329
B
-rw-r--r--
server_test.inc
4.22
KB
-rw-r--r--
skipif.inc
79
B
-rw-r--r--
sma001.phpt
575
B
-rw-r--r--
typed_prop.phpt
678
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : apc_disabled.phpt
--TEST-- Behavior of functions when apcu is disabled --INI-- apc.enable_cli=0 --FILE-- <?php echo "enabled\n"; var_dump(apcu_enabled()); echo "\nclear_cache\n"; var_dump(apcu_clear_cache()); echo "\ncache/sma_info\n"; var_dump(apcu_cache_info()); var_dump(apcu_sma_info()); echo "\nstore/add/exists/fetch/key_info/delete\n"; var_dump(apcu_store("key", "value")); var_dump(apcu_add("key", "value")); var_dump(apcu_exists("key")); var_dump(apcu_fetch("key")); var_dump(apcu_key_info("key")); var_dump(apcu_delete("key")); echo "\nstore/add/exists/fetch/delete array\n"; var_dump(apcu_store(["key" => "value"])); var_dump(apcu_add(["key" => "value"])); var_dump(apcu_exists(["key"])); var_dump(apcu_fetch(["key"])); var_dump(apcu_delete(["key"])); echo "\ninc/dec/cas\n"; var_dump(apcu_inc("key", 1, $succ_inc)); var_dump($succ_inc); var_dump(apcu_dec("key", 1, $succ_dec)); var_dump($succ_dec); var_dump(apcu_cas("key", 10, 20)); echo "\nentry\n"; var_dump(apcu_entry("key", function() { return 42; })); echo "\niterator\n"; try { new APCUIterator; } catch (Error $e) { echo $e->getMessage(), "\n"; } ?> --EXPECTF-- enabled bool(false) clear_cache bool(true) cache/sma_info Warning: apcu_cache_info(): No APC info available. Perhaps APC is not enabled? Check apc.enabled in your ini file in %s on line %d bool(false) Warning: apcu_sma_info(): No APC SMA info available. Perhaps APC is disabled via apc.enabled? in %s on line %d bool(false) store/add/exists/fetch/key_info/delete bool(false) bool(false) bool(false) bool(false) NULL bool(false) store/add/exists/fetch/delete array array(1) { ["key"]=> int(-1) } array(1) { ["key"]=> int(-1) } array(0) { } array(0) { } array(1) { [0]=> string(3) "key" } inc/dec/cas bool(false) bool(false) bool(false) bool(false) bool(false) entry NULL iterator APC must be enabled to use APCUIterator
Close