For example:
$a= false; //$a is set to false$b=NULL: //$b is set to null$c=NULL; //$c Set to null
Should the second NULL colon be changed to a semicolon
Yes, you need to change the semicolon, otherwise an error will be reported.
Yes, you need to change the semicolon, otherwise an error will be reported.