php-src/ext/xmlwriter
Christoph M. Becker aa754ba85e FR #79344: xmlwriter_write_attribute_ns: $prefix should be nullable
The `$prefix` parameter of `xmlwriter_write_element_ns()` and
`xmlwriter_start_element_ns()` is nullable, what allows these functions
to be used instead of their non NS variants.  Consequently, we make the
`$prefix` parameter of `xmlwriter_write_attribute_ns()` and
`xmlwriter_start_attribute_ns()` nullable as well.
2020-06-16 15:50:01 +02:00
..
tests FR #79344: xmlwriter_write_attribute_ns: $prefix should be nullable 2020-06-16 15:50:01 +02: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 - fix order 2006-02-09 22:26:43 +00:00
php_xmlwriter_arginfo.h FR #79344: xmlwriter_write_attribute_ns: $prefix should be nullable 2020-06-16 15:50:01 +02:00
php_xmlwriter.c FR #79344: xmlwriter_write_attribute_ns: $prefix should be nullable 2020-06-16 15:50:01 +02:00
php_xmlwriter.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_xmlwriter.stub.php FR #79344: xmlwriter_write_attribute_ns: $prefix should be nullable 2020-06-16 15:50:01 +02:00