Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstring.c2369 zval *tmp_str = NULL, *tmp_repl, *tmp_from = NULL, *tmp_len= NULL; local
2433 tmp_repl = &repl_ht->arPacked[repl_idx];
2434 if (Z_TYPE_P(tmp_repl) != IS_UNDEF) {
2441 tmp_repl = &repl_ht->arData[repl_idx].val;
2442 if (Z_TYPE_P(tmp_repl) != IS_UNDEF) {
2449 repl_str = zval_get_tmp_string(tmp_repl, &tmp_repl_str);
2580 tmp_repl = &repl_ht->arPacked[repl_idx];
2581 if (Z_TYPE_P(tmp_repl) != IS_UNDEF) {
2588 tmp_repl = &repl_ht->arData[repl_idx].val;
2589 if (Z_TYPE_P(tmp_repl) != IS_UNDEF) {
[all …]

Completed in 23 milliseconds