Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/
H A Dspl_directory.c2334 char *delim = NULL, *enclo = NULL, *esc = NULL; in PHP_METHOD() local
2337 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|sss", &delim, &d_len, &enclo, &e_len, &esc, &esc_len)… in PHP_METHOD()
2359 enclosure = enclo[0]; in PHP_METHOD()
2382 char *delim = NULL, *enclo = NULL, *esc = NULL; in PHP_METHOD() local
2387 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "a|sss", &fields, &delim, &d_len, &enclo, &e_len, &esc,… in PHP_METHOD()
2409 enclosure = enclo[0]; in PHP_METHOD()
2437 char *delim = NULL, *enclo = NULL, *esc = NULL; in PHP_METHOD() local
2440 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|sss", &delim, &d_len, &enclo, &e_len, &esc, &esc_len)… in PHP_METHOD()
2461 enclosure = enclo[0]; in PHP_METHOD()

Completed in 18 milliseconds