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