Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/
H A Dphp_pcre.c1471 zval replace_str; in php_replace_in_subject() local
1475 ZVAL_UNDEF(&replace_str); in php_replace_in_subject()
1481 ZVAL_COPY(&replace_str, &Z_ARRVAL_P(replace)->arData[replace_idx].val); in php_replace_in_subject()
1486 if (!Z_ISUNDEF(replace_str)) { in php_replace_in_subject()
1488 convert_to_string(&replace_str); in php_replace_in_subject()
1490 replace_value = &replace_str; in php_replace_in_subject()
1513 zval_dtor(&replace_str); in php_replace_in_subject()
1518 zval_dtor(&replace_str); in php_replace_in_subject()

Completed in 18 milliseconds