Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfile.c1826 char *delimiter_str = NULL, *enclosure_str = NULL, *escape_str = NULL; in PHP_FUNCTION() local
1831 &enclosure_str, &enclosure_str_len, in PHP_FUNCTION()
1849 if (enclosure_str != NULL) { in PHP_FUNCTION()
1857 enclosure = *enclosure_str; in PHP_FUNCTION()
1966 char *enclosure_str = NULL; in PHP_FUNCTION() local
1973 &enclosure_str, &enclosure_str_len, in PHP_FUNCTION()
1992 if (enclosure_str != NULL) { in PHP_FUNCTION()
2001 enclosure = enclosure_str[0]; in PHP_FUNCTION()

Completed in 9 milliseconds