Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dfile.c1839 char *delimiter_str = NULL, *enclosure_str = NULL, *escape_str = NULL; in PHP_FUNCTION() local
1848 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()
1864 if (enclosure_str != NULL) { in PHP_FUNCTION()
1870 enclosure = *enclosure_str; in PHP_FUNCTION()
1978 char *enclosure_str = NULL; in PHP_FUNCTION() local
1988 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()
2003 if (enclosure_str != NULL) { in PHP_FUNCTION()
2010 enclosure = enclosure_str[0]; in PHP_FUNCTION()

Completed in 11 milliseconds