Searched refs:xml_parser_create (Results 1 – 25 of 30) sorted by relevance
12
2 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 arguments21 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
2 Test xml_parser_create() function : usage variations11 /* 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 %d115 Warning: xml_parser_create(): unsupported source encoding "1" in %s on line %d130 Warning: xml_parser_create(): unsupported source encoding "10.5" in %s on line %d150 Warning: xml_parser_create(): unsupported source encoding "0.5" in %s on line %d186 Warning: xml_parser_create(): unsupported source encoding "1" in %s on line %d[all …]
19 $parser = xml_parser_create();25 $parser = xml_parser_create();
9 $xp = xml_parser_create();17 $xp = xml_parser_create();
19 $xml_parser = xml_parser_create();30 $xml_parser = xml_parser_create();
14 $xp = xml_parser_create();
10 $parser = xml_parser_create();
18 $xml_parser = xml_parser_create();
24 $parser = xml_parser_create('ISO-8859-1');
25 $xp = xml_parser_create();
22 $parser = xml_parser_create();
28 $parser = xml_parser_create();
20 $p = xml_parser_create();
8 …if (@xml_parser_create($encoding) === false) die("skip libxml2 does not support $encoding encoding…56 $parser = xml_parser_create(NULL);
12 $xml_parser = xml_parser_create();
51 $xml_parser = xml_parser_create();
76 $xml_parser = xml_parser_create();
27 $parser = xml_parser_create();
41 $parser = xml_parser_create();
10 $reader = xml_parser_create();
114 PHP_FUNCTION(xml_parser_create);
64 $xml = xml_parser_create();
Completed in 24 milliseconds