Lines Matching defs:str
765 char *str; in php_do_trim() local
942 PHPAPI void php_explode(zval *delim, zval *str, zval *return_value, long limit) in php_explode()
968 PHPAPI void php_explode_negative_limit(zval *delim, zval *str, zval *return_value, long limit) in php_explode_negative_limit()
1015 char *str, *delim; in PHP_FUNCTION() local
1191 char *str, *tok = NULL; in PHP_FUNCTION() local
1326 char *str; in PHP_FUNCTION() local
1441 char *str; local
2105 char *str; local
2150 char *str; local
2215 zval **str; local
2498 char *str, *old; local
2546 char *str; local
2581 static void php_ucfirst(char *str)
2593 char *str; local
2611 static void php_lcfirst(char *str)
2623 char *str; local
2643 char *str; local
2669 PHPAPI char *php_strtr(char *str, int len, char *str_from, char *str_to, int trlen)
2694 static void php_strtr_array(zval *return_value, char *str, int slen, HashTable *hash)
2806 char *str, *to = NULL; local
2845 char *str; local
2953 PHPAPI void php_stripslashes(char *str, int *len TSRMLS_DC)
3025 char *str, *what; local
3049 char *str; local
3071 char *str; local
3087 char *str; local
3120 PHPAPI void php_stripcslashes(char *str, int *len)
3183 PHPAPI char *php_addcslashes(char *str, int length, int *new_length, int should_free, char *what, i…
3236 PHPAPI char *php_addslashes(char *str, int length, int *new_length, int should_free TSRMLS_DC)
3244 PHPAPI char *php_addslashes_ex(char *str, int length, int *new_length, int should_free, int ignore_…
3320 PHPAPI int php_char_to_str_ex(char *str, uint len, char from, char *to, int to_len, zval *result, i…
3390 PHPAPI int php_char_to_str(char *str, uint len, char from, char *to, int to_len, zval *result)
3399 …char *needle, int needle_len, char *str, int str_len, int *_new_length, int case_sensitivity, int …
3571 char *needle, int needle_len, char *str, int str_len, int *_new_length)
3780 char *str; local
3967 char *tmp, *str; local
4047 char *str; local
4575 char *str, delim = ',', enc = '"', esc = '\\'; local
4983 char *str, *format; local
5023 static void php_string_shuffle(char *str, long len TSRMLS_DC) /* {{{ */
5080 char *buf, *str, *char_list = NULL, *p, *e, *s, ch[256]; local
5160 char *format, *str, *p, *e; local
5199 char *str; local