Searched refs:enclosure_str_len (Results 1 – 2 of 2) sorted by relevance
1690 size_t delimiter_str_len = 0, enclosure_str_len = 0; in PHP_FUNCTION() local1698 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()1715 if (enclosure_str_len != 1) { in PHP_FUNCTION()1819 size_t enclosure_str_len = 0; in PHP_FUNCTION() local1827 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()1843 if (enclosure_str_len != 1) { in PHP_FUNCTION()
5420 size_t delimiter_str_len = 0, enclosure_str_len = 0; local5427 Z_PARAM_STRING(enclosure_str, enclosure_str_len)5441 if (enclosure_str_len != 1) {
Completed in 37 milliseconds