3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL | E_STRICT); /* data actually came from POST */ $_POST = array( 'product_id' => 'libgd<script>', 'component' => '10', 'versions' => '2.0.33', 'testarray' => array('2', '23', '10', '12'), 'testscalar' => '2', ); $args = array( 'product_id' => FILTER_SANITIZE_ENCODED, 'component' => array('filter' => FILTER_VALIDATE_INT, 'flags' => FILTER_REQUIRE_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_REQUIRE_ARRAY, ), 'flags' => FILTER_NULL_ON_FAILURE ); $myinputs = filter_input_array(INPUT_POST, $args); var_dump($myinputs); echo "\n";
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
NULL
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 NULL
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.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
bool(false)
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/N9uDe on line 15 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/N9uDe on line 16 Notice: Use of undefined constant FILTER_REQUIRE_ARRAY - assumed 'FILTER_REQUIRE_ARRAY' in /in/N9uDe on line 17 Notice: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in /in/N9uDe on line 20 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/N9uDe on line 21 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/N9uDe on line 23 Notice: Use of undefined constant FILTER_REQUIRE_SCALAR - assumed 'FILTER_REQUIRE_SCALAR' in /in/N9uDe on line 24 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/N9uDe on line 27 Notice: Use of undefined constant FILTER_REQUIRE_ARRAY - assumed 'FILTER_REQUIRE_ARRAY' in /in/N9uDe on line 28 Notice: Use of undefined constant FILTER_NULL_ON_FAILURE - assumed 'FILTER_NULL_ON_FAILURE' in /in/N9uDe on line 32 Fatal error: Call to undefined function filter_input_array() in /in/N9uDe on line 34
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/N9uDe on line 3 Notice: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in /in/N9uDe on line 15 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/N9uDe on line 16 Notice: Use of undefined constant FILTER_REQUIRE_ARRAY - assumed 'FILTER_REQUIRE_ARRAY' in /in/N9uDe on line 17 Notice: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in /in/N9uDe on line 20 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/N9uDe on line 21 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/N9uDe on line 23 Notice: Use of undefined constant FILTER_REQUIRE_SCALAR - assumed 'FILTER_REQUIRE_SCALAR' in /in/N9uDe on line 24 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/N9uDe on line 27 Notice: Use of undefined constant FILTER_REQUIRE_ARRAY - assumed 'FILTER_REQUIRE_ARRAY' in /in/N9uDe on line 28 Notice: Use of undefined constant FILTER_NULL_ON_FAILURE - assumed 'FILTER_NULL_ON_FAILURE' in /in/N9uDe on line 32 Fatal error: Call to undefined function: filter_input_array() in /in/N9uDe on line 34
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/N9uDe on line 3 Notice: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in /in/N9uDe on line 15 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/N9uDe on line 16 Notice: Use of undefined constant FILTER_REQUIRE_ARRAY - assumed 'FILTER_REQUIRE_ARRAY' in /in/N9uDe on line 17 Notice: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in /in/N9uDe on line 20 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/N9uDe on line 21 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/N9uDe on line 23 Notice: Use of undefined constant FILTER_REQUIRE_SCALAR - assumed 'FILTER_REQUIRE_SCALAR' in /in/N9uDe on line 24 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/N9uDe on line 27 Notice: Use of undefined constant FILTER_REQUIRE_ARRAY - assumed 'FILTER_REQUIRE_ARRAY' in /in/N9uDe on line 28 Notice: Use of undefined constant FILTER_NULL_ON_FAILURE - assumed 'FILTER_NULL_ON_FAILURE' in /in/N9uDe on line 32 Fatal error: Call to undefined function: filter_input_array() in /in/N9uDe on line 34
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/N9uDe on line 3 Notice: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in /in/N9uDe on line 15 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/N9uDe on line 16 Notice: Use of undefined constant FILTER_REQUIRE_ARRAY - assumed 'FILTER_REQUIRE_ARRAY' in /in/N9uDe on line 17 Notice: Use of undefined constant FILTER_SANITIZE_ENCODED - assumed 'FILTER_SANITIZE_ENCODED' in /in/N9uDe on line 20 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/N9uDe on line 21 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/N9uDe on line 23 Notice: Use of undefined constant FILTER_REQUIRE_SCALAR - assumed 'FILTER_REQUIRE_SCALAR' in /in/N9uDe on line 24 Notice: Use of undefined constant FILTER_VALIDATE_INT - assumed 'FILTER_VALIDATE_INT' in /in/N9uDe on line 27 Notice: Use of undefined constant FILTER_REQUIRE_ARRAY - assumed 'FILTER_REQUIRE_ARRAY' in /in/N9uDe on line 28 Notice: Use of undefined constant FILTER_NULL_ON_FAILURE - assumed 'FILTER_NULL_ON_FAILURE' in /in/N9uDe on line 32 Fatal error: Call to undefined function: filter_input_array() in /in/N9uDe on line 34

preferences:
322.91 ms | 404 KiB | 453 Q