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/filter/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/filter/tests/bug50158.phpt |
--TEST-- Bug #50158 (FILTER_VALIDATE_EMAIL fails with valid addresses containing = or ?) --SKIPIF-- <?php if (!extension_loaded("filter")) die("skip"); ?> --FILE-- <?php $email_address = "test=mail@example.com"; var_dump(filter_var($email_address, FILTER_VALIDATE_EMAIL)); $email_address = "test-mail@example.com"; var_dump(filter_var($email_address, FILTER_VALIDATE_EMAIL)); $email_address = "test+mail@example.com"; var_dump(filter_var($email_address, FILTER_VALIDATE_EMAIL)); $email_address = "test?mail@example.com"; var_dump(filter_var($email_address, FILTER_VALIDATE_EMAIL)); ?> --EXPECTF-- %unicode|string%(21) "test=mail@example.com" %unicode|string%(21) "test-mail@example.com" %unicode|string%(21) "test+mail@example.com" %unicode|string%(21) "test?mail@example.com"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare