Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dquot_print.c50 …ing *php_quot_print_decode(const unsigned char *str, size_t length, int replace_us_by_ws) /* {{{ */ in php_quot_print_decode() argument
79 if (replace_us_by_ws) { in php_quot_print_decode()
80 replace_us_by_ws = '_'; in php_quot_print_decode()
131 *(p2++) = (replace_us_by_ws == *p1 ? '\x20': *p1); in php_quot_print_decode()
H A Dquot_print.h20 … zend_string *php_quot_print_decode(const unsigned char *str, size_t length, int replace_us_by_ws);

Completed in 5 milliseconds