Searched refs:replace_entry_str (Results 1 – 1 of 1) sorted by relevance
3941 *replace_entry_str = NULL; local3994 replace_entry_str = zval_get_string(replace_entry);3997 replace_value = ZSTR_VAL(replace_entry_str);3998 replace_len = ZSTR_LEN(replace_entry_str);4043 if (replace_entry_str) {4044 zend_string_release(replace_entry_str);4045 replace_entry_str = NULL;
Completed in 25 milliseconds