Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dreentrancy.c324 php_strtok_r(char *s, const char *delim, char **last) in php_strtok_r()
/PHP-7.4/ext/spl/
H A Dspl_directory.c2582 char *delim = NULL, *enclo = NULL, *esc = NULL; in SPL_METHOD() local
2634 char *delim = NULL, *enclo = NULL, *esc = NULL; in SPL_METHOD() local
2689 char *delim = NULL, *enclo = NULL, *esc = NULL; in SPL_METHOD() local
/PHP-7.4/main/streams/
H A Dstreams.c1012 const char *delim, /* non-empty! */ in _php_stream_search_delim()
1033 PHPAPI zend_string *php_stream_get_record(php_stream *stream, size_t maxlen, const char *delim, siz… in php_stream_get_record()
/PHP-7.4/ext/standard/
H A Dstring.c1060 PHPAPI void php_explode(const zend_string *delim, zend_string *str, zval *return_value, zend_long l… in php_explode()
1096 PHPAPI void php_explode_negative_limit(const zend_string *delim, zend_string *str, zval *return_val… in php_explode_negative_limit()
1140 zend_string *str, *delim; in PHP_FUNCTION() local
5511 char delim = ',', enc = '"'; local
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c768 char delim = p[0] == '<' ? '>' : '\''; in mb_regex_substitute() local
/PHP-7.4/ext/imap/
H A Dphp_imap.c1941 char *delim=NIL; in PHP_FUNCTION() local
2263 char *delim=NIL; in PHP_FUNCTION() local
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c2732 zend_string *delim = NULL; /* Additional delimiter argument */ in PHP_FUNCTION() local

Completed in 137 milliseconds