Home
last modified time | relevance | path

Searched defs:delim (Results 1 – 8 of 8) sorted by path

/PHP-7.3/TSRM/
H A Dtsrm_strtok_r.c6 static inline int in_character_class(char ch, const char *delim) in in_character_class()
17 TSRM_API char *tsrm_strtok_r(char *s, const char *delim, char **last) in tsrm_strtok_r()
/PHP-7.3/ext/imap/
H A Dphp_imap.c1929 char *delim=NIL; in PHP_FUNCTION() local
2245 char *delim=NIL; in PHP_FUNCTION() local
/PHP-7.3/ext/mbstring/
H A Dphp_mbregex.c768 char delim = p[0] == '<' ? '>' : '\''; in mb_regex_substitute() local
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c2690 zend_string *delim = NULL; /* Additional delimiter argument */ in PHP_FUNCTION() local
/PHP-7.3/ext/spl/
H A Dspl_directory.c2578 char *delim = NULL, *enclo = NULL, *esc = NULL; in SPL_METHOD() local
2625 char *delim = NULL, *enclo = NULL, *esc = NULL; in SPL_METHOD() local
2670 char *delim = NULL, *enclo = NULL, *esc = NULL; in SPL_METHOD() local
/PHP-7.3/ext/standard/
H A Dstring.c1077 PHPAPI void php_explode(const zend_string *delim, zend_string *str, zval *return_value, zend_long l… in php_explode()
1113 PHPAPI void php_explode_negative_limit(const zend_string *delim, zend_string *str, zval *return_val… in php_explode_negative_limit()
1157 zend_string *str, *delim; in PHP_FUNCTION() local
5395 char delim = ',', enc = '"', esc = '\\'; local
/PHP-7.3/main/
H A Dreentrancy.c372 php_strtok_r(char *s, const char *delim, char **last) in php_strtok_r()
/PHP-7.3/main/streams/
H A Dstreams.c969 const char *delim, /* non-empty! */ in _php_stream_search_delim()
990 PHPAPI zend_string *php_stream_get_record(php_stream *stream, size_t maxlen, const char *delim, siz… in php_stream_get_record()

Completed in 89 milliseconds