Lines Matching refs:tmp2
142 zval **data, **tmp, tmp2; in php_print_gpcse_array() local
189 tmp2 = **tmp; in php_print_gpcse_array()
190 zval_copy_ctor(&tmp2); in php_print_gpcse_array()
191 convert_to_string(&tmp2); in php_print_gpcse_array()
193 if (Z_STRLEN(tmp2) == 0) { in php_print_gpcse_array()
196 php_info_html_esc_write(Z_STRVAL(tmp2), Z_STRLEN(tmp2) TSRMLS_CC); in php_print_gpcse_array()
199 PHPWRITE(Z_STRVAL(tmp2), Z_STRLEN(tmp2)); in php_print_gpcse_array()
201 zval_dtor(&tmp2); in php_print_gpcse_array()
657 char **env, *tmp1, *tmp2; in php_print_info() local
956 if (!(tmp2=strchr(tmp1,'='))) { /* malformed entry? */ in php_print_info()
960 *tmp2 = 0; in php_print_info()
961 tmp2++; in php_print_info()
962 php_info_print_table_row(2, tmp1, tmp2); in php_print_info()