php-src/ext/xmlreader
Christoph M. Becker 64685782e4 Allow to call XMLReader::open() and ::XML() statically
The implementation of `XMLReader::open()` and `XMLReader::XML()` still
supports calling the methods statically and non-statically.  However,
as of PHP 8.0.0, calling these methods statically is not allowed,
because they are not declared as static methods.  Since we consider it
to be cleaner to call these methods statically, but had deprecated to
call them statically, we properly support both variants.

We implement support for static and non-static calls by overloading, so
that non-static calls have access to the `$this` pointer.
2019-10-29 15:58:32 +01:00
..
tests Allow to call XMLReader::open() and ::XML() statically 2019-10-29 15:58:32 +01:00
config.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
CREDITS
php_xmlreader.c Allow to call XMLReader::open() and ::XML() statically 2019-10-29 15:58:32 +01:00
php_xmlreader.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
xmlreader.stub.php Don't specify method return values in stubs 2019-10-11 12:19:00 +02:00
xmlreader_arginfo.h Don't specify method return values in stubs 2019-10-11 12:19:00 +02:00