Home
last modified time | relevance | path

Searched refs:xml_parser_create_ns (Results 1 – 13 of 13) sorted by relevance

/PHP-5.5/ext/xml/tests/
H A Dxml_parser_create_ns_error.phpt2 Test xml_parser_create_ns() function : error conditions
11 /* Prototype : proto resource xml_parser_create_ns([string encoding [, string sep]])
17 echo "*** Testing xml_parser_create_ns() : error conditions ***\n";
20 //Test xml_parser_create_ns with one more than the expected number of arguments
21 echo "\n-- Testing xml_parser_create_ns() function with more than expected no. of arguments --\n";
25 var_dump( xml_parser_create_ns($encoding, $sep, $extra_arg) );
30 *** Testing xml_parser_create_ns() : error conditions ***
32 -- Testing xml_parser_create_ns() function with more than expected no. of arguments --
34 Warning: xml_parser_create_ns() expects at most 2 parameters, 3 given in %s on line %d
H A Dxml_parser_create_ns_variation1.phpt2 Test xml_parser_create_ns() function : usage variations
11 /* Prototype : proto resource xml_parser_create_ns([string encoding [, string sep]])
17 echo "*** Testing xml_parser_create_ns() : usage variations ***\n";
95 $res = xml_parser_create_ns($value);
106 *** Testing xml_parser_create_ns() : usage variations ***
110 Warning: xml_parser_create_ns(): unsupported source encoding "0" in %s on line %d
115 Warning: xml_parser_create_ns(): unsupported source encoding "1" in %s on line %d
130 Warning: xml_parser_create_ns(): unsupported source encoding "10.5" in %s on line %d
150 Warning: xml_parser_create_ns(): unsupported source encoding "0.5" in %s on line %d
186 Warning: xml_parser_create_ns(): unsupported source encoding "1" in %s on line %d
[all …]
H A Dbug25666.phpt6 if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on thi…
26 $parser = xml_parser_create_ns("ISO-8859-1","@");
H A Dxml009.phpt6 if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on thi…
26 $parser = xml_parser_create_ns("ISO-8859-1","@");
H A Dbug35447.phpt6 if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on thi…
23 $parser = xml_parser_create_ns('UTF-8');
H A Dbug46699.phpt6 if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on thi…
23 $parser = xml_parser_create_ns("ISO-8859-1","@");
H A Dxml010.phpt6 if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on thi…
30 $parser = xml_parser_create_ns("ISO-8859-1","@");
H A Dbug72099.phpt9 $var1=xml_parser_create_ns();
H A Dbug65236.phpt9 xml_parse_into_struct(xml_parser_create_ns(), str_repeat("<blah>", 1000), $a);
H A Dxml_parser_set_option_basic.phpt19 $parser = xml_parser_create_ns();
H A Dxml_set_start_namespace_decl_handler_basic.phpt25 $parser = xml_parser_create_ns();
/PHP-5.5/ext/xml/
H A Dphp_xml.h112 PHP_FUNCTION(xml_parser_create_ns);
H A Dxml.c218 PHP_FE(xml_parser_create_ns, arginfo_xml_parser_create_ns)
1233 PHP_FUNCTION(xml_parser_create_ns) in PHP_FUNCTION() argument

Completed in 24 milliseconds