|
36 | 36 | * str_starts_with(): since WP 5.9.0 |
37 | 37 | * str_ends_with(): since WP 5.9.0 |
38 | 38 | * array_is_list(): since WP 6.5.0 |
| 39 | + * IMAGETYPE_AVIF and IMG_AVIF: since WP 6.5.0 |
| 40 | + * array_find(): since WP 6.8.0 |
| 41 | + * array_find_key(): since WP 6.8.0 |
| 42 | + * array_any(): since WP 6.8.0 |
| 43 | + * array_all(): since WP 6.8.0 |
| 44 | + * array_first(): since WP 6.9.0 |
| 45 | + * array_last(): since WP 6.9.0 |
| 46 | + * IMAGETYPE_HEIF: since WP 6.9.0 |
39 | 47 | --> |
40 | 48 | <exclude name="PHPCompatibility.FunctionUse.NewFunctions.hash_hmacFound"/> |
41 | 49 | <exclude name="PHPCompatibility.FunctionUse.NewFunctions.json_encodeFound"/> |
|
55 | 63 | <exclude name="PHPCompatibility.FunctionUse.NewFunctions.str_starts_withFound"/> |
56 | 64 | <exclude name="PHPCompatibility.FunctionUse.NewFunctions.str_ends_withFound"/> |
57 | 65 | <exclude name="PHPCompatibility.FunctionUse.NewFunctions.array_is_listFound"/> |
| 66 | + <exclude name="PHPCompatibility.Constants.NewConstants.imagetype_avifFound"/> |
| 67 | + <exclude name="PHPCompatibility.Constants.NewConstants.img_avifFound"/> |
| 68 | + <exclude name="PHPCompatibility.FunctionUse.NewFunctions.array_findFound"/> |
| 69 | + <exclude name="PHPCompatibility.FunctionUse.NewFunctions.array_find_keyFound"/> |
| 70 | + <exclude name="PHPCompatibility.FunctionUse.NewFunctions.array_anyFound"/> |
| 71 | + <exclude name="PHPCompatibility.FunctionUse.NewFunctions.array_allFound"/> |
| 72 | + <exclude name="PHPCompatibility.FunctionUse.NewFunctions.array_firstFound"/> |
| 73 | + <exclude name="PHPCompatibility.FunctionUse.NewFunctions.array_lastFound"/> |
| 74 | + <exclude name="PHPCompatibility.Constants.NewConstants.imagetype_heifFound"/> |
58 | 75 |
|
59 | 76 | <!-- |
60 | 77 | Contained in /wp-includes/spl-autoload-compat.php. |
|
0 commit comments