Commit Graph

530 Commits

Author SHA1 Message Date
Sergey Panteleev
73d7b5471b Sync array & ldap sections (#253)
Co-authored-by: George Peter Banyard <girgias@php.net>
2022-06-29 13:23:24 +01:00
Sergey Panteleev
3950b95bf8 Sync array section (#249) 2022-06-28 15:35:45 +01:00
George Peter Banyard
b66da3f2fb Sync Array docs 2022-06-05 00:17:31 +01:00
Pierrick Charron
6c62165d29 Add new rule for hyphens rules in french and fixes 2022-05-27 17:46:58 -04:00
Pierrick Charron
47063ee2fd Apply php/doc-en@08e0e7dd68 (#86) 2022-05-26 13:29:32 -04:00
Eugène d'Augier
18fc48cb59 Apply e3ac07c850bad582acd5a3b6c1cf0300af53791d (#210)
Co-authored-by: George Peter Banyard <girgias@php.net>
2022-04-29 15:08:09 +01:00
alternative451
413a5e5a5d Add missing signature function for array_keys() (#214) 2022-04-28 15:39:12 +01:00
Eugène d'Augier
aad4e1c7d4 Apply php/doc-en@764e22fefc (#209)
Co-authored-by: George Peter Banyard <girgias@php.net>
2022-04-22 14:59:49 +01:00
tomsihap
29e762beaf Fix typo in array_map description (#185) 2022-03-24 11:12:57 +00:00
Sergey Panteleev
452adc91c8 Sync with English and fix the build (#181)
Co-authored-by: George Peter Banyard <girgias@php.net>
2022-03-14 12:40:56 +00:00
Sergey Panteleev
027e34d5ec Sync various sections with EN (#172)
Co-authored-by: George Peter Banyard <girgias@php.net>
2022-03-03 13:22:50 +00:00
Sergey Panteleev
3e77f5940a Sync various sections (#170)
Co-authored-by: George Peter Banyard <girgias@php.net>
2022-03-02 23:01:06 +00:00
George Peter Banyard
ee59a58224 Sync array docs with EN 2022-02-21 20:23:41 +00:00
George Peter Banyard
f25184fa88 Sync array functions with EN 2022-01-09 21:27:45 +00:00
Frédéric
983d0d9e6a Fix a typo in description of array_diff (#150)
Replaced a reference to **array1** by correct reference to **array** in description.
2022-01-06 16:45:58 +00:00
Sergey Panteleev
13822e448b Sync various parts with English (#140)
Co-authored-by: George Peter Banyard <girgias@php.net>
2021-12-22 15:30:43 +00:00
Al-Saleh KEITA
2e6844b640 Corrected french translation in list.xml (#130)
Replaced "sont traités" by "à traiter"
2021-12-01 12:05:43 +00:00
Sergey Panteleev
120692b671 Sync FR with English for various minimal changes (#129) 2021-12-01 12:04:40 +00:00
Sergey Panteleev
6aa0462c4d Sync with English docs (#123) 2021-11-17 13:09:15 +00:00
Grand Manitou
f1201b6484 Update list.xml (#118)
Fix grammar
2021-10-29 10:41:23 +01:00
George Peter Banyard
dd0684fe2d Various syncs with EN 2021-10-16 16:38:42 +01:00
George Peter Banyard
990ddcbfa8 Add missing EOL before end of file 2021-09-24 04:13:47 +01:00
George Peter Banyard
2b85af8415 Sync various single doc files with EN 2021-09-23 21:26:49 +01:00
Mathieu Santostefano
fe42500950 Make French translation clearer for array_search (#97)
The description was ambiguous, `array_search` return the first key corresponding to the passed value, not the key corresponding to the first value.
2021-09-08 20:30:16 +01:00
George Peter Banyard
c44cdb5607 Apply commit 8b54a4bf8cfd20acbd15519f13385b0af205df22
Natsort functions always return true
2021-09-05 14:49:18 +01:00
George Peter Banyard
43d9c4265c Sync remaining of array function docs with EN 2021-09-05 14:46:08 +01:00
George Peter Banyard
300ffc536b Finish application of d1df62fe77b6cb0676d064e8e63ee2c3304d4260
This syncs array sorting docs with EN
2021-09-05 14:32:09 +01:00
Sergey Panteleev
1a90b6f805 Updated to en-revision 2021-07-31 12:47:16 +02:00
Sergey Panteleev
f3ae2c2b0a Updated to en-revision (#58) 2021-07-27 19:08:22 +03:00
George Peter Banyard
3b138a4294 Sync array sorting functions with EN 2021-06-13 15:57:33 +01:00
George Peter Banyard
cd35f9d6ad Sync section order with EN (first pass) 2021-06-07 16:27:05 +01:00
George Peter Banyard
a45009b283 Remove repetition in array_filter()
Closes #49
2021-06-03 16:06:04 +01:00
George Peter Banyard
8d4b599b13 Sync Array section with EN 2021-05-19 13:08:14 +01:00
George Peter Banyard
4ff68bdd5b Sync count() docs with EN 2021-05-04 16:02:24 +01:00
George Peter Banyard
e380149ed8 More PHP 5 removals and nits 2021-04-30 18:52:01 +01:00
George Peter Banyard
576d1b1494 Remove some PHP 5 mentions
To sync with EN
Also normalize some type tags
2021-04-28 14:49:35 +01:00
George Peter Banyard
10d0ccd67f Fix #73938: PHP7 foreach internal array pointer 2021-04-15 22:36:22 +01:00
George Peter Banyard
432c6d9cd8 Apply commit 67268fc2685dbe8f8928571c1da4571ff4e1b6cb
Update index_key handling in array_column for php8
2021-03-17 15:16:10 +00:00
George Peter Banyard
37cfe55514 Apply commit a6655e3f9508eee6860b02f55e33560a790f42d1
Fix #75787: Array iterator functions misleading
2021-02-17 03:17:53 +00:00
Fabien Villepinte
0d3f1e32d3 Fix wrong merge 2021-01-30 06:57:40 +00:00
MLouis
48cbc9d89b Update array-key-exists.xml
Fix grammatical agreement inside returnvalues note and fix typo inside notes first note

Closes GH-16
2021-01-30 06:48:15 +00:00
George Peter Banyard
5c6e51405b Apply commit 627fb8f8675566dfd9c3977e3ad2d9fc7b3b3876
Fix #77323: Since 7.1 [] = 'entry'; throws Fatal. This is unclear in the docs
2021-01-26 18:14:16 +00:00
George Peter Banyard
f600271725 Apply commit 755faca201b5ba15e23735f21ed056b47d954398
Added version PHP 8 into array functions' version.

Also slight improvements to related examples.
2021-01-20 11:49:07 +00:00
George Peter Banyard
dac1666ba2 Apply commit 4a7ddddc27271967b616ad3400cfbe2a9b48212b
Remove some mentions of register globals
2021-01-16 12:13:08 +00:00
Bruno Veyckemans
d846f95c41 Fix word "caractère" 2021-01-08 22:39:17 +00:00
George Peter Banyard
ab8dbc97a9 Sync with EN
Drive by typo fixes
2021-01-08 02:45:55 +00:00
George Peter Banyard
8a0dfec83f Apply SVN revision 352168
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@352180 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-26 00:27:34 +00:00
George Peter Banyard
ac1c05e406 Sync with EN
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@351917 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-06 01:16:54 +00:00
George Peter Banyard
342815906c Apply SVN revision 351860
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@351882 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-04 19:13:26 +00:00
George Peter Banyard
730d1ffecf Update some EN revision number after commit revert
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@351751 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-29 18:35:47 +00:00