我一直在使用 php simple image libraray 进行图像处理(以前从未遇到过这个错误)。
现在脚本在代码上线时停止抛出语法错误并且本地服务器没有发生错误
显示的错误:
**Parse error: syntax error, unexpected ';' in path-to-simpleimage/SimpleImage.php on line 128**
and the 128th line of code is
**$height = $height ?: $width;**
我无法识别该行中“?:”的语法和用法,并且simpleimage的几乎每个函数中都有相同的片段
还和我的同事一起用谷歌搜索了很多次,但没有任何改善。
感谢你们