Home
last modified time | relevance | path

Searched refs:filtered (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/filter/tests/
H A D046.phpt26 echo "$msg filtered: "; var_dump($f); // filtered value (or false)
38 max filtered: int(%d)
41 overflow filtered: bool(false)
44 min filtered: int(-%d)
47 underflow filtered: bool(false)
H A D004.phpt2 GET/POST/REQUEST Test with filtered data
/php-src/Zend/
H A Dzend_highlight.c53 unsigned char *filtered = NULL; in zend_html_puts() local
57 LANG_SCNG(output_filter)(&filtered, &filtered_len, ptr, len); in zend_html_puts()
58 ptr = filtered; in zend_html_puts()
59 end = filtered + filtered_len; in zend_html_puts()
73 efree(filtered); in zend_html_puts()
/php-src/ext/standard/tests/array/
H A Dbug69299.phpt6 $filtered = array_filter($toFilter, function ($value, $key) {
14 var_dump($filtered);
/php-src/ext/standard/tests/streams/
H A Dbug79984.phpt26 echo 'filtered ' . ($consumed ? $consumed : 0) . ' bytes';
54 filtered 8192 bytes.
55 filtered 128 bytes and closing. Stream has reached end-of-file.
/php-src/ext/filter/
H A Dfilter.c507 if (Z_TYPE_P(filtered) == IS_ARRAY) { in php_filter_call()
509 zval_ptr_dtor(filtered); in php_filter_call()
511 ZVAL_NULL(filtered); in php_filter_call()
513 ZVAL_FALSE(filtered); in php_filter_call()
521 zval_ptr_dtor(filtered); in php_filter_call()
523 ZVAL_NULL(filtered); in php_filter_call()
525 ZVAL_FALSE(filtered); in php_filter_call()
530 php_zval_filter(filtered, filter, filter_flags, options, charset, copy); in php_filter_call()
533 ZVAL_COPY_VALUE(&tmp, filtered); in php_filter_call()
534 array_init(filtered); in php_filter_call()
[all …]
/php-src/ext/standard/tests/filters/
H A Dstream_filter_remove_basic.phpt21 fwrite( $fp, "\nadd some more un-filtered foobar\n" );
39 add some more un-filtered foobar
H A Dbug22538.phpt2 Bug #22538 (filtered stream doesn't update file pointer)
H A Dgh13264.phpt23 // Read the filtered stream line by line.
/php-src/ext/gd/tests/
H A Dbug79945.phpt11 if (str_contains($errstr, 'Cannot cast a filtered stream on this system')) {
/php-src/Zend/tests/attributes/
H A D006_filter.phpt2 Attributes can be filtered by name and base type.
/php-src/sapi/fpm/
H A Dwww.conf.in356 ; A list of request_uri values which should be filtered from the access log.

Completed in 25 milliseconds