Commit graph

61 commits

Author SHA1 Message Date
Yoshinari Takaoka
1f9ed0a774 Added PHP 8 into versions.xml for ctype based on stubs.
Closes GH-356.
2021-01-18 13:07:33 +01:00
Christoph Michael Becker
866a2e7e54 Fix #80148: ctype_* functions silently return false for unsupported types
The ctype_* functions actually accept string|int, but union types are
not yet properly supported by PhD, so we're using mixed.  We also move
the note regarding integers up into the parameter description.







git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350717 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-30 12:13:54 +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
George Peter Banyard
b824e2b108 Remove PHP 4 and 5.0.0 mentions.
This includes changelogs but also some paragraphs and notes which mention PHP 4.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347555 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-05 17:31:34 +00:00
Christoph Michael Becker
35ec2791cb Fix #73798: Badly worded example output
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341619 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-07 14:58:11 +00:00
Maciej Sobaczewski
92bff06867 Update bunch of versions.xml for PHP 7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337985 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-12 07:06:29 +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
Jakub Vrana
1634a88641 Delete redundant <!-- Membership: -->
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Joe Watkins
c3b3848a35 change to language
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328356 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-14 14:53:12 +00:00
Joe Watkins
29b077d3d8 fix regex pattern for alphanumeric bug #63514
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328354 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-14 14:29:29 +00:00
Hartmut Holzgraefe
f3772d0a09 Clarify that there is no relation to Python "ctypes" at all (something that was brought up in the original "PHP - A fractal of bad design" blog post but later removed from it)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326947 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-02 15:53:16 +00:00
Hannes Magnusson
858cacd62c mark bunch of extensions with "membership" PI (like the membership comment)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Yannick Torres
ee73d00557 Fix some literal tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324741 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-03 08:26:39 +00:00
Nikita Popov
54514da2e1 Make CType integer value note location consistent
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319169 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-14 13:29:10 +00:00
Peter Cowburn
3ca09df090 note for ctype_* and integer input (doc #60103)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318662 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-01 22:17:08 +00:00
Jakub Vrana
ac04b2ea21 Extension purpose is not needed anymore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Mark Wiesemann
51cb46af42 added <type> tags for "string"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300785 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-27 19:35:00 +00:00
Mark Wiesemann
519dea584f - two typo fixes
- all other functions in the ctype chapter don't have the <type> tag around "string" => removed here

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300784 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-27 19:25:36 +00:00
Daniel Egeberg
96c9d88bad Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Nilgün Belma Bugüner
250af00b37 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283803 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 06:43:42 +00:00
Philip Olson
c2cf0b1024 Implemented user notes that discuss this returning false when non-strings
are passed in... like integers. Added text, example and see also.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276267 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-22 21:12:08 +00:00
Philip Olson
de9213cbdc Implemented user notes into changelog (this returned true with empty string before 5.1.0)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276266 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-22 20:46:42 +00:00
Philip Olson
21a4eed71e New versions.xml that contains version information for this extension,
so, when these functions/methods became available
# Formally known as phpdoc/phpbook/phpbook-xsl/version.xml
# Some changes/updates were made from the phpbook-xsl version


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267947 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-28 23:27:16 +00:00
Philip Olson
db367ae954 Unified <title> and <titleabbrev> in every extensions book.xml/reference.xml
See the following bug report for details: http://bugs.php.net/44736


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260480 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-30 17:25:13 +00:00
Hannes Magnusson
b499efb673 Use the &Functions; entity (patch by Felipe)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248985 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-25 23:41:33 +00:00
Hannes Magnusson
0d4cdaedbf Add constants appendix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248273 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-14 17:21:06 +00:00
Hannes Magnusson
ebcc752b33 MFB: Upgrade to the new-reference-structure
- Moved the intro from reference.xml to book.xml
    - Change the intro ID to intro.<extname>
    - Moved the setup sections to setup.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248272 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-14 17:20:32 +00:00
Hannes Magnusson
0258a77f1e MFB: Rename "functions.xml" to entities.<dirname>.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247901 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-10 17:06:11 +00:00
Jakub Vrana
e2fb9b75cb Not equivalent to preg for small numbers (bug #42007)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241307 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 12:09:16 +00:00
Hannes Magnusson
c030e2adf7 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Hannes Magnusson
5ad39f3a80 Few typos in the examples
#found by the phpt generator


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@226310 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-03 08:27:59 +00:00
Dave Barr
3988b776a7 - Fix #39238.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@222817 c90b9560-bf6c-de11-be94-00142212c4b1
2006-11-04 09:17:45 +00:00
Joey Smith
e0889b7735 Close #39024
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@220993 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-03 11:02:51 +00:00
Nuno Lopes
bb12775c8d fix regex example to match php 5.1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217035 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-25 11:08:44 +00:00
Jakub Vrana
8f9a44d8e6 Escape (bug #36409)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207255 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-16 08:32:06 +00:00
Jakub Vrana
d2f3b95694 -128 to -1 inclusive (bug #35873)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@204473 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-03 16:35:10 +00:00
Nuno Lopes
b069a314a4 add tagging
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195136 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-04 19:39:32 +00:00
Kenneth Schwartz
53885cdb14 switch to new structure
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181598 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-07 20:55:39 +00:00
Kenneth Schwartz
679460f4e1 WS fix (start at col 0)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181597 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-07 20:16:41 +00:00
Yannick Torres
829a59a29e use more entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171829 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-01 13:39:15 +00:00
Jakub Vrana
0f04033a56 Passing integers (bug #30378)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@170462 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-11 14:32:48 +00:00
Dave Barr
5aa855b67e - Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166223 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-13 01:00:48 +00:00
ali
d005e0539b s/significaly/significantly/
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162743 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-06 11:11:40 +00:00
Aidan Lister
4519856f11 de-tabbed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162728 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-06 06:22:54 +00:00
ali
2b1ee2519a typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162682 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-05 16:30:03 +00:00
Aidan Lister
5ccf069c16 Added paragraph advocating the use of ctype over other methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162681 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-05 15:18:32 +00:00
Antony Dovgal
b86e1ae997 fix an inconsistency (noticed by Veniamin Zolotukhin)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158847 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-18 14:07:01 +00:00
Kenneth Schwartz
0e837c5ff4 Added ctype examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152307 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-25 10:19:06 +00:00
Jakub Vrana
49dc34abf7 Uppercase first letters in titles' words
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152221 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-24 08:46:39 +00:00