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

⌈⌋ ⎇ branch:  upgrade.php


Artifact [6471884ac9]

Artifact 6471884ac94a83c3d9d0afd14ac6f49612a36383:

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

--TEST--
filter() test
--POST--
foo=<b>abc</b>
--FILE--
<?php 
echo filter_input(INPUT_POST, 'foo', FILTER_SANITIZE_STRIPPED);
?>
--EXPECT--
abc