Searched defs:zend_str_tolower_copy (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_operators.c | 1871 ZEND_API char *zend_str_tolower_copy(char *dest, const char *source, unsigned int length) /* {{{ */ function 1888 return zend_str_tolower_copy((char *)emalloc(length+1), source, length);
|
| /PHP_5_3/ext/soap/ |
| H A D | soap.c | 224 static char *zend_str_tolower_copy(char *dest, const char *source, unsigned int length) function 1548 zend_str_tolower_copy(key, Z_STRVAL_PP(tmp_function), key_len); 1570 zend_str_tolower_copy(key, Z_STRVAL_P(function_name), key_len);
|
Completed in 13 milliseconds