Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/standard/tests/url/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/url/parse_url_basic_010.phpt |
--TEST-- Test parse_url() function : check values of URL related constants --FILE-- <?php /* Prototype : proto mixed parse_url(string url, [int url_component]) * Description: Parse a URL and return its components * Source code: ext/standard/url.c * Alias to functions: */ /* * check values of URL related constants */ foreach(get_defined_constants() as $constantName => $constantValue) { if (strpos($constantName, 'PHP_URL')===0) { echo "$constantName: $constantValue \n"; } } echo "Done"; ?> --EXPECTF-- PHP_URL_SCHEME: 0 PHP_URL_HOST: 1 PHP_URL_PORT: 2 PHP_URL_USER: 3 PHP_URL_PASS: 4 PHP_URL_PATH: 5 PHP_URL_QUERY: 6 PHP_URL_FRAGMENT: 7 Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare