Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfile.c1827 int delimiter_str_len = 0, enclosure_str_len = 0, escape_str_len = 0; in PHP_FUNCTION() local
1831 &enclosure_str, &enclosure_str_len, in PHP_FUNCTION()
1850 if (enclosure_str_len < 1) { in PHP_FUNCTION()
1853 } else if (enclosure_str_len > 1) { in PHP_FUNCTION()
1967 int enclosure_str_len = 0; in PHP_FUNCTION() local
1973 &enclosure_str, &enclosure_str_len, in PHP_FUNCTION()
1993 if (enclosure_str_len < 1) { in PHP_FUNCTION()
1996 } else if (enclosure_str_len > 1) { in PHP_FUNCTION()

Completed in 12 milliseconds