Searched refs:enclosure_str (Results 1 – 2 of 2) sorted by relevance
1688 char *delimiter_str = NULL, *enclosure_str = NULL; in PHP_FUNCTION() local1698 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() local1827 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()
5419 char *delimiter_str = NULL, *enclosure_str = NULL; local5427 Z_PARAM_STRING(enclosure_str, enclosure_str_len)5440 if (enclosure_str != NULL) {5446 enclosure = enclosure_str[0];
Completed in 20 milliseconds