Home
last modified time | relevance | path

Searched refs:subject_str (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/pcre/
H A Dphp_pcre.c2070 pce, subject_str, ZSTR_VAL(subject_str), ZSTR_LEN(subject_str), fci, fcc, in php_pcre_replace_func()
2116 result = php_pcre_replace(regex_str, subject_str, ZSTR_VAL(subject_str), in php_pcre_replace_array()
2121 subject_str = result; in php_pcre_replace_array()
2138 result = php_pcre_replace(regex_str, subject_str, ZSTR_VAL(subject_str), in php_pcre_replace_array()
2142 subject_str = result; in php_pcre_replace_array()
2150 return subject_str; in php_pcre_replace_array()
2226 if (subject_str) { in preg_replace_func_impl()
2289 if (subject_str) { in _preg_replace_common()
2367 subject_ht, subject_str, in preg_replace_common()
2393 subject_ht, subject_str,
[all …]
H A Dphp_pcre.h28 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 Dstring.c4350 if (ZSTR_LEN(subject_str) == 0) {
4358 zend_string_addref(subject_str);
4452 if (subject_str == tmp_result) {
4453 zend_string_delref(subject_str);
4455 zend_string_release_ex(subject_str, 0);
4456 subject_str = tmp_result;
4457 if (ZSTR_LEN(subject_str) == 0) {
4467 ZVAL_STR(result, subject_str);
4475 php_char_to_str_ex(subject_str,
4493 ZVAL_STR_COPY(result, subject_str);
[all …]

Completed in 34 milliseconds