Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dfile.c1878 char *delimiter_str = NULL, *enclosure_str = NULL, *escape_str = NULL; in PHP_FUNCTION() local
1886 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()
1903 if (enclosure_str != NULL) { in PHP_FUNCTION()
1911 enclosure = *enclosure_str; in PHP_FUNCTION()
2011 char *enclosure_str = NULL; in PHP_FUNCTION() local
2021 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()
2038 if (enclosure_str != NULL) { in PHP_FUNCTION()
2047 enclosure = enclosure_str[0]; in PHP_FUNCTION()

Completed in 10 milliseconds