Searched refs:att (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/ext/xmlreader/tests/ |
H A D | bug64230.phpt | 22 $x->xml("<root att/>"); 31 $x->xml("<root att/>"); 41 Internal: Specification mandate%A value for attribute att 45 Warning: XMLReader::read(): %s: parser error : Specification mandate%A value for attribute att in %… 47 Warning: XMLReader::read(): <root att/> in %s on line %d
|
/PHP-7.0/ext/dom/tests/ |
H A D | bug47848.phpt | 16 $att = $aDOM->importNode($attr);
|
/PHP-7.0/ext/xml/ |
H A D | xml.c | 726 zend_string *att, *tag_name, *val; in _xml_startElementHandler() local 742 att = _xml_decode_tag(parser, (const char *)attributes[0]); in _xml_startElementHandler() 746 zend_symtable_update(Z_ARRVAL(args[2]), att, &tmp); in _xml_startElementHandler() 750 zend_string_release(att); in _xml_startElementHandler() 779 att = _xml_decode_tag(parser, (const char *)attributes[0]); in _xml_startElementHandler() 783 zend_symtable_update(Z_ARRVAL(atr), att, &tmp); in _xml_startElementHandler() 788 zend_string_release(att); in _xml_startElementHandler()
|
/PHP-7.0/ |
H A D | config.sub | 147 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ 1650 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|
H A D | config.guess | 332 if test "`(/bin/universe) 2>/dev/null`" = att ; then
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 4326 # korn shell magic, sent by George Wu, gwu@clyde.att.com
|
Completed in 57 milliseconds