SyntaxFix
Write A Post
Hire A Developer
Questions
I think typecasting on php on inside block, String on PHP is not object as I know:
<?php function phpwtf($s) { $s = (string) $s; echo "$s\n"; } phpwtf("Type hinting is da bomb");