Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dfile.c1862 char *delimiter_str = NULL, *enclosure_str = NULL, *escape_str = NULL; in PHP_FUNCTION() local
1870 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()
1887 if (enclosure_str != NULL) { in PHP_FUNCTION()
1895 enclosure = *enclosure_str; in PHP_FUNCTION()
2000 char *enclosure_str = NULL; in PHP_FUNCTION() local
2010 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()
2027 if (enclosure_str != NULL) { in PHP_FUNCTION()
2036 enclosure = enclosure_str[0]; in PHP_FUNCTION()

Completed in 11 milliseconds