mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Trailing whitespaces on ext/*
Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
This commit is contained in:
parent
0e3dede07c
commit
2238403892
20 changed files with 646 additions and 646 deletions
|
@ -34,7 +34,7 @@ extern zend_module_entry xml_module_entry;
|
|||
#define xml_module_ptr NULL
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_XML
|
||||
#ifdef HAVE_XML
|
||||
|
||||
#include "ext/xml/expat_compat.h"
|
||||
|
||||
|
@ -60,7 +60,7 @@ typedef struct {
|
|||
zval unparsedEntityDeclHandler;
|
||||
zval notationDeclHandler;
|
||||
zval externalEntityRefHandler;
|
||||
zval unknownEncodingHandler;
|
||||
zval unknownEncodingHandler;
|
||||
zval startNamespaceDeclHandler;
|
||||
zval endNamespaceDeclHandler;
|
||||
|
||||
|
@ -88,7 +88,7 @@ typedef struct {
|
|||
int lastwasopen;
|
||||
int skipwhite;
|
||||
int isparsing;
|
||||
|
||||
|
||||
XML_Char *baseURI;
|
||||
} xml_parser;
|
||||
|
||||
|
@ -108,9 +108,9 @@ enum php_xml_option {
|
|||
};
|
||||
|
||||
/* for xml_parse_into_struct */
|
||||
|
||||
|
||||
#define XML_MAXLEVEL 255 /* XXX this should be dynamic */
|
||||
|
||||
|
||||
PHP_FUNCTION(xml_parser_create);
|
||||
PHP_FUNCTION(xml_parser_create_ns);
|
||||
PHP_FUNCTION(xml_set_object);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue