stmp 596 ext/spl/spl_directory.c char stmp[2]; stmp 650 ext/spl/spl_directory.c stmp[1] = '\0'; stmp 651 ext/spl/spl_directory.c stmp[0] = intern->u.file.delimiter; stmp 653 ext/spl/spl_directory.c add_assoc_stringl_ex(&zrv, pnstr, pnlen+1, stmp, 1, 1); stmp 655 ext/spl/spl_directory.c stmp[0] = intern->u.file.enclosure; stmp 657 ext/spl/spl_directory.c add_assoc_stringl_ex(&zrv, pnstr, pnlen+1, stmp, 1, 1); stmp 1159 ext/standard/string.c char stmp[MAX_LENGTH_OF_LONG + 1]; stmp 1160 ext/standard/string.c str_len = slprintf(stmp, sizeof(stmp), "%ld", Z_LVAL_PP(tmp)); stmp 1161 ext/standard/string.c smart_str_appendl(&implstr, stmp, str_len); stmp 1175 ext/standard/string.c char *stmp; stmp 1176 ext/standard/string.c str_len = spprintf(&stmp, 0, "%.*G", (int) EG(precision), Z_DVAL_PP(tmp)); stmp 1177 ext/standard/string.c smart_str_appendl(&implstr, stmp, str_len); stmp 1178 ext/standard/string.c efree(stmp);