Changes

39 bytes added ,  22:55, 9 February 2016
Links update, template adoption and SEO tag inclusion
Line 1: Line 1: −
Welcome to Simone Giustetti's wiki pages.
+
{{header_en|title=Debugging PHP scripts| keyword={{Template:keyword_en_php}}| description=Some tips and tricks to debug PHP source code | link_page=php_debug}}
 
  −
 
  −
Languages: '''English''' - [[php_debug | Italiano]]
  −
 
  −
----
  −
 
      
== Introduction ==
 
== Introduction ==
Line 52: Line 46:     
Below are three PHP listings referring to the parser runs executed in the above lines. Some syntax errors, even really dumb ones, were added to the first two. The main difference among the two being the resolution of the bug at line 2 where an ";" character was added to close the line of code. The third and last listing contains the correct code.
 
Below are three PHP listings referring to the parser runs executed in the above lines. Some syntax errors, even really dumb ones, were added to the first two. The main difference among the two being the resolution of the bug at line 2 where an ";" character was added to close the line of code. The third and last listing contains the correct code.
 +
    
''hello_world.php - Listing 1'': Contains many syntax errors.
 
''hello_world.php - Listing 1'': Contains many syntax errors.
Line 144: Line 139:  
----
 
----
   −
Languages: '''English''' - [[php_debug | Italiano]]
+
{{footer_en | link_page=php_debug}}