Home
last modified time | relevance | path

Searched refs:xml_parser_free (Results 1 – 25 of 37) sorted by last modified time

12

/PHP-7.3/
H A DNEWS231 . Fixed bug #79922 (Crash after multiple calls to xml_parser_free()). (cmb)
/PHP-7.3/ext/xml/tests/
H A Dbug79922.phpt2 Bug #79922 (Crash after multiple calls to xml_parser_free())
10 $a=xml_parser_free($c);
11 $a=xml_parser_free($c);
16 Warning: xml_parser_free(): supplied resource is not a valid XML Parser resource in %s on line %d
H A Dxml_parser_set_option_variation2.phpt89 xml_parser_free($parser);
H A Dxml_parser_set_option_variation3.phpt98 xml_parser_free($parser);
H A Dxml_set_object_variation2.phpt87 xml_parser_free($parser);
H A Dxml_closures_001.phpt32 xml_parser_free($xp);
H A Dxml_parser_create_variation1.phpt98 xml_parser_free($res);
H A Dbug30875.phpt19 xml_parser_free($parser);
H A Dbug72714.phpt24 xml_parser_free($xml_parser);
H A Dxml001.phpt32 xml_parser_free($xml_parser);
H A Dxml002.phpt74 xml_parser_free($xml_parser);
H A Dxml003.phpt73 xml_parser_free($xml_parser);
H A Dxml004.phpt16 xml_parser_free($xp);
24 xml_parser_free($xp);
H A Dxml_parser_create_ns_variation1.phpt98 xml_parser_free($res);
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 ***
102 Warning: xml_parser_free() expects parameter 1 to be resource, int given in %s on line %d
107 Warning: xml_parser_free() expects parameter 1 to be resource, int given in %s on line %d
112 Warning: xml_parser_free() expects parameter 1 to be resource, int given in %s on line %d
117 Warning: xml_parser_free() expects parameter 1 to be resource, int given in %s on line %d
122 Warning: xml_parser_free() expects parameter 1 to be resource, float given in %s on line %d
[all …]
H A Dxml_parser_get_option_variation2.phpt94 xml_parser_free($parser);
H A Dxml011.phpt22 xml_parser_free($parser);
31 xml_parser_free($parser);
H A Dxml_set_processing_instruction_handler_basic.phpt32 xml_parser_free($parser);
H A Dxml009.phpt30 xml_parser_free($parser);
H A Dxml010.phpt34 xml_parser_free($parser);
H A Dxml_parse_into_struct_variation.phpt22 xml_parser_free($p);
H A Dxml_parser_set_option_basic.phpt39 xml_parser_free( $parser );
/PHP-7.3/ext/xml/
H A Dxml.c233 PHP_FE(xml_parser_free, arginfo_xml_parser_free)
1544 PHP_FUNCTION(xml_parser_free) in PHP_FUNCTION() argument
H A Dphp_xml.h130 PHP_FUNCTION(xml_parser_free);

Completed in 41 milliseconds

12