Lines Matching refs:ret
40 $ret = xml_parse($parser, $long_xml_head, true);
41 echo "ret = $ret (", xml_error_string(xml_get_error_code($parser)), ")\n";
45 $ret = xml_parse($parser, $long_xml_head, false);
46 echo "ret = $ret (", xml_error_string(xml_get_error_code($parser)), ")\n";
47 $ret = xml_parse($parser, $long_xml_tail, true);
48 echo "ret = $ret (", xml_error_string(xml_get_error_code($parser)), ")\n";
52 $ret = xml_parse_into_struct($parser, $long_xml_head, $values, $index);
53 echo "ret = $ret (", xml_error_string(xml_get_error_code($parser)), ")\n";
57 $ret = xml_parse_into_struct($parser, $long_xml_head . $long_xml_tail, $values, $index);
59 echo "ret = $ret (", xml_error_string(xml_get_error_code($parser)), ")\n";
67 ret = 0 (XML_ERR_NAME_REQUIRED)
75 ret = 1 (No error)
76 ret = 1 (No error)
81 ret = 0 (XML_ERR_NAME_REQUIRED)
91 ret = 1 (No error)