php-doc-en/reference/ctype/functions
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
..
ctype-alnum.xml Fix #80148: ctype_* functions silently return false for unsupported types 2020-09-30 12:13:54 +00:00
ctype-alpha.xml Fix #80148: ctype_* functions silently return false for unsupported types 2020-09-30 12:13:54 +00:00
ctype-cntrl.xml Fix #80148: ctype_* functions silently return false for unsupported types 2020-09-30 12:13:54 +00:00
ctype-digit.xml Fix #80148: ctype_* functions silently return false for unsupported types 2020-09-30 12:13:54 +00:00
ctype-graph.xml Fix #80148: ctype_* functions silently return false for unsupported types 2020-09-30 12:13:54 +00:00
ctype-lower.xml Fix #80148: ctype_* functions silently return false for unsupported types 2020-09-30 12:13:54 +00:00
ctype-print.xml Fix #80148: ctype_* functions silently return false for unsupported types 2020-09-30 12:13:54 +00:00
ctype-punct.xml Fix #80148: ctype_* functions silently return false for unsupported types 2020-09-30 12:13:54 +00:00
ctype-space.xml Fix #80148: ctype_* functions silently return false for unsupported types 2020-09-30 12:13:54 +00:00
ctype-upper.xml Fix #80148: ctype_* functions silently return false for unsupported types 2020-09-30 12:13:54 +00:00
ctype-xdigit.xml Fix #80148: ctype_* functions silently return false for unsupported types 2020-09-30 12:13:54 +00:00