Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dstring.c2700 zval ctmp; local
2729 Z_TYPE(ctmp) = IS_LONG;
2730 Z_LVAL(ctmp) = num_key;
2732 convert_to_string(&ctmp);
2733 len = Z_STRLEN(ctmp);
2734 zend_hash_add(&tmp_hash, Z_STRVAL(ctmp), len+1, entry, sizeof(zval*), NULL);
2735 zval_dtor(&ctmp);

Completed in 13 milliseconds