subject_str 1057 ext/pcre/php_pcre.c zend_string *subject_str, subject_str 1070 ext/pcre/php_pcre.c result = php_pcre_replace_impl(pce, subject_str, subject, subject_len, replace_val, subject_str 1079 ext/pcre/php_pcre.c PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *subject, int subject_len, zval *replace_val, int is_callable_replace, int limit, int *replace_count) subject_str 1296 ext/pcre/php_pcre.c if (!result && subject_str) { subject_str 1297 ext/pcre/php_pcre.c result = zend_string_copy(subject_str); subject_str 1357 ext/pcre/php_pcre.c zend_string *subject_str = zval_get_string(subject); subject_str 1362 ext/pcre/php_pcre.c if (ZEND_SIZE_T_INT_OVFL(ZSTR_LEN(subject_str))) { subject_str 1404 ext/pcre/php_pcre.c subject_str, subject_str 1405 ext/pcre/php_pcre.c ZSTR_VAL(subject_str), subject_str 1406 ext/pcre/php_pcre.c (int)ZSTR_LEN(subject_str), subject_str 1411 ext/pcre/php_pcre.c zend_string_release(subject_str); subject_str 1412 ext/pcre/php_pcre.c subject_str = result; subject_str 1414 ext/pcre/php_pcre.c zend_string_release(subject_str); subject_str 1424 ext/pcre/php_pcre.c return subject_str; subject_str 1427 ext/pcre/php_pcre.c subject_str, subject_str 1428 ext/pcre/php_pcre.c ZSTR_VAL(subject_str), subject_str 1429 ext/pcre/php_pcre.c (int)ZSTR_LEN(subject_str), subject_str 1434 ext/pcre/php_pcre.c zend_string_release(subject_str); subject_str 2058 ext/pcre/php_pcre.c zend_string *subject_str = zval_get_string(entry); subject_str 2061 ext/pcre/php_pcre.c count = pcre_exec(pce->re, extra, ZSTR_VAL(subject_str), subject_str 2062 ext/pcre/php_pcre.c (int)ZSTR_LEN(subject_str), 0, subject_str 2071 ext/pcre/php_pcre.c zend_string_release(subject_str); subject_str 2089 ext/pcre/php_pcre.c zend_string_release(subject_str); subject_str 36 ext/pcre/php_pcre.h PHPAPI zend_string *php_pcre_replace(zend_string *regex, zend_string *subject_str, char *subject, int subject_len, zval *replace_val, int is_callable_replace, int limit, int *replace_count); subject_str 65 ext/pcre/php_pcre.h PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *subject, int subject_len, zval *return_value, subject_str 3964 ext/standard/string.c zend_string *subject_str; subject_str 3969 ext/standard/string.c subject_str = zval_get_string(subject); subject_str 3970 ext/standard/string.c if (ZSTR_LEN(subject_str) == 0) { subject_str 3971 ext/standard/string.c zend_string_release(subject_str); subject_str 3979 ext/standard/string.c ZVAL_STR_COPY(result, subject_str); subject_str 4073 ext/standard/string.c zend_string_release(subject_str); subject_str 4084 ext/standard/string.c php_char_to_str_ex(subject_str, subject_str 4092 ext/standard/string.c ZVAL_STR(result, php_str_to_str_ex(subject_str, subject_str 4096 ext/standard/string.c lc_subject_str = php_string_tolower(subject_str); subject_str 4097 ext/standard/string.c ZVAL_STR(result, php_str_to_str_i_ex(subject_str, ZSTR_VAL(lc_subject_str), subject_str 4103 ext/standard/string.c ZVAL_STR_COPY(result, subject_str); subject_str 4106 ext/standard/string.c zend_string_release(subject_str);