Evolution of dynamic feature usage in PHP
Evolution of dynamic feature usage in PHP
复制标题
PHP 中动态功能使用的演变
DOI:
10.1109/saner.2015.7081870
复制
发表时间:
2015
期刊:
影响因子:
--
通讯作者:
M. Hills
中科院分区:
文献类型:
--
作者:
M. Hills
PHP includes a number of dynamic features that, if used, make it challenging for both programmers and tools to reason about programs. In this paper we examine how usage of these features has changed over time, looking at usage trends for three categories of dynamic features across the release histories of two popular open-source PHP systems, WordPress and MediaWiki. Our initial results suggest that, while features such as eval are being removed over time, more constrained dynamic features such as variable properties are becoming more common. We believe the results of this analysis provide useful insights for researchers and tool developers into the evolving use of dynamic features in real PHP programs.