1
vote
3answers
1k views

How are PHP's built-in functions implemented internally?

are these functions written the same way as user functions? I mean with PHP code and with regular expressions and stuff like that? For example: filter_var($email, FILTER_VALIDATE_EMAIL); vs. ...