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 : renderer-text.phpt
--TEST-- Renderer : Text. --FILE-- <?php error_reporting(E_ALL); require_once 'Var_Dump.php'; $linkedArray = array(TRUE, 123, 123.45); $array = array( 'key1' => 'The quick brown' . "\n" . 'fox jumped over' . "\n" . 'the lazy dog', 'key2' => & $linkedArray, 'key3' => NULL ); Var_Dump::displayInit( array('display_mode' => 'Text'), array( 'show_eol' => ' *', 'offset' => 3, 'opening' => '(', 'closing' => ')', 'operator' => ' -> ', 'before_num_key' => '\'', 'after_num_key' => '\'', 'before_str_key' => '"', 'after_str_key' => '"', 'before_type' => '[', 'after_type' => ']' ) ); Var_Dump::display($array); ?> --EXPECT-- array(3) ( "key1" -> [string(44)] The quick brown * fox jumped over * the lazy dog "key2" -> &array(3) ( '0' -> [bool] true '1' -> [int] 123 '2' -> [float] 123.45 ) "key3" -> [NULL] )
Close