"Personally, I find the Delphi style visual programming vastly more efficient then straight code style."
opinions, opinions :-)
"For people like me, it's not a 'completely new way' of programming, it's our favorite way!"
I understand that (I have a few windows-liking friends too), but I still feel that the 'turbophp' approach is only useful for creating forms and such. It generates far too much overhead to use for regular coding.
"one could argue that with straight PHP code, the HTML will simply appear in some 'magic' position."
One could, but one would be wrong. With straight PHP coding the HTML appears where you put it, not where PHP decides it should be. TurboPHP just has the advantage of being able to kind of predict that the output will look like, that is why it would be a good tool for designing GUIs.
"You make a good point about variable checking and error trapping"
At the moment that is what is lacking most, so it would make sense (to me anyhow) to write something like that rather than putting lots of effort in trying to make a new kind of PHP. (Let's face it, by the time you have created prefabs for all of PHP's functions and ported it to linux we'll be using PHP 8.9 🙂 )