Home
last modified time | relevance | path

Searched refs:replace_us_by_ws (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/standard/
H A Dquot_print.c52 …ing *php_quot_print_decode(const unsigned char *str, size_t length, int replace_us_by_ws) /* {{{ */ in php_quot_print_decode() argument
81 if (replace_us_by_ws) { in php_quot_print_decode()
82 replace_us_by_ws = '_'; in php_quot_print_decode()
133 *(p2++) = (replace_us_by_ws == *p1 ? '\x20': *p1); in php_quot_print_decode()
H A Dquot_print.h22 … zend_string *php_quot_print_decode(const unsigned char *str, size_t length, int replace_us_by_ws);

Completed in 6 milliseconds