# PHP 8.0 Features - [x] Just-In-Time Compilation (JIT) - [x] Union Types - [ ] Named Arguments - [ ] Attributes - [ ] Constructor Property Promotion - [ ] Match Expression - [ ] Nullsafe Operator (`?->`) - [ ] Weak Maps - [ ] Throw Expressions - [ ] Trailing Commas in Parameter Lists - [ ] Improved Type System & Error Handling - [ ] New String Functions (`str_contains`, `str_starts_with`, `str_ends_with`) - [ ] New `fdiv()` Function - [ ] Saner String to Number Comparisons - [ ] Consistent Type Errors for Internal Functions
PHP 8.0 Features
?->)str_contains,str_starts_with,str_ends_with)fdiv()Function