$a = $b = 0;
在上面的代码,都$a和$b指定的值0,或者是$a只引用$b?
$a
$b
0
php variables variable-assignment
php ×1
variable-assignment ×1
variables ×1