Home
last modified time | relevance | path

Searched refs:FILTER_CALLBACK (Results 1 – 11 of 11) sorted by relevance

/PHP-8.1/ext/filter/tests/
H A D029.phpt2 filter_var() and FILTER_CALLBACK
13 var_dump(filter_var("data", FILTER_CALLBACK, array("options"=>"test")));
15 var_dump(filter_var("", FILTER_CALLBACK, array("options"=>"test")));
18 filter_var("qwe", FILTER_CALLBACK, array("options"=>"no such func"));
24 filter_var("qwe", FILTER_CALLBACK, array("options"=>""));
30 filter_var("qwe", FILTER_CALLBACK);
50 var_dump(filter_var("data", FILTER_CALLBACK, array("options"=>"test1")));
52 var_dump(filter_var("", FILTER_CALLBACK, array("options"=>"test1")));
59 var_dump(filter_var("data", FILTER_CALLBACK, array("options"=>"test2")));
61 var_dump(filter_var("", FILTER_CALLBACK, array("options"=>"test2")));
[all …]
H A D037.phpt12 echo filter_input(INPUT_GET, 'a', FILTER_CALLBACK, array("options"=>'myfunc'));
18 echo filter_var($data, FILTER_CALLBACK, array("options"=>'myfunc'));
23 'filter' => FILTER_CALLBACK,
H A Dfilter_callback_require_scalar.phpt2 FILTER_CALLBACK with explicit FILTER_REQUIRE_SCALAR
11 …return filter_var($var, FILTER_CALLBACK, ['options' => $callback, 'flags' => FILTER_REQUIRE_SCALAR…
H A D052.phpt15 var_dump(filter_var($data, FILTER_CALLBACK, array('options' => 'filter_cb')));
17 var_dump(filter_var_array($data, array('bar' => array('filter' => FILTER_CALLBACK, 'options' => 'fi…
H A D053.phpt9 filter_var('durty/boy', FILTER_CALLBACK, array(
H A Dcallback_closure.phpt11 var_dump(filter_var($var, FILTER_CALLBACK, array('options'=> $callback)));
H A Dcallback_non_modified_var.phpt11 var_dump(filter_var($var, FILTER_CALLBACK, array('options'=>'callback')));
/PHP-8.1/ext/filter/
H A Dfilter_private.h88 #define FILTER_CALLBACK 0x0400 macro
93 || id == FILTER_CALLBACK)
H A Dfilter.c62 { "callback", FILTER_CALLBACK, php_filter_callback },
204 REGISTER_LONG_CONSTANT("FILTER_CALLBACK", FILTER_CALLBACK, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
555 if (filter != FILTER_CALLBACK) { in php_filter_call()
/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c177 FILTER_CALLBACK = 999 enumerator
/PHP-8.1/
H A DNEWS166 . Fix explicit FILTER_REQUIRE_SCALAR with FILTER_CALLBACK (ilutov)

Completed in 30 milliseconds