Searched refs:subject_str (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/pcre/ |
H A D | php_pcre.c | 2061 pce, subject_str, ZSTR_VAL(subject_str), ZSTR_LEN(subject_str), fci, fcc, in php_pcre_replace_func() 2107 result = php_pcre_replace(regex_str, subject_str, ZSTR_VAL(subject_str), in php_pcre_replace_array() 2112 subject_str = result; in php_pcre_replace_array() 2129 result = php_pcre_replace(regex_str, subject_str, ZSTR_VAL(subject_str), in php_pcre_replace_array() 2133 subject_str = result; in php_pcre_replace_array() 2141 return subject_str; in php_pcre_replace_array() 2217 if (subject_str) { in preg_replace_func_impl() 2280 if (subject_str) { in _preg_replace_common() 2358 subject_ht, subject_str, in preg_replace_common() 2384 subject_ht, subject_str, [all …]
|
H A D | php_pcre.h | 28 PHPAPI zend_string *php_pcre_replace(zend_string *regex, zend_string *subject_str, const char *subj… 52 PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, zend_string *subject_str, zval *return_valu… 55 PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, const ch… 58 PHPAPI void php_pcre_split_impl( pcre_cache_entry *pce, zend_string *subject_str, zval *return_va…
|
/php-src/ext/standard/ |
H A D | string.c | 4318 if (ZSTR_LEN(subject_str) == 0) { 4326 zend_string_addref(subject_str); 4420 if (subject_str == tmp_result) { 4421 zend_string_delref(subject_str); 4423 zend_string_release_ex(subject_str, 0); 4424 subject_str = tmp_result; 4425 if (ZSTR_LEN(subject_str) == 0) { 4435 ZVAL_STR(result, subject_str); 4443 php_char_to_str_ex(subject_str, 4461 ZVAL_STR_COPY(result, subject_str); [all …]
|
Completed in 152 milliseconds