Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
lib /
php /
test /
Var_Dump /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
bug1321.phpt
438
B
-rw-r--r--
bug3396.phpt
438
B
-rw-r--r--
bug3416.phpt
582
B
-rw-r--r--
bug490.phpt
855
B
-rw-r--r--
ignore-list.phpt
643
B
-rw-r--r--
renderer-html4_table.phpt
1.75
KB
-rw-r--r--
renderer-html4_text.phpt
972
B
-rw-r--r--
renderer-table.phpt
983
B
-rw-r--r--
renderer-text.phpt
1.02
KB
-rw-r--r--
renderer-xhtml_table.phpt
916
B
-rw-r--r--
renderer-xhtml_text.phpt
962
B
-rw-r--r--
renderer-xml.phpt
1.12
KB
-rw-r--r--
text-compact_mode.phpt
768
B
-rw-r--r--
text-normal_mode.phpt
783
B
-rw-r--r--
text-wide_mode.phpt
925
B
-rw-r--r--
toString-array.phpt
608
B
-rw-r--r--
toString-bool.phpt
250
B
-rw-r--r--
toString-float.phpt
387
B
-rw-r--r--
toString-int.phpt
307
B
-rw-r--r--
toString-null.phpt
196
B
-rw-r--r--
toString-object.phpt
610
B
-rw-r--r--
toString-resource.phpt
298
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : text-compact_mode.phpt
--TEST-- Text renderer : Compact mode. --FILE-- <?php error_reporting(E_ALL); require_once 'Var_Dump.php'; $linkedArray = array(0 => 'John', 11 => 'Jack', 127 => 'Bill'); $array = array( 'key-1' => 'The quick brown fox jumped over the lazy dog', 'key-2' => array( 'long-key' => & $linkedArray, 'file' => NULL ), 'long-key-3' => 234, ); Var_Dump::displayInit( array('display_mode' => 'Text'), array('mode' => 'compact') ); Var_Dump::display($array); ?> --EXPECT-- array(3) { key-1 => string(44) The quick brown fox jumped over the lazy dog key-2 => array(2) { long-key => &array(3) { 0 => string(4) John 11 => string(4) Jack 127 => string(4) Bill } file => NULL } long-key-3 => int 234 }
Close