replace_entry 1319 ext/pcre/php_pcre.c **replace_entry = NULL, replace_entry 1352 ext/pcre/php_pcre.c if (zend_hash_get_current_data(Z_ARRVAL_P(replace), (void **)&replace_entry) == SUCCESS) { replace_entry 1354 ext/pcre/php_pcre.c convert_to_string_ex(replace_entry); replace_entry 1356 ext/pcre/php_pcre.c replace_value = *replace_entry; replace_entry 3863 ext/standard/string.c **replace_entry = NULL, replace_entry 3907 ext/standard/string.c if (zend_hash_get_current_data(Z_ARRVAL_P(replace), (void **)&replace_entry) == SUCCESS) { replace_entry 3909 ext/standard/string.c convert_to_string_ex(replace_entry); replace_entry 3912 ext/standard/string.c replace_value = Z_STRVAL_PP(replace_entry); replace_entry 3913 ext/standard/string.c replace_len = Z_STRLEN_PP(replace_entry);