Files
slinky/testdata/test12.php

12 lines
300 B
PHP

<?php
// Sample PHP file with URLs
$url1 = "https://developer.mozilla.org";
$url2 = "https://github.com/example/repo";
$urlBad = "http://example..com";
$urlMissing = "https://";
$urlNonexistent = "https://notarealwebsite.com/image.png";
$urlPlaceholder = "https://{tenant}.api.identitynow.com";
?>