1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

113 Commits

Author SHA1 Message Date
Derick Rethans
c1f37a6c27 Mark oop5 and xml* categories as 'interactive' (with exceptions) and use 'examples/' dir for XML example files so they (will) work with WASM 2025-03-06 14:35:36 +00:00
Niels Dossche
2f92a27cd5 Apply suggestions from code review
Co-authored-by: Gina Peter Banyard <girgias@php.net>
2024-11-24 21:25:12 +01:00
Niels Dossche
2df06506a7 PHP 8.4: Document new XMLReader methods 2024-11-24 21:25:12 +01:00
Niels Dossche
66eeca1e7e PHP 8.4: Add changelog entry for typed constants in XMLReader (#4139)
Their definitions were already typed, so this just adds the changelog
entry.
2024-11-24 01:17:25 +00:00
Niels Dossche
ca220fb756 PHP 8.4: Document new errors in XML{Reader,Writer} (#4123) 2024-11-21 21:55:44 +00:00
Niels Dossche
b94d63fc08 Make capitalization of XMLReader::XML consistent (#4124) 2024-11-21 21:54:32 +00:00
haszi
48ce43fe79 Remove empty resources pages (#3545)
Co-authored-by: haszi <haszika80@gmail.com>
2024-07-26 02:17:29 +01:00
haszi
765b2d6eec Remove empty configuration pages (#3538)
Co-authored-by: haszi <haszika80@gmail.com>
2024-07-09 22:24:55 +01:00
Gina Peter Banyard
4d17b7b494 [skip-revcheck] Convert class markup to be compatible with DocBook 5.2
Closes GH-3415
2024-06-14 17:04:53 +01:00
Niels Dossche
76875b513c Document overloads of XMLReader::open and ::XML (#3362) 2024-05-07 15:12:43 +01:00
Mikhail Alferov
776c80a692 [skip-revcheck] Remove the extra word (#3324) 2024-04-19 23:22:56 +03:00
haszi
c7918b8424 Remove constants page 2024-03-17 17:59:19 +00:00
haszi
80497f22d5 [skip-revcheck] Fix whitespace 2024-03-17 17:59:19 +00:00
Niels Dossche
64564d6dc5 Fix GH-3204: XMLReader::isValid() docs are too vague (#3256) 2024-03-11 16:36:27 +00:00
Máté Kocsis
9def0ab441 [skip-revcheck] Fix indentation of predefined constants pages 2023-09-13 14:01:49 +01:00
Máté Kocsis
14767af0f0 Use new class synopsis markup (#2611)
Follow-up on https://github.com/php/phd/pull/77
2023-08-30 12:28:30 +01:00
Máté Kocsis
bad9acb507 Document more true return types (#2468)
Co-authored-by: George Peter Banyard <girgias@php.net>
2023-05-15 11:30:59 +02:00
Máté Kocsis
adf11d8d64 Revert "Add documentation for default constructors - part 1 (#2089)" (#2121) 2022-12-28 08:50:09 +01:00
Máté Kocsis
0510540984 Add documentation for default constructors - part 1 (#2089)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
2022-12-19 21:40:26 +01:00
Máté Kocsis
4a742792da Update ext/xmlreader and ext/xmlwriter role attributes (#1981) 2022-12-11 20:31:28 +01:00
Máté Kocsis
31ade36544 Sync XMLReader class constants with stubs (#1947)
This PR contains only whitespaces change besides the added visibility modifiers + removed values
2022-11-06 15:37:38 +00:00
Máté Kocsis
2800b9fe1e Generate ext/xmlreader and ext/xmlwriter class synopses from stubs
Closes GH-1068.
2021-12-15 19:55:38 +01:00
Sergey Panteleev
8cdc6621f9 Remove PHP 5, 7 references (#563)
- array functions
- datetime functions
- mbstring functions
- strings functions
- var functions
- xml functions
- json functions
2021-05-16 22:07:40 +03:00
Kim Hallberg
cee13276de Add missing parameter sections to XMLReader methods (#574)
- close
- isvalid
- movetoelement
- movetofirstattribute
- movetonextattribute
- read
2021-04-30 22:16:16 +02:00
Sergey Panteleev
a0ae28d3bc Removed references to PHP 5, PHP 7.0 (#545) 2021-04-24 20:01:17 +03:00
Yoshinari Takaoka
e294389da1 fixed "returnvalues" update in previous commit.
5fabd07880 (diff-190b056aa8511ed546365df4204a9d4ca946dac1d655933a07fb7029343f48fd)
2021-04-23 02:01:04 +09:00
Sergey Panteleev
5fabd07880 Removed Changelog entries for PHP 5, PHP 7.0 (#543) 2021-04-22 17:52:58 +03:00
Martin Samesch
23e26ac6f7 fix section order 2021-04-21 14:26:33 +02:00
Christoph M. Becker
45991ab5df Remove entry for "not yet implemented" method 2021-01-24 11:42:19 +01:00
Yoshinari Takaoka
3e5613aecb Added PHP 8 into versions.xml for xmlreader based on stubs.
Closes GH-385.
2021-01-24 11:41:06 +01:00
Christoph M. Becker
9932902941 Fix ##64470: XMLReader::next($localname) moves cursor even if there is no more $localname 2021-01-13 14:27:40 +01:00
Christoph Michael Becker
7f5f26fab6 Add missing modifiers to XMLReader::XML()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352172 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-22 17:57:03 +00:00
Yoshinari Takaoka
6d8125aa1d fixed return values.
It is apparently inconsistent with method signature.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351903 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-05 13:54:15 +00:00
Christoph Michael Becker
4754397753 Revert revision 351727 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351729 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 17:58:32 +00:00
Jakub Vrana
69bd53265b Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 15:12:46 +00:00
Christoph Michael Becker
722a01f189 Fix methodsynopsis of XMLReader::XML()
Based on a patch contributed by Máté Kocsis <kocsismate@woohoolabs.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351489 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-22 12:00:40 +00:00
Christoph Michael Becker
709f92e5d7 Fix copy&paste typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351488 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-22 11:51:04 +00:00
Christoph Michael Becker
9d3b35d2a8 Generate xmlreader methodsynopses based on stubs
Based on a patch contributed by Máté Kocsis <kocsismate@woohoolabs.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351468 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-21 12:28:48 +00:00
Christoph Michael Becker
86e6094e86 Use canonical type names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351133 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:39:04 +00:00
Christoph Michael Becker
7f569e1f17 Remove more changelog entries, mostly from PHP 5.3 era
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350655 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 14:08:59 +00:00
Christoph Michael Becker
9af43469f4 Remove more changelog entries, mostly from PHP 5.2 era
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350654 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 13:52:31 +00:00
Christoph Michael Becker
be5b0f33a1 Remove more changelog entries, mostly from PHP 5.1 era
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350653 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 13:45:57 +00:00
Christoph Michael Becker
3ecee11d0a XMLReader::open()'s $encoding defaults to NULL
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349422 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-14 13:30:37 +00:00
Jakub Vrana
7c50ead1ed Fix versions based on parsed php-src
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344068 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 15:23:17 +00:00
Jakub Vrana
3e9734391f Add new functions to versions.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344041 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 13:39:15 +00:00
Jakub Vrana
c3f2611f8a Fix letter-case based on the actual method names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343916 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 10:39:59 +00:00
Christoph Michael Becker
bd034b66e9 typo fixes by anon users
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339242 c90b9560-bf6c-de11-be94-00142212c4b1
2016-05-30 14:13:34 +00:00
Adam Harvey
41d8e7ffe4 Update version information to include PHP 7.
This was mostly done programmatically, and is likely wrong for a small number
of functions. We may have to wait for bug reports, unless someone wants to
review this by hand. Basic efforts were made to avoid adding "PHP 7" to
functions that were removed in PHP 5.x (x > 0) and PHP 7, but there are
undoubtedly still issues.

In case we're still using Docbook for PHP 8, I've uploaded the script that I
wrote to do this to GitHub at
https://github.com/LawnGnome/php-doc-version-migrator.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338406 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-04 21:40:07 +00:00
Rasmus Lerdorf
029d35eff8 XMLReader::lookupNamespace() returns a string
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337197 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-19 14:02:32 +00:00
Peter Cowburn
626a425865 parameter markup
Patch by cmb

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336888 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-08 22:46:43 +00:00