Home
last modified time | relevance | path

Searched refs:tmp_from (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
2490 tmp_from = &from_ht->arPacked[from_idx];
2491 if (Z_TYPE_P(tmp_from) != IS_UNDEF) {
2498 tmp_from = &from_ht->arData[from_idx].val;
2499 if (Z_TYPE_P(tmp_from) != IS_UNDEF) {
2506 f = zval_get_long(tmp_from);

Completed in 18 milliseconds