<?php function test(array $x) {} $x = ['foo' => 1] + ['bar' => 2]; test($x);. PHP detected. The code is correct https://ideone.com/sIG34B. Attachments 1.
確定! 回上一頁