Home
last modified time | relevance | path

Searched refs:xml_parser_free (Results 1 – 25 of 34) sorted by relevance

12

/PHP-5.5/ext/xml/tests/
H A Dxml_parser_free_error.phpt2 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 arguments
27 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 …]
H A Dxml_parser_free_variation1.phpt2 Test xml_parser_free() function : usage variations
11 /* 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 %d
147 Warning: xml_parser_free() expects parameter 1 to be resource, array given in %s on line %d
152 Warning: xml_parser_free() expects parameter 1 to be resource, array given in %s on line %d
157 Warning: xml_parser_free() expects parameter 1 to be resource, array given in %s on line %d
172 Warning: xml_parser_free() expects parameter 1 to be resource, null given in %s on line %d
[all …]
H A Dxml011.phpt22 xml_parser_free($parser);
31 xml_parser_free($parser);
H A Dxml004.phpt16 xml_parser_free($xp);
24 xml_parser_free($xp);
H A Dbug50576.phpt26 xml_parser_free($xml_parser);
34 xml_parser_free($xml_parser);
H A Dbug27908.phpt17 xml_parser_free($xp);
H A Dbug26528.phpt12 xml_parser_free($parser);
H A Dxml_closures_001.phpt32 xml_parser_free($xp);
H A Dbug30266.phpt30 xml_parser_free($parser);
H A Dbug25666.phpt30 xml_parser_free($parser);
H A Dxml009.phpt30 xml_parser_free($parser);
H A Dbug35447.phpt26 xml_parser_free($parser);
H A Dbug46699.phpt27 xml_parser_free($parser);
H A Dxml010.phpt34 xml_parser_free($parser);
H A Dxml_set_processing_instruction_handler_basic.phpt32 xml_parser_free($parser);
H A Dxml_parser_set_option_basic.phpt39 xml_parser_free( $parser );
H A Dxml_parse_into_struct_variation.phpt22 xml_parser_free($p);
H A Dxml_set_start_namespace_decl_handler_basic.phpt32 xml_parser_free( $parser );
H A Dxml003.phpt73 xml_parser_free($xml_parser);
H A Dxml001.phpt32 xml_parser_free($xml_parser);
H A Dbug26614.phpt81 xml_parser_free($xml_parser);
H A Dxml002.phpt74 xml_parser_free($xml_parser);
H A Dbug26614_libxml.phpt81 xml_parser_free($xml_parser);
/PHP-5.5/Zend/tests/
H A Dbug34617.phpt13 xml_parser_free($reader);
/PHP-5.5/ext/xml/
H A Dphp_xml.h129 PHP_FUNCTION(xml_parser_free);

Completed in 23 milliseconds

12