php-src/ext/filter/tests
Christoph M. Becker c4c4056041 Remove implicit constants from test case
`FILTER_FLAG_SCHEME_REQUIRED` and `FILTER_FLAG_HOST_REQUIRED` are
implicitly used for `FILTER_VALIDATE_URL` so there is no need to
specify them explicitly.

Cf. https://bugs.php.net/75442.
2017-10-28 18:00:10 +02:00
..
001.phpt
002.phpt
003.phpt
004.phpt
005.phpt add skipif 2011-09-06 08:11:37 +00:00
006.phpt Update filter docs and tests 2017-10-19 12:09:06 +01:00
007.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
008.phpt Fix filter_list test 2014-11-14 10:56:39 +01:00
009.phpt
010.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
011.phpt Update filter docs and tests 2017-10-19 12:09:06 +01:00
012.phpt
013.phpt
014.phpt
015.phpt Remove implicit constants from test case 2017-10-28 18:00:10 +02:00
016.phpt Fix tests 2010-04-02 18:27:48 +00:00
017.phpt
018.phpt Fix #72972, Bad filter for the flags FILTER_FLAG_NO_RES_RANGE and FILTER_FLAG_NO_PRIV_RANGE 2016-09-05 10:08:42 +02:00
019.phpt
020.phpt
021.phpt
022.phpt
023.phpt
024.phpt
025.phpt
026.phpt
027.phpt
028.phpt
029.phpt
030.phpt - Fixed the filter extension accepting IPv4 octets with a leading 0 as that 2010-11-08 04:36:15 +00:00
031.phpt
032.phpt Update filter docs and tests 2017-10-19 12:09:06 +01:00
033_run.inc ext/filter support for validating MAC addresses. 2013-02-03 13:23:53 +01:00
033.phpt Fix ext/filter/tests/033.phpt 2014-11-14 11:40:39 +01:00
034.phpt
035.phpt
036.phpt Update filter docs and tests 2017-10-19 12:09:06 +01:00
037.phpt
038.phpt
039.phpt
040.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
041.phpt
042.phpt
043.phpt
044.phpt
045.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
046.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
047.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
048.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
049.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
050.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
051.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
052.phpt
053.phpt
054.phpt #doc 2011-04-28 12:32:47 +00:00
055.phpt Add option to specific the expected separator character. 2013-02-03 13:23:54 +01:00
056.phpt FILTER_VALIDATE_DOMAIN and RFC conformance for FILTER_VALIDATE_URL 2014-11-14 10:01:53 +01:00
057.phpt Adjust logic in sanity checks. 2015-03-08 15:27:41 -04:00
058.phpt make constant name more descriptive 2016-07-18 23:33:22 +02:00
bug7715.phpt
bug7733.phpt Update filter docs and tests 2017-10-19 12:09:06 +01:00
bug8315.phpt
bug39846.phpt
bug42718-2.phpt - remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4 2011-07-22 11:56:20 +00:00
bug42718.phpt - remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4 2011-07-22 11:56:20 +00:00
bug44445.phpt
bug44779.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
bug46973.phpt - add skipif 2011-09-04 22:21:58 +00:00
bug47435.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
bug47745.phpt - add skipif 2011-09-04 22:21:58 +00:00
bug48762.phpt - add skipif 2011-09-04 22:21:58 +00:00
bug49184.phpt adding a reproduce script for bug #49184 2014-07-02 22:37:58 +02:00
bug49274.phpt Fix CRLF line-endings in tests 2016-11-20 22:31:24 +01:00
bug49510.phpt Missed SKIPIF 2013-05-09 15:57:25 +08:00
bug50158.phpt Remove more PHP 6 leftovers from tests 2016-11-24 22:39:39 +01:00
bug50632.phpt Added test case for bug #50632 2010-01-05 12:25:00 +00:00
bug51192.phpt Fix for bug #51192 (FILTER_VALIDATE_URL will invalidate a hostname that includes '-'). Original patch by solar@azrael.ws. 2010-03-03 09:25:50 +00:00
bug52209.phpt Fix bug ext\filter\tests\bug52209.phpt fails 2012-04-30 10:25:54 +02:00
bug52929.phpt Fix bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large 2010-09-27 07:08:04 +00:00
bug53037.phpt Fixed bug #53037 (FILTER_FLAG_EMPTY_STRING_NULL is not implemented). 2011-04-03 16:30:31 +00:00
bug53150.phpt Remove 128.0.0.0/16 and 191.255.0.0/16 from the reserved list. 2013-12-03 14:46:15 -08:00
bug55478.phpt Fixed Bug #55478 (FILTER_VALIDATE_EMAIL fails with internationalized 2011-12-04 14:52:40 +00:00
bug64441.phpt Fix bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names) 2013-09-16 05:23:52 +02:00
bug67167.01.phpt Partially fix bug #67167 - Wrong return value... 2016-09-09 12:45:46 +02:00
bug67167.02.phpt Partially fix bug #67167 - Wrong return value... 2016-09-09 12:45:46 +02:00
bug69202.phpt Fix #69202: FILTER_FLAG_STRIP_BACKTICK ignored unless other flags are used. 2015-03-09 17:14:47 +08:00
bug69203.phpt Fix #69203: FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127 2015-03-14 09:17:36 +01:00
bug71063.phpt Fix tests: don't count non-countables 2016-11-13 18:16:17 +01:00
bug73054.phpt Fix #73054: default option ignored when object passed to int filter 2016-09-09 14:30:24 +02:00
callback_closure.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
callback_non_modified_var.phpt
filter_data.phpt Add more tests for the new +0/-0 behaviour. 2012-12-29 03:31:22 +01:00
filter_ipv4_rfc6890.phpt Merge branch 'PHP-7.0' into PHP-7.1 2016-09-05 10:13:19 +02:00
filter_var_array_with_ref.phpt Skip if ext/filter isn't loaded 2015-09-02 10:12:08 -06:00
PMOPB45.phpt