Home
last modified time | relevance | path

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

/PHP-8.3/main/
H A Dreentrancy.c264 php_strtok_r(char *s, const char *delim, char **last) in php_strtok_r()
/PHP-8.3/ext/spl/
H A Dspl_directory.c2306 char *delim = NULL, *enclo = NULL, *esc = NULL; in PHP_METHOD() local
2353 char *delim = NULL, *enclo = NULL, *esc = NULL; in PHP_METHOD() local
2403 char *delim = NULL, *enclo = NULL, *esc = NULL; in PHP_METHOD() local
/PHP-8.3/main/streams/
H A Dstreams.c1041 const char *delim, /* non-empty! */ in _php_stream_search_delim()
1062 PHPAPI zend_string *php_stream_get_record(php_stream *stream, size_t maxlen, const char *delim, siz… in php_stream_get_record()
/PHP-8.3/ext/standard/
H A Dstring.c819 PHPAPI void php_explode(const zend_string *delim, zend_string *str, zval *return_value, zend_long l… in php_explode()
851 PHPAPI void php_explode_negative_limit(const zend_string *delim, zend_string *str, zval *return_val… in php_explode_negative_limit()
894 zend_string *str, *delim; in PHP_FUNCTION() local
5126 char delim = ',', enc = '"'; local
/PHP-8.3/ext/mbstring/
H A Dphp_mbregex.c770 char delim = p[0] == '<' ? '>' : '\''; in mb_regex_substitute() local
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c2698 zend_string *delim = NULL; /* Additional delimiter argument */ in PHP_FUNCTION() local

Completed in 46 milliseconds