mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
@- Added ability for each xml_set_*_handler() function to take the
@ array($obj, 'method') syntax for the handler argument as well @ as the normal function name. (Andrei)
This commit is contained in:
parent
d89c5b231c
commit
1955412c3d
2 changed files with 43 additions and 42 deletions
|
@ -58,15 +58,15 @@ typedef struct {
|
|||
int case_folding;
|
||||
XML_Parser parser;
|
||||
XML_Char *target_encoding;
|
||||
char *startElementHandler;
|
||||
char *endElementHandler;
|
||||
char *characterDataHandler;
|
||||
char *processingInstructionHandler;
|
||||
char *defaultHandler;
|
||||
char *unparsedEntityDeclHandler;
|
||||
char *notationDeclHandler;
|
||||
char *externalEntityRefHandler;
|
||||
char *unknownEncodingHandler;
|
||||
zval *startElementHandler;
|
||||
zval *endElementHandler;
|
||||
zval *characterDataHandler;
|
||||
zval *processingInstructionHandler;
|
||||
zval *defaultHandler;
|
||||
zval *unparsedEntityDeclHandler;
|
||||
zval *notationDeclHandler;
|
||||
zval *externalEntityRefHandler;
|
||||
zval *unknownEncodingHandler;
|
||||
|
||||
zval *object;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue