PHP userland backwards compatibility layer that emulates PHP 5.5+ core functions.

⌈⌋ ⎇ branch:  upgrade.php


Artifact [dde4a73b01]

Artifact dde4a73b012bfd3d7eaa2d0dccf28febd523daba:

  • File doc/tests1all/mime_content_type.phpt — part of check-in [51e3884900] at 2010-06-22 17:03:27 on branch trunk — upgradephp-15 (user: mario size: 179)

--TEST--
mime_content_type
--FILE--
<?php

$t = mime_content_type(__FILE__);
echo "mime_content_type(__FILE__) = $t\n\n";

?>
--EXPECT--
mime_content_type(__FILE__) = text/plain