Yoshinari Takaoka
707cc65cd6
filter/constants.xml Fix typo, add a description
...
https://github.com/php/doc-en/commit/9b09581bfdd1fa1c33daa740ad49599cf665cff4
2025-10-04 07:23:10 +09:00
Yoshinari Takaoka
8cb9c4fa59
deleted not-in-EN tree file -> filters.xml
2025-08-28 17:51:52 +09:00
Yoshinari Takaoka
4b4a3f089c
[ext/filter] sync with en.
2025-08-28 08:04:45 +09:00
Yoshinari Takaoka
d7bdb2701b
Update filter constants
...
https://github.com/php/doc-en/commit/3a19c46045d5c8ea96754f0448a84b6db0d1e2dc
2024-12-15 09:51:00 +09:00
Yoshinari Takaoka
56d4d96192
Remove empty resources pages
...
https://github.com/php/doc-en/commit/48ce43fe79fa0c9f31f187ea8ec995b4cb13037e
2024-07-27 20:38:54 +09:00
Yoshinari Takaoka
6caf9da879
Remove empty requirements pages
...
https://github.com/php/doc-en/commit/605553e228c78a9368736f4ff36d185cf7e6eb22
2024-07-27 11:26:43 +09:00
Gina Peter Banyard
3949505003
Apply revchecked skipped commit c60943fefc4ff8950460e76d714a463437cf0eb2
...
Replace PHP_INI_* with INI_* constants
2024-01-26 13:55:31 +00:00
Yoshinari Takaoka
c53d469620
Use entity installation.enabled.disable on installation section
...
https://github.com/php/doc-en/commit/a7d56396b4b04d83871e084371cd6c6fecdafaa8
2023-10-01 18:32:35 +09:00
Yoshinari Takaoka
eb0812f553
fix(filters): remove unnecessary comma
...
https://github.com/php/doc-en/commit/372e1b4d392a909073c06aba5975d7bedbf0b725
2023-09-15 22:02:02 +09:00
Yoshinari Takaoka
ef5f805cec
Syncronize predefined constants with stubs - part 1
2023-09-05 20:35:39 +09:00
Yoshinari Takaoka
3d30b3c83a
Clarify that filter_var() will filter individual elements of an array
...
It's not made clear that inputting an array as `value` causes each
entry to be filtered rather than the array itself.
Array will be handled differently if FILTER_REQUIRE_ARRAY is inputted
as an option.
https://github.com/php/doc-en/commit/18a59d257ac885abb0646b2646fb82b35b90ef56
2023-06-27 07:12:13 +09:00
Yoshinari Takaoka
21cb2f821d
Add FILTER_FLAG_GLOBAL_RANGE documentation
...
https://github.com/php/doc-en/commit/de489baabdac0741d233f343062814886dc761bd
2022-10-02 10:07:52 +09:00
Yoshinari Takaoka
a3805e1c7f
Fix typo (FILTER_SANITIZE_RAW → FILTER_UNSAFE_RAW)
...
https://github.com/php/doc-en/commit/0ae16e7919ac24bbe67e71b4017e56b2ca7a1c0d
2022-09-24 10:59:14 +09:00
Yoshinari Takaoka
45417589c8
FILTER_VALIDATE_(BOOL|INT|FLOAT) apply trim()
...
https://github.com/php/doc-en/commit/b0b9649e87b29c729f94407eade87c6a02883e25
2022-07-23 01:20:37 +09:00
Yoshinari Takaoka
f8533ca7a0
Fix: filter flag changes for PHP 8 not documented
...
https://github.com/php/doc-en/commit/75784e420713899791498ea42ea9a12173602321
2022-07-15 01:50:39 +09:00
Yoshinari Takaoka
0d337bd6e7
PHP 8.1: Update sanitize filters changelog with deprecations
...
https://github.com/php/doc-en/commit/da7cc6954458787186b4ef481620597d0ca98e36
2022-07-10 00:54:34 +09:00
Yoshinari Takaoka
f4fa153de2
filter.default is deprecated as of PHP 8.1.0
...
https://github.com/php/doc-en/commit/aa471e2d84786f7d82cfb8969b2b924f17319e61
2022-05-12 22:50:58 +09:00
Yoshinari Takaoka
ba48d80e03
PHP 8.1: FILTER_SANITIZE_STRING is deprecated
...
https://github.com/php/doc-en/commit/d83aa96e679c4e4d63390a41063469e51107c331
2021-12-12 17:42:51 +09:00
Yoshinari Takaoka
17d4a899a2
FILTER_FLAG_(SCHEME|HOST)_REQUIRED are removed as of PHP 8.0.0
...
https://github.com/php/doc-en/commit/32cd7f679dcd5aa819e33f75f67da54463f62dd3
2021-12-12 17:37:49 +09:00
Yoshinari Takaoka
0555fa191f
s/返り値/戻り値/g
2021-10-09 02:40:05 +09:00
schrosis
bb740e469d
「バックティック」を「バッククォート」に変更 ( #12 )
2021-09-11 00:32:45 +09:00
Yoshinari Takaoka
be80fb6387
Remove E_STRICT and other PHP 5 related information
...
https://github.com/php/doc-en/commit/de9c65c91ff1710d8b2d2ec955caea0162679305
2021-08-18 21:47:15 +09:00
Yoshinari Takaoka
7a9d5ab5fa
Fix #71282 : Documentation is invalid for FILTER_VALIDATE_EMAIL
...
This is still not accurate, but there are other related doc bug reports
like #78958 , so we can address further issues separately. Also, we may
want to choose something else than a table for display purposes.
https://github.com/php/doc-en/commit/5be3a93cfde6563c2c2c1ee97be7bd01bed64ee5
2021-08-06 09:44:02 +09:00
Yoshinari Takaoka
43a5bc605c
Fix #77217 : FILTER_FLAG_NO_RES_RANGE means Reserved-By-Protocol
...
https://github.com/php/doc-en/commit/3d85246557ce5d38c036c019011f6427e61b7041
2021-08-06 09:41:30 +09:00
Yoshinari Takaoka
3bb1acaafe
Update FILTER_NULL_ON_FAILURE usage
...
"validate_domain" の訳も抜けていたので追加
2021-06-11 01:35:50 +09:00
Yoshinari Takaoka
3e37ef4036
Add FILTER_VALIDATE_BOOL alias to docs
2021-06-10 01:28:54 +09:00
Yoshinari Takaoka
eb80d16a4b
update EN-Revision only
2021-06-07 11:34:36 +09:00
Yoshinari Takaoka
956f40adca
Fix lone section order issues in various extensions
2021-06-07 11:28:12 +09:00
Yoshinari Takaoka
b9f6af1453
Remove PHP 5 from filter extension
...
* Update changelog
* Remove para from Overview
* Remove available from
* Remove paragraph about +0/-0
* Remove changelog entries
2021-04-20 01:28:41 +09:00
Yoshinari Takaoka
18a1f0079b
added missing constant tag.
...
日本語訳を先に修正したため、EN-Revision のみを更新
2021-04-19 18:12:36 +09:00
Yoshinari Takaoka
ce49126ecb
Add FILTER_SANITIZE_ADD_SLASHES
2021-04-19 18:09:49 +09:00
Yoshinari Takaoka
c22ea8ebc1
HTML-escape -> HTML-encode
2021-04-19 18:00:44 +09:00
Yoshinari Takaoka
7e78dc542a
Add note to FILTER_SANITIZE_STRING for encoding quotes
2021-04-17 23:49:13 +09:00
Yoshinari Takaoka
649d683074
xi:include INI settings documented elsewhere in ini.list
...
We do not xi:include core INI settings, since we want to keep
alphabetic sort order (well, roughly at least).
We do add xi:fallback elements to all xi:includes, just in case.
2021-02-25 03:35:53 +09:00
Yoshinari Takaoka
c76ee9b119
Fix/add missing PHP 7.x-filter
...
Closes GH-294.
2020-12-31 09:50:58 +09:00
Yoshinari Takaoka
b31225fb32
Generate filter methodsynopses based on stubs
...
Patch contributed by Máté Kocsis <kocsismate@woohoolabs.com >.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351436 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-18 23:16:41 +00:00
Yoshinari Takaoka
144f5f2124
Use canonical type names
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351153 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 19:20:32 +00:00
Yoshinari Takaoka
cb04a92efc
fixed untranslated part, part II.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350997 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-26 09:49:36 +00:00
Yoshinari Takaoka
8cad649719
Get rid of "callback" types
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350805 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-06 21:36:49 +00:00
Yoshinari Takaoka
73ccac34bf
Remove PHP4 or PHP5 only extension, changelogs
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350668 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-27 01:47:22 +00:00
Yoshinari Takaoka
c0c2e928b4
Filter: add missing constants
...
Add a number of constants missing from the Predefined Constants page of the Filter extension.
Patch provided by jrfnl.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349860 c90b9560-bf6c-de11-be94-00142212c4b1
2020-05-13 17:39:01 +00:00
Yoshinari Takaoka
feda96313d
Fix #79328 : Typo in filter.filters.validate documentation
...
(updated EN-Revision only)
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349276 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-01 21:52:28 +00:00
Yoshinari Takaoka
92eeba8f35
updated filter doc related translations.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348870 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-11 13:59:50 +00:00
Yoshinari Takaoka
28e0158d38
Status: working -> ready
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348863 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-11 10:54:11 +00:00
Yoshinari Takaoka
f7b71d076c
updated translation. including rev 348513 fix.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348534 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-16 13:14:13 +00:00
Satoru Yoshida
390c68f710
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@346926 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-28 15:36:53 +00:00
Satoru Yoshida
2533691560
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@346859 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-20 14:31:04 +00:00
Satoru Yoshida
224a947e5c
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342725 c90b9560-bf6c-de11-be94-00142212c4b1
2017-07-29 00:54:18 +00:00
Satoru Yoshida
ce6554321b
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342384 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-18 14:37:29 +00:00
Satoru Yoshida
4f71322aa1
sync en, but Status is working.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342383 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-18 14:35:53 +00:00