Home
last modified time | relevance | path

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

/php-src/main/
H A Dreentrancy.c263 php_strtok_r(char *s, const char *delim, char **last) in php_strtok_r()
/php-src/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-src/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-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtoken.h178 lxb_css_syntax_token_delim_t delim; member
/php-src/ext/standard/
H A Dstring.c847 PHPAPI void php_explode(const zend_string *delim, zend_string *str, zval *return_value, zend_long l… in php_explode()
879 PHPAPI void php_explode_negative_limit(const zend_string *delim, zend_string *str, zval *return_val… in php_explode_negative_limit()
922 zend_string *str, *delim; in PHP_FUNCTION() local
5450 char delim = ',', enc = '"'; local
/php-src/ext/mbstring/
H A Dphp_mbregex.c770 char delim = p[0] == '<' ? '>' : '\''; in mb_regex_substitute() local
/php-src/ext/pcre/
H A Dphp_pcre.c2761 zend_string *delim = NULL; /* Additional delimiter argument */ in PHP_FUNCTION() local

Completed in 95 milliseconds