Open solidpulse opened 3 years ago
very initial implementation
contains:
string type
concat operator
str_contains function https://wiki.php.net/rfc/str_contains
what doesn't work:
string interpolation
binary strings
doesn't care about encoding
but should be enough to start implementing a lot of those PHP string functions.
[As on the email, I might need a bit of hand-holding here, but would love to contribute here as the idea is amazing]
very initial implementation
contains:
string type
concat operator
str_contains function https://wiki.php.net/rfc/str_contains
what doesn't work:
string interpolation
binary strings
doesn't care about encoding
but should be enough to start implementing a lot of those PHP string functions.
[As on the email, I might need a bit of hand-holding here, but would love to contribute here as the idea is amazing]