Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dstring.c3883 *replace_entry_str = NULL; local
3936 replace_entry_str = zval_get_string(replace_entry);
3939 replace_value = ZSTR_VAL(replace_entry_str);
3940 replace_len = ZSTR_LEN(replace_entry_str);
3985 if (replace_entry_str) {
3986 zend_string_release(replace_entry_str);
3987 replace_entry_str = NULL;

Completed in 16 milliseconds