jae-jae / QueryList

:spider: The progressive PHP crawler framework! 优雅的渐进式PHP采集框架。
https://querylist.cc
2.65k stars 441 forks source link

Parse error: syntax error, unexpected '=' #72

Closed bjfqy closed 3 years ago

bjfqy commented 5 years ago

Parse error: syntax error, unexpected '=' 依赖包php7 0环境下 使用4 0 1版本出现bug

jae-jae commented 5 years ago

Check if your PHP version is >= PHP7.0

WeakChickenPeng commented 4 years ago

[$a,$b] replace with list($a,$b)