Home
last modified time | relevance | path

Searched refs:xml_parser_create (Results 1 – 25 of 28) sorted by relevance

12

/PHP-5.5/ext/xml/tests/
H A Dxml_parser_create_error.phpt2 Test xml_parser_create() function : error conditions
11 /* Prototype : proto resource xml_parser_create([string encoding])
17 echo "*** Testing xml_parser_create() : error conditions ***\n";
20 //Test xml_parser_create with one more than the expected number of arguments
21 echo "\n-- Testing xml_parser_create() function with more than expected no. of arguments --\n";
24 var_dump( xml_parser_create($encoding, $extra_arg) );
29 *** Testing xml_parser_create() : error conditions ***
31 -- Testing xml_parser_create() function with more than expected no. of arguments --
33 Warning: xml_parser_create() expects at most 1 parameter, 2 given in %s on line %d
H A Dxml_parser_create_variation1.phpt2 Test xml_parser_create() function : usage variations
11 /* Prototype : proto resource xml_parser_create([string encoding])
17 echo "*** Testing xml_parser_create() : usage variations ***\n";
95 $res = xml_parser_create($value);
106 *** Testing xml_parser_create() : usage variations ***
110 Warning: xml_parser_create(): unsupported source encoding "0" in %s on line %d
115 Warning: xml_parser_create(): unsupported source encoding "1" in %s on line %d
130 Warning: xml_parser_create(): unsupported source encoding "10.5" in %s on line %d
150 Warning: xml_parser_create(): unsupported source encoding "0.5" in %s on line %d
186 Warning: xml_parser_create(): unsupported source encoding "1" in %s on line %d
[all …]
H A Dxml011.phpt19 $parser = xml_parser_create();
25 $parser = xml_parser_create();
H A Dxml004.phpt9 $xp = xml_parser_create();
17 $xp = xml_parser_create();
H A Dbug50576.phpt19 $xml_parser = xml_parser_create();
30 $xml_parser = xml_parser_create();
H A Dbug27908.phpt14 $xp = xml_parser_create();
H A Dbug26528.phpt10 $parser = xml_parser_create();
H A Dxml007.phpt24 $parser = xml_parser_create('ISO-8859-1');
H A Dxml_closures_001.phpt25 $xp = xml_parser_create();
H A Dbug30266.phpt22 $parser = xml_parser_create();
H A Dxml_set_processing_instruction_handler_basic.phpt28 $parser = xml_parser_create();
H A Dxml_parse_into_struct_variation.phpt20 $p = xml_parser_create();
H A Dbug32001b.phpt8 …if (@xml_parser_create($encoding) === false) die("skip libxml2 does not support $encoding encoding…
56 $parser = xml_parser_create(NULL);
H A Dxml003.phpt51 $xml_parser = xml_parser_create();
H A Dxml001.phpt12 $xml_parser = xml_parser_create();
H A Dbug26614.phpt76 $xml_parser = xml_parser_create();
H A Dxml002.phpt51 $xml_parser = xml_parser_create();
H A Dbug26614_libxml.phpt76 $xml_parser = xml_parser_create();
H A Dxml_parser_set_option_variation3.phpt27 $parser = xml_parser_create();
H A Dxml_set_notation_decl_handler_basic.phpt41 $parser = xml_parser_create();
H A Dxml_parser_set_option_variation2.phpt26 $parser = xml_parser_create();
H A Dxml_parser_get_option_variation2.phpt26 $parser = xml_parser_create();
/PHP-5.5/Zend/tests/
H A Dbug34617.phpt10 $reader = xml_parser_create();
/PHP-5.5/ext/xml/
H A Dphp_xml.h111 PHP_FUNCTION(xml_parser_create);
/PHP-5.5/ext/soap/tests/schema/
H A Dtest_schema.inc64 $xml = xml_parser_create();

Completed in 25 milliseconds

12