No description
Find a file
Grigorii Sokolik e504d84881
Add note for passing references to invoke methods.
During running unit tests for a private method I faced the lack of
documentation about how to pass arguments by references through `invoke`
method. (See https://bugs.php.net/bug.php?id=80991) I'd like to add
notes to clarify the workaround to make it easier for others.

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-550.
2021-04-28 11:34:43 +02:00
.github/workflows Enhancement: Switch from Travis CI to GitHub Actions 2021-01-08 19:20:12 +01:00
appendices Removed references to PHP 5, PHP 7.0 (#545) 2021-04-24 20:01:17 +03:00
chapters Some cleanup in FAQ section 2021-03-23 14:19:44 +01:00
chmonly Fix other typos outside of php module docs 2020-04-27 06:59:43 +00:00
faq Removed references to PHP 5, PHP 7.0 (#544) 2021-04-23 11:35:26 +03:00
features Removed references to PHP 5, PHP 7.0 (#545) 2021-04-24 20:01:17 +03:00
install Removed references to PHP 5, PHP 7.0 (#545) 2021-04-24 20:01:17 +03:00
language Fix missing space between public and getPrevious in Exception class synopsis (#552) 2021-04-27 18:24:56 +02:00
reference Add note for passing references to invoke methods. 2021-04-28 11:34:43 +02:00
security Remove obsolete PHP 5 related info from ini.core and related pages 2021-02-24 14:32:08 +01:00
.editorconfig Add editorconfig file 2020-08-18 14:04:18 +00:00
.gitignore Add .gitignore to ignore generated entities.*.xml files 2020-12-30 18:26:10 +01:00
bookinfo.xml Wrap Copyright page title in <info> tag to use h1 header 2015-04-08 20:41:29 +00:00
contributors.ent Upgraded the Editor :) 2015-05-27 00:16:49 +00:00
contributors.xml Credit Yoshinari Takaoka 2021-01-24 17:53:37 +01:00
extensions.ent Convert entity files to UTF-8 to please strict standards check in OE 2013-09-09 14:32:44 +00:00
language-defs.ent Show inherited constants 2018-09-20 15:10:00 +00:00
language-snippets.ent Fix some common typos (#533) 2021-04-19 11:57:59 +02:00
make_chm_index.html Fix doc-level encoding declaration in make_chm_index.html 2013-09-18 12:26:38 +00:00
preface.xml Capitalisation fix in preface 2014-09-01 16:39:55 +00:00
README ws 2017-06-27 05:15:25 +00:00

----------------------------------------------------------------------
README
----------------------------------------------------------------------

Please refer to the README file within the doc-base/ directory. Your
directory structure is probably like:

  phpdoc/en            (DocBook files for the English language)
  phpdoc/doc-base      (Tools and resources used for all languages)