Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
エラーあるある.pdf
Search
tashiy
May 29, 2019
Programming
0
150
エラーあるある.pdf
tashiy
May 29, 2019
Tweet
Share
More Decks by tashiy
See All by tashiy
組み合わせの紹介(ピアス)
tashiy
1
58
パーツの紹介 (ピアス)
tashiy
0
60
組み合わせの紹介 (イヤリング Part2).pdf
tashiy
0
41
組み合わせの紹介(イヤリング)
tashiy
1
54
イヤリングの種類
tashiy
1
70
はじめての実践Laravelでつまづいた話
tashiy
0
570
まほろばの里、奈良
tashiy
1
820
デバイスの歴史
tashiy
0
300
Other Decks in Programming
See All in Programming
testingを眺める
matumoto
1
140
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
530
アプリの "かわいい" を支えるアニメーションツールRiveについて
uetyo
0
270
AWS発のAIエディタKiroを使ってみた
iriikeita
1
190
個人軟體時代
ethanhuang13
0
320
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
6
2.5k
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
450
知っているようで知らない"rails new"の世界 / The World of "rails new" You Think You Know but Don't
luccafort
PRO
1
160
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
3
310
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
600
私の後悔をAWS DMSで解決した話
hiramax
4
210
Namespace and Its Future
tagomoris
6
700
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
431
66k
Agile that works and the tools we love
rasmusluckow
330
21k
Code Reviewing Like a Champion
maltzj
525
40k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
The Invisible Side of Design
smashingmag
301
51k
Writing Fast Ruby
sferik
628
62k
Optimizing for Happiness
mojombo
379
70k
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
Embracing the Ebb and Flow
colly
87
4.8k
Transcript
エラーあるある PHP5.xから7.xに移行した際にあるもの 第138回PHP勉強会@東京
自己紹介 名前 たっしー(@tashipiyo) 課題:詳細設計 出身:大阪 在住:登戸(川崎)
はじめに アホほど雑です(LT2回目)
初めて行ったPHP勉強会 (PHPと聞いてPHP文庫と間違えていた頃)
None
None
None
エラーあるある(PHPVer.UP時)
セッション添字のエラー $_SESIONの添字を数値にするとエラーが発生する。
マニュアルでは(推測)
ただ、何故数字の添字が使えない理由が公式で探せないのが悔しい...
配列インデックスのエラー 配列の添字が文字列の場合、「’’」か「””」で括らないと定数扱いとみなされ、 エラーになる。
変数宣言から配列に切り替えようとした時 変数の値が代入されている状態で配列代入をすると、エラーになる。
PHP Ver.UP時のエラーは未知との遭遇でもある が、解決できることが楽しい。 それがエンジニアの醍醐味だ!! まとめ
ありがとうございました