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.c2337 zval *tmp_str = NULL, *tmp_repl, *tmp_from = NULL, *tmp_len= NULL; local
2401 tmp_repl = &repl_ht->arPacked[repl_idx];
2402 if (Z_TYPE_P(tmp_repl) != IS_UNDEF) {
2409 tmp_repl = &repl_ht->arData[repl_idx].val;
2410 if (Z_TYPE_P(tmp_repl) != IS_UNDEF) {
2417 repl_str = zval_get_tmp_string(tmp_repl, &tmp_repl_str);
2548 tmp_repl = &repl_ht->arPacked[repl_idx];
2549 if (Z_TYPE_P(tmp_repl) != IS_UNDEF) {
2556 tmp_repl = &repl_ht->arData[repl_idx].val;
2557 if (Z_TYPE_P(tmp_repl) != IS_UNDEF) {
[all …]

Completed in 15 milliseconds