laruence / taint

Taint is a PHP extension, used for detecting XSS codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

实例化一个未定义构造函数的类时,如果传了不必要的参数,会发生 Segmentation fault (core dumped)

infatu8 opened this issue · comments

class Demo {}
new Demo(123);