PHP version compatibility check

后端 未结 3 1162
北恋
北恋 2021-02-06 05:33

How do I know my code which version of the language is compatible? Is there a way to figure out which is the minimum version of PHP language that can execute it without error? M

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-06 05:57

    https://3v4l.org/

    This online tool shows your code output for more than 150 different PHP versions (every version released since 4.3.0) plus HHVM.

    Not sure if it's enough for your purposes.

提交回复
热议问题