Home
last modified time | relevance | path

Searched refs:php_zval_filter (Results 1 – 2 of 2) sorted by last modified time

/php-src/ext/filter/
H A Dfilter.c241 static void php_zval_filter(zval *value, zend_long filter, zend_long flags, zval *options, char* ch… in php_zval_filter() function
337 php_zval_filter(&new_var, IF_G(default_filter), IF_G(default_filter_flags), NULL, NULL, 0); in php_sapi_filter()
382 php_zval_filter(element, filter, flags, options, charset, copy); in php_zval_filter_recursive()
387 php_zval_filter(value, filter, flags, options, charset, copy); in php_zval_filter_recursive()
524 php_zval_filter(filtered, filter, filter_flags, options, charset, copy); in php_filter_call()
/php-src/ext/filter/tests/
H A Dbug67167.02.phpt14 Requires php_zval_filter to not use convert_to_string for all filters.

Completed in 5 milliseconds