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-xhtml_table.phpt
--TEST-- Renderer : XHTML_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' => 'XHTML_Table')); Var_Dump::display($array); ?> --EXPECT-- <table class="var_dump"><caption>array(3)</caption><tr><th>key1</th><td><i>string(44)</i></td><td>The quick brown<br /> fox jumped over<br /> the lazy dog</td></tr><tr class="alt"><th>key2</th><td colspan="2"><table class="var_dump"><caption>&array(3)</caption><tr><th>0</th><td><i>bool</i></td><td>true</td></tr><tr class="alt"><th>1</th><td><i>int</i></td><td>123</td></tr><tr><th>2</th><td><i>float</i></td><td>123.45</td></tr></table></td></tr><tr><th>key3</th><td colspan="2"><i>NULL</i></td></tr></table>
Close