Lines Matching refs:__construct

117 print "13 DOMElement::__construct('valid')\n";
125 print "14 DOMElement::__construct('-invalid')\n";
133 print "15 DOMElement::__construct(' ')\n";
141 print "16 DOMElement::__construct('prefix:valid')\n";
149 print "17 DOMElement::__construct('valid', '', 'http://valid.com')\n";
157 print "18 DOMElement::__construct('prefix:valid', '', 'http://valid.com')\n";
165 print "19 DOMElement::__construct('-invalid', '', 'http://valid.com')\n";
173 print "20 DOMElement::__construct('prefix:-invalid', '', 'http://valid.com')\n";
181 print "21 DOMElement::__construct('prefix:invalid', '', '')\n";
189 print "22 DOMElement::__construct('prefix:valid:invalid', '', 'http://valid.com')\n";
197 print "23 DOMElement::__construct('-prefix:valid', '', 'http://valid.com')\n";
205 print "24 DOMElement::__construct('prefix:valid', '', '-')\n";
236 print "27 DOMElement::__construct('xml:valid', '', 'http://wrong.namespaceURI.com')\n";
255 print "29 DOMElement::__construct('xml:valid', '', 'http://www.w3.org/XML/1998/namespace')\n";
276 print "31 DOMElement::__construct('xmlns:valid', '', 'http://wrong.namespaceURI.com')\n";
293 print "33 DOMElement::__construct('xmlns:valid', '', 'http://www.w3.org/2000/xmlns/')\n";
313 print "35 DOMElement::__construct('wrongprefix:valid', '', 'http://www.w3.org/2000/xmlns/')\n";
349 13 DOMElement::__construct('valid')
351 14 DOMElement::__construct('-invalid')
353 15 DOMElement::__construct(' ')
355 16 DOMElement::__construct('prefix:valid')
357 17 DOMElement::__construct('valid', '', 'http://valid.com')
359 18 DOMElement::__construct('prefix:valid', '', 'http://valid.com')
361 19 DOMElement::__construct('-invalid', '', 'http://valid.com')
363 20 DOMElement::__construct('prefix:-invalid', '', 'http://valid.com')
365 21 DOMElement::__construct('prefix:invalid', '', '')
367 22 DOMElement::__construct('prefix:valid:invalid', '', 'http://valid.com')
369 23 DOMElement::__construct('-prefix:valid', '', 'http://valid.com')
371 24 DOMElement::__construct('prefix:valid', '', '-')
377 27 DOMElement::__construct('xml:valid', '', 'http://wrong.namespaceURI.com')
381 29 DOMElement::__construct('xml:valid', '', 'http://www.w3.org/XML/1998/namespace')
385 31 DOMElement::__construct('xmlns:valid', '', 'http://wrong.namespaceURI.com')
389 33 DOMElement::__construct('xmlns:valid', '', 'http://www.w3.org/2000/xmlns/')
393 35 DOMElement::__construct('wrongprefix:valid', '', 'http://www.w3.org/2000/xmlns/')