Lines Matching defs:str

163 	register unsigned char *str = (unsigned char *)safe_emalloc(target_length, sizeof(char), 1);  in php_hex2bin()  local
852 char *str; in php_do_trim() local
1029 PHPAPI void php_explode(zval *delim, zval *str, zval *return_value, long limit) in php_explode()
1055 PHPAPI void php_explode_negative_limit(zval *delim, zval *str, zval *return_value, long limit) in php_explode_negative_limit()
1102 char *str, *delim; in PHP_FUNCTION() local
1278 char *str, *tok = NULL; in PHP_FUNCTION() local
1413 char *str; in PHP_FUNCTION() local
1541 char *str; local
2205 char *str; local
2250 char *str; local
2315 zval **str; local
2614 char *str, *old; local
2668 char *str; local
2703 static void php_ucfirst(char *str)
2715 char *str; local
2733 static void php_lcfirst(char *str)
2745 char *str; local
2765 char *str, *delims = " \t\r\n\f\v"; local
2794 PHPAPI char *php_strtr(char *str, int len, char *str_from, char *str_to, int trlen)
2858 static inline HASH php_strtr_hash(const char *str, int len)
3123 static void php_strtr_array(zval *return_value, char *str, int slen, HashTable *pats)
3156 char *str, *to = NULL; local
3195 char *str; local
3303 PHPAPI void php_stripslashes(char *str, int *len TSRMLS_DC)
3347 char *str, *what; local
3371 char *str; local
3393 char *str; local
3409 char *str; local
3442 PHPAPI void php_stripcslashes(char *str, int *len)
3505 PHPAPI char *php_addcslashes(const char *str, int length, int *new_length, int should_free, char *w…
3562 PHPAPI char *php_addslashes(char *str, int length, int *new_length, int should_free TSRMLS_DC)
3622 PHPAPI int php_char_to_str_ex(char *str, uint len, char from, char *to, int to_len, zval *result, i…
3692 PHPAPI int php_char_to_str(char *str, uint len, char from, char *to, int to_len, zval *result)
3701 …char *needle, int needle_len, char *str, int str_len, int *_new_length, int case_sensitivity, int …
3873 char *needle, int needle_len, char *str, int str_len, int *_new_length)
4082 char *str; local
4269 char *tmp, *str; local
4352 char *str; local
4889 char *str, delim = ',', enc = '"', esc = '\\'; local
5344 char *str, *format; local
5384 static void php_string_shuffle(char *str, long len TSRMLS_DC) /* {{{ */
5441 char *buf, *str, *char_list = NULL, *p, *e, *s, ch[256]; local
5521 char *format, *str, *p, *e; local
5560 char *str; local