What does PHP stand for?
Posted
by Rob
on Stack Overflow
See other posts from Stack Overflow
or by Rob
Published on 2010-04-24T18:15:30Z
Indexed on
2010/04/24
18:23 UTC
Read the original article
Hit count: 328
php
PHP Hypertext Preprocessor
So the abbreviation is an infinite loop of itself.
PHP = PHP Hypertext Preprocessor Hypertext Preprocessor
Which is = PHP Hypertext Preprocessor Hypertext Preprocessor Hypertext Preprocessor
Or easier to understand:
<?
$php = $php . "Hypertext Preprocessor";
echo $php;
?>
So uh, my question is: What the hell?
© Stack Overflow or respective owner