Lines Matching refs:xml_parser_set_option

2 xml_parser_set_option(): Setting options to invalid values
12 xml_parser_set_option($xmlParser, XML_OPTION_CASE_FOLDING, []);
17 xml_parser_set_option($xmlParser, XML_OPTION_CASE_FOLDING, new stdClass());
24 xml_parser_set_option($xmlParser, XML_OPTION_SKIP_WHITE, []);
29 xml_parser_set_option($xmlParser, XML_OPTION_SKIP_WHITE, new stdClass());
35 xml_parser_set_option($xmlParser, XML_OPTION_SKIP_TAGSTART, -5);
37 xml_parser_set_option($xmlParser, XML_OPTION_SKIP_TAGSTART, []);
39 xml_parser_set_option($xmlParser, XML_OPTION_SKIP_TAGSTART, new stdClass());
43 xml_parser_set_option($xmlParser, XML_OPTION_TARGET_ENCODING, 'Invalid Encoding');
48 xml_parser_set_option($xmlParser, XML_OPTION_TARGET_ENCODING, []);
53 xml_parser_set_option($xmlParser, XML_OPTION_TARGET_ENCODING, new stdClass());
62 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, array given…
64 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, stdClass gi…
67 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, array given…
69 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, stdClass gi…
72 Warning: xml_parser_set_option(): Argument #3 ($value) must be between 0 and 2147483647 for option …
74 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, array given…
76 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, stdClass gi…
80 xml_parser_set_option(): Argument #3 ($value) is not a supported target encoding
82 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, array given…
85 xml_parser_set_option(): Argument #3 ($value) is not a supported target encoding
87 Warning: xml_parser_set_option(): Argument #3 ($value) must be of type string|int|bool, stdClass gi…