Searched refs:xml_parser_free (Results 1 – 25 of 34) sorted by relevance
12
2 Test xml_parser_free() function : error conditions 11 /* Prototype : proto int xml_parser_free(resource parser)17 echo "*** Testing xml_parser_free() : error conditions ***\n";20 echo "\n-- Testing xml_parser_free() function with Zero arguments --\n";21 var_dump( xml_parser_free() );23 //Test xml_parser_free with one more than the expected number of arguments27 var_dump( xml_parser_free(null, $extra_arg) );32 *** Testing xml_parser_free() : error conditions ***34 -- Testing xml_parser_free() function with Zero arguments --36 Warning: xml_parser_free() expects exactly 1 parameter, 0 given in %s on line %d[all …]
2 Test xml_parser_free() function : usage variations11 /* Prototype : proto int xml_parser_free(resource parser)17 echo "*** Testing xml_parser_free() : usage variations ***\n";91 var_dump( xml_parser_free($value) );98 *** Testing xml_parser_free() : usage variations ***122 Warning: xml_parser_free() expects parameter 1 to be resource, double given in %s on line %d147 Warning: xml_parser_free() expects parameter 1 to be resource, array given in %s on line %d152 Warning: xml_parser_free() expects parameter 1 to be resource, array given in %s on line %d157 Warning: xml_parser_free() expects parameter 1 to be resource, array given in %s on line %d172 Warning: xml_parser_free() expects parameter 1 to be resource, null given in %s on line %d[all …]
22 xml_parser_free($parser);31 xml_parser_free($parser);
18 xml_parser_free($xp);26 xml_parser_free($xp);
26 xml_parser_free($xml_parser);34 xml_parser_free($xml_parser);
17 xml_parser_free($xp);
12 xml_parser_free($parser);
34 xml_parser_free($xp);
30 xml_parser_free($parser);
34 xml_parser_free($parser);
26 xml_parser_free($parser);
27 xml_parser_free($parser);
32 xml_parser_free($parser);
39 xml_parser_free( $parser );
22 xml_parser_free($p);
32 xml_parser_free( $parser );
34 xml_parser_free($xml_parser);
75 xml_parser_free($xml_parser);
76 xml_parser_free($xml_parser);
81 xml_parser_free($xml_parser);
13 xml_parser_free($reader);
129 PHP_FUNCTION(xml_parser_free);
Completed in 20 milliseconds