Vergleich inc/class_xml.php - 1.2.7 - 1.2.13

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/eula.html
*

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/eula.html
*

 * $Id: class_xml.php 2932 2007-03-10 05:48:55Z chris $

 * $Id: class_xml.php 3173 2007-06-29 06:01:38Z Tikitiki $

 */

/**

 */

/**

Zeile 38Zeile 38
	{
$parser = xml_parser_create();
xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 0);

	{
$parser = xml_parser_create();
xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 0);

		xml_parser_set_option($parser,XML_OPTION_CASE_FOLDING,0);
if(!xml_parse_into_struct($parser, $this->data, $vals, $index))

		xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0);
if(xml_parse_into_struct($parser, $this->data, $vals, $index) === 0)

		{
return false;

		{
return false;

		};

		}


$i = -1;
return $this->get_children($vals, $i);


$i = -1;
return $this->get_children($vals, $i);