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
angryTom2019-07-15 11:50:50
Yes, you need to change the semicolon, otherwise an error will be reported.