Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dfile.c1876 size_t delimiter_str_len = 0, enclosure_str_len = 0, escape_str_len = 0; in PHP_FUNCTION() local
1883 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()
1901 if (enclosure_str_len < 1) { in PHP_FUNCTION()
1904 } else if (enclosure_str_len > 1) { in PHP_FUNCTION()
2008 size_t enclosure_str_len = 0; in PHP_FUNCTION() local
2017 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()
2035 if (enclosure_str_len < 1) { in PHP_FUNCTION()
2038 } else if (enclosure_str_len > 1) { in PHP_FUNCTION()

Completed in 15 milliseconds