Hacked By AnonymousFox

Current Path : /proc/thread-self/root/opt/alt/php74/usr/share/pear/test/Mail_Mime/tests/
Upload File :
Current File : //proc/thread-self/root/opt/alt/php74/usr/share/pear/test/Mail_Mime/tests/class-filename.phpt

--TEST--
Test class filename (bug #24)
--SKIPIF--
<?php
echo "skip This will be broken until Mail_Mime2";
?>
--FILE--
<?php
@include('Mail/Mime.php');
echo class_exists('Mail_Mime') ? 'Include OK' : 'Include failed';
?>
--EXPECT--
Include OK

Hacked By AnonymousFox1.0, Coded By AnonymousFox