1. Initial knowledge Code audit-BASIC

Source: Internet
Author: User


Just start to contact code Audit, write some basic skills, share the experience of the novice.

Here is the code for the test, as well as a comment
Local build installation Wamp, can support PHP file loading, and then write with notepad++, you can run
<?php//Single-line comment
/**/Multi-line comments$moon= "Moon";//1//print $moon; Basic invocation of//echo $moon;$a=Array("Apple", "peach", "green"));//2//echo $a; Unable to access output array//print_r ($a); Output array//var_dump ($a); The length//debug_zval_dump ($a) is displayed; It is also the less//exit of the function used to print the array/*echo $moon = "Clay"; exit (); Echo $sec = "SEC";*///Single quotation mark and double quotation mark difference single quotation mark does not resolve$String= "Clay";Echo"$String";Echo' $String ';?>
Output from the last comparison

1. Initial knowledge Code audit-BASIC

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.