Home
last modified time | relevance | path

Searched defs:delim (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/main/
H A Dreentrancy.c264 php_strtok_r(char *s, const char *delim, char **last) in php_strtok_r()
/PHP-8.2/ext/spl/
H A Dspl_directory.c2313 char *delim = NULL, *enclo = NULL, *esc = NULL; in PHP_METHOD() local
2360 char *delim = NULL, *enclo = NULL, *esc = NULL; in PHP_METHOD() local
2410 char *delim = NULL, *enclo = NULL, *esc = NULL; in PHP_METHOD() local
/PHP-8.2/main/streams/
H A Dstreams.c1024 const char *delim, /* non-empty! */ in _php_stream_search_delim()
1045 PHPAPI zend_string *php_stream_get_record(php_stream *stream, size_t maxlen, const char *delim, siz… in php_stream_get_record()
/PHP-8.2/ext/standard/
H A Dstring.c987 PHPAPI void php_explode(const zend_string *delim, zend_string *str, zval *return_value, zend_long l… in php_explode()
1019 PHPAPI void php_explode_negative_limit(const zend_string *delim, zend_string *str, zval *return_val… in php_explode_negative_limit()
1062 zend_string *str, *delim; in PHP_FUNCTION() local
5210 char delim = ',', enc = '"'; local
/PHP-8.2/ext/mbstring/
H A Dphp_mbregex.c770 char delim = p[0] == '<' ? '>' : '\''; in mb_regex_substitute() local
/PHP-8.2/ext/imap/
H A Dphp_imap.c1352 char *delim=NIL; in PHP_FUNCTION() local
1647 char *delim=NIL; in PHP_FUNCTION() local
/PHP-8.2/ext/pcre/
H A Dphp_pcre.c2717 zend_string *delim = NULL; /* Additional delimiter argument */ in PHP_FUNCTION() local

Completed in 66 milliseconds