Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dfile.c1863 size_t delimiter_str_len = 0, enclosure_str_len = 0, escape_str_len = 0; in PHP_FUNCTION() local
1870 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()
1888 if (enclosure_str_len < 1) { in PHP_FUNCTION()
1891 } else if (enclosure_str_len > 1) { in PHP_FUNCTION()
2001 size_t enclosure_str_len = 0; in PHP_FUNCTION() local
2010 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()
2028 if (enclosure_str_len < 1) { in PHP_FUNCTION()
2031 } else if (enclosure_str_len > 1) { in PHP_FUNCTION()

Completed in 9 milliseconds