Searched refs:subject_str (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ext/pcre/ |
H A D | php_pcre.c | 2036 …result = php_pcre_replace_func_impl(pce, subject_str, ZSTR_VAL(subject_str), ZSTR_LEN(subject_str)… in php_pcre_replace_func() 2081 subject_str, in php_pcre_replace_array() 2090 subject_str = result; in php_pcre_replace_array() 2108 subject_str, in php_pcre_replace_array() 2116 subject_str = result; in php_pcre_replace_array() 2124 return subject_str; in php_pcre_replace_array() 2137 subject_str, in php_replace_in_subject() 2147 subject_str, in php_replace_in_subject() 2164 subject_str, in php_replace_in_subject_func() 2190 subject_str = result; in php_replace_in_subject_func() [all …]
|
H A D | php_pcre.h | 34 PHPAPI zend_string *php_pcre_replace(zend_string *regex, zend_string *subject_str, char *subject, s… 52 PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *su… 55 PHPAPI void php_pcre_split_impl( pcre_cache_entry *pce, zend_string *subject_str, zval *return_va…
|
/PHP-7.3/ext/standard/ |
H A D | string.c | 4278 zend_string *subject_str; local 4284 if (ZSTR_LEN(subject_str) == 0) { 4293 zend_string_addref(subject_str); 4377 if (subject_str == tmp_result) { 4378 zend_string_delref(subject_str); 4380 zend_string_release_ex(subject_str, 0); 4381 subject_str = tmp_result; 4382 if (ZSTR_LEN(subject_str) == 0) { 4393 ZVAL_STR(result, subject_str); 4401 php_char_to_str_ex(subject_str, [all …]
|
Completed in 86 milliseconds