Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dreentrancy.c264 php_strtok_r(char *s, const char *delim, char **last) in php_strtok_r()
/PHP-8.1/ext/spl/
H A Dspl_directory.c2297 char *delim = NULL, *enclo = NULL, *esc = NULL; in PHP_METHOD() local
2347 char *delim = NULL, *enclo = NULL, *esc = NULL; in PHP_METHOD() local
2405 char *delim = NULL, *enclo = NULL, *esc = NULL; in PHP_METHOD() local
/PHP-8.1/main/streams/
H A Dstreams.c1010 const char *delim, /* non-empty! */ in _php_stream_search_delim()
1031 PHPAPI zend_string *php_stream_get_record(php_stream *stream, size_t maxlen, const char *delim, siz… in php_stream_get_record()
/PHP-8.1/ext/standard/
H A Dstring.c1024 PHPAPI void php_explode(const zend_string *delim, zend_string *str, zval *return_value, zend_long l… in php_explode()
1056 PHPAPI void php_explode_negative_limit(const zend_string *delim, zend_string *str, zval *return_val… in php_explode_negative_limit()
1099 zend_string *str, *delim; in PHP_FUNCTION() local
5201 char delim = ',', enc = '"'; local
/PHP-8.1/ext/mbstring/
H A Dphp_mbregex.c770 char delim = p[0] == '<' ? '>' : '\''; in mb_regex_substitute() local
/PHP-8.1/ext/imap/
H A Dphp_imap.c1504 char *delim=NIL; in PHP_FUNCTION() local
1799 char *delim=NIL; in PHP_FUNCTION() local
/PHP-8.1/ext/pcre/
H A Dphp_pcre.c2735 zend_string *delim = NULL; /* Additional delimiter argument */ in PHP_FUNCTION() local

Completed in 75 milliseconds