Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dfile.c1703 char *delimiter_str = NULL, *enclosure_str = NULL, *escape_str = NULL; in PHP_FUNCTION() local
1712 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()
1728 if (enclosure_str != NULL) { in PHP_FUNCTION()
1734 enclosure = *enclosure_str; in PHP_FUNCTION()
1842 char *enclosure_str = NULL; in PHP_FUNCTION() local
1852 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()
1867 if (enclosure_str != NULL) { in PHP_FUNCTION()
1874 enclosure = enclosure_str[0]; in PHP_FUNCTION()

Completed in 12 milliseconds