Changeset 51606
- Timestamp:
- 08/12/2021 05:48:55 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/doEnclose.php
r51568 r51606 281 281 $path = parse_url( $url, PHP_URL_PATH ); 282 282 283 if ( false!== $path ) {283 if ( null !== $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.