You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is an uncompleted list what the compiler needs for compiling itself (expect the difficult php language itself)
array_shift
count
end
max
exec
explode
implode
file_get_contents
stream_get_contents
filemtime
real_path
str_replace
strtolower
substr
sprintf
printf
trim
unlink
Some are only used in the cli tools but i think this is whats needed (and the really basic things behind the functions). While im looking though a lot of code this is mostly whats used in a a lot of basic classes.
var_dump, etc
The text was updated successfully, but these errors were encountered: