Well the [[:PHP]] tag would not be part of the core but a developer can add it if he/she desires. In fact thell be able to add any tag or interpreter for that matter a long as they know how:
[[:PERL?
print "Hi there!";
]]
[[:ASP?
Response.Write "I’m from Microsoft!";
]]
[[:Python?
// some code here
]]