Talk:PHP syntax and semantics: Difference between revisions

Content deleted Content added
Daimanta (talk | contribs)
No edit summary
Cewbot (talk | contribs)
m Maintain {{WPBS}} and vital articles: 1 WikiProject template. Create {{WPBS}}. Keep majority rating "Start" in {{WPBS}}. Remove 1 same rating as {{WPBS}} in {{WikiProject Computing}}.
 
(11 intermediate revisions by 9 users not shown)
Line 1:
{{WikiProject Computingbanner shell|class=Start|importance=Mid}}
{{WPFSWikiProject Computing|classimportance=StartMid|free-software=yes|free-software-importance=Mid|software=yes}}
}}
{{to do}}
== Merge back to [[PHP]] or re-write ==
 
Actually there doesn't seem to be anything worth and necessary to merge back. The main article is more up to date. --[[User:Pjacobi|Pjacobi]] ([[User talk:Pjacobi|talk]]) 20:51, 16 October 2008 (UTC)
::Other programming languages (like Java) have most of their information in one page. Wouldn't it make sense to place all the info in this page in a 'Syntax' header on the PHP page? [[User: Exe89|Exe89]]
:::The current article isn't good. I'll post over on the PHP talk page and see if anyone wants to help fix it. [[User:Let99|Let99]] ([[User talk:Let99|talk]]) 06:20, 10 November 2014 (UTC)
 
== Criticism \ Controversy section? ==
PHP is widely criticized about its markup and lack of standards. Shouldn't this be covered somewhere? <span style="font-size: smaller;" class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/189.112.59.185|189.112.59.185]] ([[User talk:189.112.59.185|talk]]) 17:07, 27 October 2008 (UTC)</span><!-- Template:UnsignedIP --> <!--Autosigned by SineBot-->
:It would benefit from some mention of [http://www.php-fig.org/psr/psr-1/ PSR-1]. [[User:Let99|Let99]] ([[User talk:Let99|talk]]) 05:54, 10 November 2014 (UTC)
 
== Statement Language? ==
 
The style and general writing standards of this article are no doubt among the least professional and absolute worst I have ever encountered on Wikipedia. The following sentence is representative:
 
"PHP is a <u>statement language</u>, with each statement terminated by semicolon (";"). "
 
The term "statement Language" is obviously a frivolous invention by the writer, who tries to pass it off as a recognized and respected computer science term, even giving it a hyperlink cross reference to a Wikipedia article of the same title, which -- surprise! -- doesn't exist, of course.
 
Another example:
 
Both double-quoted ("") and heredoc strings allow the ability to embed a variable's value into the string.
 
Allow the ability? And, are variable values <em>embedded</em> in strings, or did you mean interpolated, perhaps?
 
As a professional Perl programmer with virtually no knowledge of PHP, I thought I'd read this article to acquire an overview of that language. But if this is the best the PHP community can do, clearly I've made the right choice to stick with Perl all these years.
 
[[User:Toddcs|Toddcs]] ([[User talk:Toddcs|talk]]) 15:35, 16 October 2011 (UTC)