Searched refs:xml_parser_create_ns (Results 1 – 16 of 16) sorted by relevance
/PHP-7.0/ext/xml/tests/ |
H A D | xml_parser_create_ns_error.phpt | 2 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 D | xml_parser_create_ns_variation1.phpt | 2 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 D | bug25666.phpt | 6 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 D | xml009.phpt | 6 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 D | bug35447.phpt | 6 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 D | bug46699.phpt | 6 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 D | xml010.phpt | 6 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 D | bug72099.phpt | 9 $var1=xml_parser_create_ns();
|
H A D | bug65236.phpt | 9 xml_parse_into_struct(xml_parser_create_ns(), str_repeat("<blah>", 1000), $a);
|
H A D | bug73135.phpt | 17 $parser = xml_parser_create_ns();
|
H A D | xml_parser_set_option_basic.phpt | 19 $parser = xml_parser_create_ns();
|
H A D | xml_set_start_namespace_decl_handler_basic.phpt | 25 $parser = xml_parser_create_ns();
|
H A D | bug72085.phpt | 9 $var1 = xml_parser_create_ns();
|
/PHP-7.0/ext/openssl/tests/ |
H A D | bug68912.phpt | 12 $var1=xml_parser_create_ns();
|
/PHP-7.0/ext/xml/ |
H A D | php_xml.h | 115 PHP_FUNCTION(xml_parser_create_ns);
|
H A D | xml.c | 225 PHP_FE(xml_parser_create_ns, arginfo_xml_parser_create_ns) 1164 PHP_FUNCTION(xml_parser_create_ns) in PHP_FUNCTION() argument
|
Completed in 23 milliseconds