Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dfile.c1818 int delimiter_str_len = 0, enclosure_str_len = 0; in PHP_FUNCTION() local
1822 &enclosure_str, &enclosure_str_len) == FAILURE) { in PHP_FUNCTION()
1840 if (enclosure_str_len < 1) { in PHP_FUNCTION()
1843 } else if (enclosure_str_len > 1) { in PHP_FUNCTION()
1946 int enclosure_str_len = 0; in PHP_FUNCTION() local
1952 &enclosure_str, &enclosure_str_len, in PHP_FUNCTION()
1972 if (enclosure_str_len < 1) { in PHP_FUNCTION()
1975 } else if (enclosure_str_len > 1) { in PHP_FUNCTION()

Completed in 13 milliseconds