Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1280 **replace_entry = NULL, in php_replace_in_subject() local
1313 if (zend_hash_get_current_data(Z_ARRVAL_P(replace), (void **)&replace_entry) == SUCCESS) { in php_replace_in_subject()
1315 convert_to_string_ex(replace_entry); in php_replace_in_subject()
1317 replace_value = *replace_entry; in php_replace_in_subject()
/PHP-5.5/ext/standard/
H A Dstring.c3884 **replace_entry = NULL, local
3928 if (zend_hash_get_current_data(Z_ARRVAL_P(replace), (void **)&replace_entry) == SUCCESS) {
3930 convert_to_string_ex(replace_entry);
3933 replace_value = Z_STRVAL_PP(replace_entry);
3934 replace_len = Z_STRLEN_PP(replace_entry);

Completed in 27 milliseconds