Lines Matching defs:str
156 register unsigned char *str = (unsigned char *)safe_emalloc(target_length, sizeof(char), 1); in php_hex2bin() local
842 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)
3162 char *str, *to = NULL; local
3201 char *str; local
3309 PHPAPI void php_stripslashes(char *str, int *len TSRMLS_DC)
3353 char *str, *what; local
3377 char *str; local
3399 char *str; local
3415 char *str; local
3448 PHPAPI void php_stripcslashes(char *str, int *len)
3511 PHPAPI char *php_addcslashes(const char *str, int length, int *new_length, int should_free, char *w…
3568 PHPAPI char *php_addslashes(char *str, int length, int *new_length, int should_free TSRMLS_DC)
3628 PHPAPI int php_char_to_str_ex(char *str, uint len, char from, char *to, int to_len, zval *result, i…
3701 PHPAPI int php_char_to_str(char *str, uint len, char from, char *to, int to_len, zval *result)
3710 …char *needle, int needle_len, char *str, int str_len, int *_new_length, int case_sensitivity, int …
3882 char *needle, int needle_len, char *str, int str_len, int *_new_length)
4091 char *str; local
4278 char *tmp, *str; local
4358 char *str; local
4899 char *str, delim = ',', enc = '"', esc = '\\'; local
5354 char *str, *format; local
5394 static void php_string_shuffle(char *str, long len TSRMLS_DC) /* {{{ */
5451 char *buf, *str, *char_list = NULL, *p, *e, *s, ch[256]; local
5531 char *format, *str, *p, *e; local
5570 char *str; local