14.10.2018, 15:23
When I put it like that, it does not give me warnings. Why?
PHP Code:
TestText(text[90])
{
strreplace(text, "test_01", "replace_01");
strreplace(text, "test_02", "replace_02");
return 1;
}