1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

php5.5でPHP Notice: Use of undefined constantAdd Starエラー

Last updated at Posted at 2014-09-04

ふとMac環境でphpをバージョンアップさせたら出てきた

  • PHP Notice: Use of undefined constantAdd Star

調べたら配列のキーを引用符なしで指定すると出る警告

らしい・・・

  • $test = $hoge[name];
  • $test = $hoge['name'];

忘れないようにメモメモφ(..)

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?