3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! error_reporting(E_ALL | E_STRICT); $data = array( 'product_id' => 'libgd<script>', 'component' => '11', 'versions' => '2.0.33', 'testscalar' => array('2', '23', '10', '12'), 'testarray' => '2', ); $args = array( 'product_id' => FILTER_SANITIZE_ENCODED, 'component' => array('filter' => FILTER_SANITIZE_NUMBER_INT, 'flags' => FILTER_FORCE_ARRAY, 'options' => array('min_range' => 1, 'max_range' => 10) ), 'versions' => FILTER_SANITIZE_ENCODED, 'doesnotexist' => FILTER_VALIDATE_INT, 'testscalar' => array( 'filter' => FILTER_VALIDATE_INT, 'flags' => FILTER_REQUIRE_SCALAR, ), 'testarray' => array( 'filter' => FILTER_VALIDATE_INT, 'flags' => FILTER_FORCE_ARRAY, ) ); $myinputs = filter_var_array($data, $args); var_dump($myinputs); echo "\n";
Output for 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.35, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
array(6) { ["product_id"]=> string(17) "libgd%3Cscript%3E" ["component"]=> array(1) { [0]=> string(2) "11" } ["versions"]=> string(6) "2.0.33" ["doesnotexist"]=> NULL ["testscalar"]=> bool(false) ["testarray"]=> array(1) { [0]=> int(2) } }
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
<br /> <b>Notice</b>: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in <b>/in/0B2Em</b> on line <b>13</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_SANITIZE_NUMBER_INT - assumed 'FILTER_SANITIZE_NUMBER_INT' in <b>/in/0B2Em</b> on line <b>14</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_FORCE_ARRAY - assumed 'FILTER_FORCE_ARRAY' in <b>/in/0B2Em</b> on line <b>15</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in <b>/in/0B2Em</b> on line <b>18</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in <b>/in/0B2Em</b> on line <b>19</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in <b>/in/0B2Em</b> on line <b>21</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_REQUIRE_SCALAR - assumed 'FILTER_REQUIRE_SCALAR' in <b>/in/0B2Em</b> on line <b>22</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in <b>/in/0B2Em</b> on line <b>25</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_FORCE_ARRAY - assumed 'FILTER_FORCE_ARRAY' in <b>/in/0B2Em</b> on line <b>26</b><br /> <br /> <b>Fatal error</b>: Call to undefined function filter_var_array() in <b>/in/0B2Em</b> on line <b>31</b><br />
Process exited with code 255.
Output for 4.4.5 - 4.4.9
<br /> <b>Notice</b>: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in <b>/in/0B2Em</b> on line <b>13</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_SANITIZE_NUMBER_INT - assumed 'FILTER_SANITIZE_NUMBER_INT' in <b>/in/0B2Em</b> on line <b>14</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_FORCE_ARRAY - assumed 'FILTER_FORCE_ARRAY' in <b>/in/0B2Em</b> on line <b>15</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in <b>/in/0B2Em</b> on line <b>18</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in <b>/in/0B2Em</b> on line <b>19</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in <b>/in/0B2Em</b> on line <b>21</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_REQUIRE_SCALAR - assumed 'FILTER_REQUIRE_SCALAR' in <b>/in/0B2Em</b> on line <b>22</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in <b>/in/0B2Em</b> on line <b>25</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_FORCE_ARRAY - assumed 'FILTER_FORCE_ARRAY' in <b>/in/0B2Em</b> on line <b>26</b><br /> <br /> <b>Fatal error</b>: Call to undefined function: filter_var_array() in <b>/in/0B2Em</b> on line <b>31</b><br />
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
<br /> <b>Notice</b>: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in <b>/in/0B2Em</b> on line <b>13</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_SANITIZE_NUMBER_INT - assumed 'FILTER_SANITIZE_NUMBER_INT' in <b>/in/0B2Em</b> on line <b>14</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_FORCE_ARRAY - assumed 'FILTER_FORCE_ARRAY' in <b>/in/0B2Em</b> on line <b>15</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in <b>/in/0B2Em</b> on line <b>18</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in <b>/in/0B2Em</b> on line <b>19</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in <b>/in/0B2Em</b> on line <b>21</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_REQUIRE_SCALAR - assumed 'FILTER_REQUIRE_SCALAR' in <b>/in/0B2Em</b> on line <b>22</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in <b>/in/0B2Em</b> on line <b>25</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_FORCE_ARRAY - assumed 'FILTER_FORCE_ARRAY' in <b>/in/0B2Em</b> on line <b>26</b><br /> <br /> <b>Fatal error</b>: Call to undefined function: filter_var_array() in <b>/in/0B2Em</b> on line <b>31</b><br />
Process exited with code 255.
Output for 4.3.0 - 4.3.1
<br /> <b>Notice</b>: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in <b>/in/0B2Em</b> on line <b>13</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_SANITIZE_NUMBER_INT - assumed 'FILTER_SANITIZE_NUMBER_INT' in <b>/in/0B2Em</b> on line <b>14</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_FORCE_ARRAY - assumed 'FILTER_FORCE_ARRAY' in <b>/in/0B2Em</b> on line <b>15</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in <b>/in/0B2Em</b> on line <b>18</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in <b>/in/0B2Em</b> on line <b>19</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in <b>/in/0B2Em</b> on line <b>21</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_REQUIRE_SCALAR - assumed 'FILTER_REQUIRE_SCALAR' in <b>/in/0B2Em</b> on line <b>22</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in <b>/in/0B2Em</b> on line <b>25</b><br /> <br /> <b>Notice</b>: Use of undefined constant FILTER_FORCE_ARRAY - assumed 'FILTER_FORCE_ARRAY' in <b>/in/0B2Em</b> on line <b>26</b><br /> <br /> <b>Fatal error</b>: Call to undefined function: filter_var_array() in <b>/in/0B2Em</b> on line <b>31</b><br />

preferences:
246.11 ms | 404 KiB | 389 Q