tmp_str 2211 ext/iconv/iconv.c zend_string *tmp_str = NULL; tmp_str 2275 ext/iconv/iconv.c tmp_str = zval_get_string(pzval); tmp_str 2276 ext/iconv/iconv.c lfchars = ZSTR_VAL(tmp_str); tmp_str 2299 ext/iconv/iconv.c if (tmp_str) { tmp_str 2300 ext/iconv/iconv.c zend_string_release(tmp_str); tmp_str 115 ext/mysqli/mysqli_api.c smart_str tmp_str = {0}; tmp_str 116 ext/mysqli/mysqli_api.c mysqli_tx_cor_options_to_string(conn, &tmp_str, mode); tmp_str 117 ext/mysqli/mysqli_api.c smart_str_0(&tmp_str); tmp_str 125 ext/mysqli/mysqli_api.c (commit? "COMMIT%s %s":"ROLLBACK%s %s"), name_esc? name_esc:"", tmp_str.s? ZSTR_VAL(tmp_str.s):""); tmp_str 126 ext/mysqli/mysqli_api.c smart_str_free(&tmp_str); tmp_str 1031 ext/mysqli/mysqli_nonapi.c smart_str tmp_str = {0}; tmp_str 1033 ext/mysqli/mysqli_nonapi.c if (tmp_str.s) { tmp_str 1034 ext/mysqli/mysqli_nonapi.c smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1); tmp_str 1036 ext/mysqli/mysqli_nonapi.c smart_str_appendl(&tmp_str, "WITH CONSISTENT SNAPSHOT", sizeof("WITH CONSISTENT SNAPSHOT") - 1); tmp_str 1043 ext/mysqli/mysqli_nonapi.c if (tmp_str.s) { tmp_str 1044 ext/mysqli/mysqli_nonapi.c smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1); tmp_str 1046 ext/mysqli/mysqli_nonapi.c smart_str_appendl(&tmp_str, "READ WRITE", sizeof("READ WRITE") - 1); tmp_str 1048 ext/mysqli/mysqli_nonapi.c if (tmp_str.s) { tmp_str 1049 ext/mysqli/mysqli_nonapi.c smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1); tmp_str 1051 ext/mysqli/mysqli_nonapi.c smart_str_appendl(&tmp_str, "READ ONLY", sizeof("READ ONLY") - 1); tmp_str 1054 ext/mysqli/mysqli_nonapi.c smart_str_0(&tmp_str); tmp_str 1060 ext/mysqli/mysqli_nonapi.c name_esc? name_esc:"", tmp_str.s? ZSTR_VAL(tmp_str.s):""); tmp_str 1062 ext/mysqli/mysqli_nonapi.c smart_str_free(&tmp_str); tmp_str 2765 ext/mysqlnd/mysqlnd.c smart_str tmp_str = {0, 0}; tmp_str 2766 ext/mysqlnd/mysqlnd.c conn->m->tx_cor_options_to_string(conn, &tmp_str, flags); tmp_str 2767 ext/mysqlnd/mysqlnd.c smart_str_0(&tmp_str); tmp_str 2776 ext/mysqlnd/mysqlnd.c name_esc? name_esc:"", tmp_str.s? ZSTR_VAL(tmp_str.s):""); tmp_str 2777 ext/mysqlnd/mysqlnd.c smart_str_free(&tmp_str); tmp_str 2809 ext/mysqlnd/mysqlnd.c smart_str tmp_str = {0, 0}; tmp_str 2811 ext/mysqlnd/mysqlnd.c if (tmp_str.s) { tmp_str 2812 ext/mysqlnd/mysqlnd.c smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1); tmp_str 2814 ext/mysqlnd/mysqlnd.c smart_str_appendl(&tmp_str, "WITH CONSISTENT SNAPSHOT", sizeof("WITH CONSISTENT SNAPSHOT") - 1); tmp_str 2820 ext/mysqlnd/mysqlnd.c smart_str_free(&tmp_str); tmp_str 2823 ext/mysqlnd/mysqlnd.c if (tmp_str.s && ZSTR_LEN(tmp_str.s)) { tmp_str 2824 ext/mysqlnd/mysqlnd.c smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1); tmp_str 2826 ext/mysqlnd/mysqlnd.c smart_str_appendl(&tmp_str, "READ WRITE", sizeof("READ WRITE") - 1); tmp_str 2828 ext/mysqlnd/mysqlnd.c if (tmp_str.s && ZSTR_LEN(tmp_str.s)) { tmp_str 2829 ext/mysqlnd/mysqlnd.c smart_str_appendl(&tmp_str, ", ", sizeof(", ") - 1); tmp_str 2831 ext/mysqlnd/mysqlnd.c smart_str_appendl(&tmp_str, "READ ONLY", sizeof("READ ONLY") - 1); tmp_str 2834 ext/mysqlnd/mysqlnd.c smart_str_0(&tmp_str); tmp_str 2839 ext/mysqlnd/mysqlnd.c unsigned int query_len = mnd_sprintf(&query, 0, "START TRANSACTION%s %s", name_esc? name_esc:"", tmp_str.s? ZSTR_VAL(tmp_str.s):""); tmp_str 2840 ext/mysqlnd/mysqlnd.c smart_str_free(&tmp_str); tmp_str 585 ext/mysqlnd/mysqlnd_alloc.c smart_str tmp_str = {0, 0}; tmp_str 597 ext/mysqlnd/mysqlnd_alloc.c smart_str_appendc(&tmp_str, *p); tmp_str 600 ext/mysqlnd/mysqlnd_alloc.c ret = (persistent) ? __zend_malloc(ZSTR_LEN(tmp_str.s) + sizeof(size_t)) : _emalloc(REAL_SIZE(ZSTR_LEN(tmp_str.s) + sizeof(size_t)) ZEND_FILE_LINE_CC ZEND_FILE_LINE_ORIG_RELAY_CC); tmp_str 601 ext/mysqlnd/mysqlnd_alloc.c memcpy(FAKE_PTR(ret), ZSTR_VAL(tmp_str.s), ZSTR_LEN(tmp_str.s)); tmp_str 604 ext/mysqlnd/mysqlnd_alloc.c *(size_t *) ret = ZSTR_LEN(tmp_str.s); tmp_str 607 ext/mysqlnd/mysqlnd_alloc.c smart_str_free(&tmp_str); tmp_str 154 ext/mysqlnd/php_mysqlnd.c smart_str tmp_str = {0}; tmp_str 155 ext/mysqlnd/php_mysqlnd.c mysqlnd_plugin_apply_with_argument(mysqlnd_minfo_dump_loaded_plugins, &tmp_str); tmp_str 156 ext/mysqlnd/php_mysqlnd.c smart_str_0(&tmp_str); tmp_str 157 ext/mysqlnd/php_mysqlnd.c php_info_print_table_row(2, "Loaded plugins", tmp_str.s? ZSTR_VAL(tmp_str.s) : ""); tmp_str 158 ext/mysqlnd/php_mysqlnd.c smart_str_free(&tmp_str); tmp_str 160 ext/mysqlnd/php_mysqlnd.c mysqlnd_minfo_dump_api_plugins(&tmp_str); tmp_str 161 ext/mysqlnd/php_mysqlnd.c smart_str_0(&tmp_str); tmp_str 162 ext/mysqlnd/php_mysqlnd.c php_info_print_table_row(2, "API Extensions", tmp_str.s? ZSTR_VAL(tmp_str.s) : ""); tmp_str 163 ext/mysqlnd/php_mysqlnd.c smart_str_free(&tmp_str); tmp_str 2454 ext/standard/string.c zval *tmp_str = NULL, *tmp_from = NULL, *tmp_repl = NULL, *tmp_len= NULL; tmp_str 2574 ext/standard/string.c ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(str), num_index, str_index, tmp_str) { tmp_str 2575 ext/standard/string.c zend_string *orig_str = zval_get_string(tmp_str); tmp_str 391 ext/standard/var.c zend_string *tmp_str; tmp_str 393 ext/standard/var.c tmp_str = php_str_to_str(ZSTR_VAL(ckey), ZSTR_LEN(ckey), "\0", 1, "' . \"\\0\" . '", 12); tmp_str 398 ext/standard/var.c smart_str_append(buf, tmp_str); tmp_str 402 ext/standard/var.c zend_string_free(tmp_str); tmp_str 439 ext/standard/var.c char *tmp_str; tmp_str 461 ext/standard/var.c tmp_len = spprintf(&tmp_str, 0,"%.*H", PG(serialize_precision), Z_DVAL_P(struc)); tmp_str 462 ext/standard/var.c smart_str_appendl(buf, tmp_str, tmp_len); tmp_str 469 ext/standard/var.c if (zend_finite(Z_DVAL_P(struc)) && NULL == strchr(tmp_str, '.')) { tmp_str 472 ext/standard/var.c efree(tmp_str);