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-table.phpt
--TEST-- Renderer : Table. --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' => 'Table'), array( 'before_str_key' => '"', 'after_str_key' => '"', 'before_type' => '[', 'after_type' => ']' ) ); Var_Dump::display($array); ?> --EXPECT-- <table><caption>array(3)</caption><tr><td>"key1"</td><td>[string(44)]</td><td>The quick brown<br /> fox jumped over<br /> the lazy dog</td></tr><tr><td>"key2"</td><td colspan="2"><table><caption>&array(3)</caption><tr><td>0</td><td>[bool]</td><td>true</td></tr><tr><td>1</td><td>[int]</td><td>123</td></tr><tr><td>2</td><td>[float]</td><td>123.45</td></tr></table></td></tr><tr><td>"key3"</td><td colspan="2">[NULL]</td></tr></table>
Close