Lines Matching refs:attr
23 $attr = $reader->moveToFirstAttribute();
28 echo "1st attr (num) failed\n";
32 $attr = $reader->moveToNextAttribute();
37 echo "2nd attr (idx) failed\n";
41 $attr = $reader->moveToAttribute('num');
46 echo "attr num failed\n";
49 $attr = $reader->moveToAttribute('idx');
54 echo "attr idx failed\n";
58 $attr = $reader->moveToAttributeNo(0);
63 echo "attr 0 failed\n";
66 $attr = $reader->moveToAttributeNo(1);