mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
More php3_ annihilation
This commit is contained in:
parent
02d3b39420
commit
a3c6514332
57 changed files with 652 additions and 640 deletions
|
@ -1381,7 +1381,7 @@ PHP_FUNCTION(xml_parser_free)
|
|||
|
||||
ZEND_FETCH_RESOURCE(parser,xml_parser *, pind, -1, "XML Parser", le_xml_parser);
|
||||
|
||||
if (php3_list_delete(parser->index) == FAILURE) {
|
||||
if (zend_list_delete(parser->index) == FAILURE) {
|
||||
RETURN_FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue