Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dfile.c1704 size_t delimiter_str_len = 0, enclosure_str_len = 0, escape_str_len = 0; in PHP_FUNCTION() local
1712 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()
1729 if (enclosure_str_len != 1) { in PHP_FUNCTION()
1843 size_t enclosure_str_len = 0; in PHP_FUNCTION() local
1852 Z_PARAM_STRING(enclosure_str, enclosure_str_len) in PHP_FUNCTION()
1868 if (enclosure_str_len != 1) { in PHP_FUNCTION()

Completed in 8 milliseconds