Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
配列に設定されていない2 番目の参照パラメーターになるparse_strに渡すことができる入力はありますか?
したがって、条件を真にする値$x 。
parse_str($x, $array); if (is_array($array) === false)) { echo $x . ' wont parse to an array!'; }
null、falseおよびいくつかの文字列を試しましたが、それらはすべて$array空の配列になります。
null
false
$array
次のエラーが表示され、修正方法がわかりません。スタック オーバーフローには、同様の問題に対処する他のページがいくつかありますが、これらは当てはまらないようです。または、少なくとも私はそれを解決するのに十分な知識がありません。
authentication_pages_spec を実行すると、「パッチ」