Commit graph

12 commits

Author SHA1 Message Date
Christoph Michael Becker
9e0f03ac35 Proper variadics instead of pseudo variadics
We markup variadic parameters with the `rep=repeat` standard DocBook
attribute of `<methodparam>`, and use proper variable names instead of
using the old pseudo variable name `...`.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351129 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 11:17:26 +00:00
Christoph Michael Becker
8d1ee58c3e Remove PDO sqlite2 driver related info
That driver is removed as of PHP 5.4.0.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350971 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-22 13:13:18 +00:00
Christoph Michael Becker
0c1b86e9c6 Prefix <literal> variable names with $
This had formerly been accomplished by PhD, since the variable names
have been marked up as <parameter>, which was confusing here, though.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345797 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-08 13:02:51 +00:00
Christoph Michael Becker
599a6e381e Fix #61661: SQLite3::createAggregate() callbacks: insufficient docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345679 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-22 10:40:40 +00:00
Andrey Gromov
dc706816c3 example fix. If all strings is "", or NULL, finalize function will return null instead 0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342286 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-10 13:23:23 +00:00
Simion Onea
14af302c9c Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Chris Wright
565be1cc1a Add return types and usage description for PDO::sqliteCreateAggregate() callbacks
-- 
Provided by anonymous 47653 (klapinklapin@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334715 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-01 22:44:12 +00:00
Sebastian Bergmann
656d1610af Add missing modifier information. Patch by Jeff Welch <whatthejeff@gmail.com>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330543 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-18 05:36:30 +00:00
Jakub Vrana
5faa7a6747 Document and use callable type hint introduced in PHP 5.4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324122 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-12 05:55:59 +00:00
Jakub Vrana
0d604bbc9d Remove <classsynopsis> from methods and fields definitions
PhD uses this context for decisions about links and similar.
It also simplifies the XML

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322205 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-13 14:20:43 +00:00
Jakub Vrana
5c20ff9960 Change IDs function.{class}-{method} to {class}.{method}
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322142 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 16:47:02 +00:00
Jakub Vrana
08d1cf5c92 Move functions/{class}-{method}.xml to {class}/{method}.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322140 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 16:05:16 +00:00
Renamed from reference/pdo_sqlite/functions/PDO-sqliteCreateAggregate.xml (Browse further)