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' => '10', 'versions' => '2.0.33', 'testscalar' => array('2', '23', '10', '12'), 'testarray' => '2', ); $args = array( 'product_id' => FILTER_SANITIZE_ENCODED, 'component' => array('filter' => FILTER_VALIDATE_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.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 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.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
array(6) { ["product_id"]=> string(17) "libgd%3Cscript%3E" ["component"]=> array(1) { [0]=> int(10) } ["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
Notice: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in /in/soG4h on line 14 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/soG4h on line 15 Notice: Use of undefined constant FILTER_FORCE_ARRAY - assumed 'FILTER_FORCE_ARRAY' in /in/soG4h on line 16 Notice: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in /in/soG4h on line 19 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/soG4h on line 20 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/soG4h on line 22 Notice: Use of undefined constant FILTER_REQUIRE_SCALAR - assumed 'FILTER_REQUIRE_SCALAR' in /in/soG4h on line 23 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/soG4h on line 26 Notice: Use of undefined constant FILTER_FORCE_ARRAY - assumed 'FILTER_FORCE_ARRAY' in /in/soG4h on line 27 Fatal error: Call to undefined function filter_var_array() in /in/soG4h on line 32
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/soG4h on line 4 Notice: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in /in/soG4h on line 14 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/soG4h on line 15 Notice: Use of undefined constant FILTER_FORCE_ARRAY - assumed 'FILTER_FORCE_ARRAY' in /in/soG4h on line 16 Notice: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in /in/soG4h on line 19 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/soG4h on line 20 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/soG4h on line 22 Notice: Use of undefined constant FILTER_REQUIRE_SCALAR - assumed 'FILTER_REQUIRE_SCALAR' in /in/soG4h on line 23 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/soG4h on line 26 Notice: Use of undefined constant FILTER_FORCE_ARRAY - assumed 'FILTER_FORCE_ARRAY' in /in/soG4h on line 27 Fatal error: Call to undefined function: filter_var_array() in /in/soG4h on line 32
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/soG4h on line 4 Notice: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in /in/soG4h on line 14 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/soG4h on line 15 Notice: Use of undefined constant FILTER_FORCE_ARRAY - assumed 'FILTER_FORCE_ARRAY' in /in/soG4h on line 16 Notice: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in /in/soG4h on line 19 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/soG4h on line 20 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/soG4h on line 22 Notice: Use of undefined constant FILTER_REQUIRE_SCALAR - assumed 'FILTER_REQUIRE_SCALAR' in /in/soG4h on line 23 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/soG4h on line 26 Notice: Use of undefined constant FILTER_FORCE_ARRAY - assumed 'FILTER_FORCE_ARRAY' in /in/soG4h on line 27 Fatal error: Call to undefined function: filter_var_array() in /in/soG4h on line 32
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/soG4h on line 4 Notice: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in /in/soG4h on line 14 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/soG4h on line 15 Notice: Use of undefined constant FILTER_FORCE_ARRAY - assumed 'FILTER_FORCE_ARRAY' in /in/soG4h on line 16 Notice: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in /in/soG4h on line 19 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/soG4h on line 20 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/soG4h on line 22 Notice: Use of undefined constant FILTER_REQUIRE_SCALAR - assumed 'FILTER_REQUIRE_SCALAR' in /in/soG4h on line 23 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/soG4h on line 26 Notice: Use of undefined constant FILTER_FORCE_ARRAY - assumed 'FILTER_FORCE_ARRAY' in /in/soG4h on line 27 Fatal error: Call to undefined function: filter_var_array() in /in/soG4h on line 32

preferences:
205.93 ms | 403 KiB | 366 Q