You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?php
function my_other_func() {
return "anoter really long string " .
"some more text";
}
function my_func() {
return "a really long string with = inside " .
"some more text";
}