Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dfile.c1796 char *delimiter_str = NULL, *enclosure_str = NULL, *escape_str = NULL; in PHP_FUNCTION() local
1804 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()
1819 if (enclosure_str != NULL) { in PHP_FUNCTION()
1825 enclosure = *enclosure_str; in PHP_FUNCTION()
1929 char *enclosure_str = NULL; in PHP_FUNCTION() local
1939 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()
1954 if (enclosure_str != NULL) { in PHP_FUNCTION()
1961 enclosure = enclosure_str[0]; in PHP_FUNCTION()

Completed in 8 milliseconds