Changeset 51627
- Timestamp:
- 08/17/2021 12:27:38 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/doEnclose.php
r51606 r51627 281 281 $path = parse_url( $url, PHP_URL_PATH ); 282 282 283 if ( null !== $path) {283 if ( is_string( $path ) ) { 284 284 $extension = pathinfo( $path, PATHINFO_EXTENSION ); 285 285 if ( isset( $fake_headers[ $extension ] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.