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
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
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
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
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
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
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
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
Stefan Walk
ac83cd5653
Corrected statement about function equivalence
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143218 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-27 18:37:35 +00:00
Stefan Walk
f2a1685d80
Changed the wrong statement about function equivalence.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@142825 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-21 08:40:23 +00:00
Nicolas Chaillan
f16bc3c61b
Typo. Thanks @Jome
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131648 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-15 10:18:04 +00:00
Hartmut Holzgraefe
5b9fc29465
revision tags added
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78496 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-17 06:45:35 +00:00
Hartmut Holzgraefe
a4b6d72ad3
banana-split
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78202 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 00:12:54 +00:00