Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dfile.c1688 char *delimiter_str = NULL, *enclosure_str = NULL; in PHP_FUNCTION() local
1698 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()
1714 if (enclosure_str != NULL) { in PHP_FUNCTION()
1720 enclosure = *enclosure_str; in PHP_FUNCTION()
1818 char *enclosure_str = NULL; in PHP_FUNCTION() local
1827 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()
1842 if (enclosure_str != NULL) { in PHP_FUNCTION()
1849 enclosure = enclosure_str[0]; in PHP_FUNCTION()
H A Dstring.c5419 char *delimiter_str = NULL, *enclosure_str = NULL; local
5427 Z_PARAM_STRING(enclosure_str, enclosure_str_len)
5440 if (enclosure_str != NULL) {
5446 enclosure = enclosure_str[0];

Completed in 20 milliseconds