Home
last modified time | relevance | path

Searched refs:notation_decl_handler (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/xml/tests/
H A Dxml_set_notation_decl_handler_basic.phpt20 function notation_decl_handler($parser, $name, $base, $system_ID,$public_ID)
22 echo "notation_decl_handler called\n";
32 xml_set_notation_decl_handler($parser, $this->notation_decl_handler(...));
58 notation_decl_handler called
63 notation_decl_handler called
68 notation_decl_handler called
/php-src/ext/xml/
H A Dcompat.c282 notation_decl_handler(void *user, const xmlChar *notation, const xmlChar *pub_id, const xmlChar *sy… in notation_decl_handler() function
395 notation_decl_handler,

Completed in 10 milliseconds