Searched defs:php_str_to_str_ex (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/standard/ |
| H A D | string.c | 3651 /* {{{ php_str_to_str_ex 3653 PHPAPI char *php_str_to_str_ex(char *haystack, int length, function 3828 return php_str_to_str_ex(haystack, length, needle, needle_len, str, str_len, _new_length, 1, NULL); 3907 Z_STRVAL(temp_result) = php_str_to_str_ex(Z_STRVAL_P(result), Z_STRLEN_P(result), 3933 Z_STRVAL_P(result) = php_str_to_str_ex(Z_STRVAL_PP(subject), Z_STRLEN_PP(subject),
|
Completed in 13 milliseconds