Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/filter/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/filter/tests/054.phpt |
--TEST-- filter_var_array() - using the add_empty option --SKIPIF-- <?php if (!extension_loaded("filter")) die("skip"); ?> --FILE-- <?php $data = array('foo' => 123); var_dump( filter_var_array($data, array('foo' => array('filter' => FILTER_DEFAULT), 'bar' => array('filter' => FILTER_DEFAULT)), false), filter_var_array($data, array('foo' => array('filter' => FILTER_DEFAULT), 'bar' => array('filter' => FILTER_DEFAULT))) ); ?> --EXPECT-- array(1) { ["foo"]=> string(3) "123" } array(2) { ["foo"]=> string(3) "123" ["bar"]=> NULL }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare