Home
last modified time | relevance | path

Searched refs:filter_var (Results 76 – 85 of 85) sorted by relevance

1234

/php-src/ext/opcache/tests/
H A Dphi_use_chain.phpt10 …server', ['cli', 'phpdbg'], true) && $adapter instanceof stdClass && !\filter_var('1', \FILTER_VAL…
/php-src/ext/filter/tests/
H A D034.phpt25 $res =filter_var($val, FILTER_VALIDATE_BOOLEAN);
H A D037.phpt18 echo filter_var($data, FILTER_CALLBACK, array("options"=>'myfunc'));
H A D046.phpt25 $f = filter_var($val, FILTER_VALIDATE_INT);
H A D058.phpt31 var_dump(filter_var($value, FILTER_VALIDATE_EMAIL, FILTER_FLAG_EMAIL_UNICODE));
H A D043.phpt10 var_dump(filter_var(chr($i), FILTER_UNSAFE_RAW, array("flags" => $flags)));
/php-src/ext/filter/
H A Dfilter_arginfo.h43 ZEND_FUNCTION(filter_var);
52 ZEND_FE(filter_var, arginfo_filter_var)
H A Dfilter.stub.php301 function filter_var(mixed $value, int $filter = FILTER_DEFAULT, array|int $options = 0): mixed {} function
H A Dfilter.c640 PHP_FUNCTION(filter_var) in PHP_FUNCTION() argument
/php-src/sapi/fpm/tests/
H A Dfcgi.inc257 $ip = filter_var($host, FILTER_VALIDATE_IP) ? $host : gethostbyname($host);

Completed in 19 milliseconds

1234