mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 18:27:23 +01:00
Update Base.php to include 'global' in the list of restricted functions
This commit is contained in:
@ -24,6 +24,7 @@ final class Base extends AbstractPreset
|
|||||||
'ray',
|
'ray',
|
||||||
'die',
|
'die',
|
||||||
'goto',
|
'goto',
|
||||||
|
'global',
|
||||||
'var_dump',
|
'var_dump',
|
||||||
'phpinfo',
|
'phpinfo',
|
||||||
'echo',
|
'echo',
|
||||||
|
|||||||
Reference in New Issue
Block a user