Home
last modified time | relevance | path

Searched refs:xmlwriter_text (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/xmlwriter/examples/
H A Dxmlwriter_file.php15 xmlwriter_text($xw, 'valueofatt1');
22 xmlwriter_text($xw, utf8_encode('This is a sample text, ä'));
35 xmlwriter_text($xw, "test cdata2");
41 xmlwriter_text($xw, '$foo=2;echo $foo;');
H A Dxmlwriter_mem.php15 xmlwriter_text($xw, 'valueofatt1');
18 xmlwriter_text($xw, utf8_encode('This is a sample text, ä'));
23 xmlwriter_text($xw, "Demo text comment");
H A Dxmlwriter_mem_ns.php23 xmlwriter_text($xw, 'book1');
/PHP-5.5/ext/xmlwriter/tests/
H A D008.phpt15 xmlwriter_text($xw, "val");
21 xmlwriter_text($xw, 'elem2*');
24 xmlwriter_text($xw, "attr1 CDATA #required\n");
25 xmlwriter_text($xw, 'attr2 CDATA #implied');
H A D003.phpt16 xmlwriter_text($xw, "attr1_value");
20 xmlwriter_text($xw, "Test text for tag1");
H A D007.phpt19 xmlwriter_text($xw, 'a&b');
23 xmlwriter_text($xw, "<>\"'&");
H A D005.phpt18 xmlwriter_text($xw, 'comment');
H A D004.phpt15 xmlwriter_text($xw, 'echo $a;');
H A D009.phpt27 xmlwriter_text($xw, '<>&"');
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c56 static PHP_FUNCTION(xmlwriter_text);
508 PHP_FE(xmlwriter_text, arginfo_xmlwriter_text)
565 PHP_ME_MAPPING(text, xmlwriter_text, arginfo_xmlwriter_method_text, 0)
1318 static PHP_FUNCTION(xmlwriter_text) in PHP_FUNCTION() argument

Completed in 24 milliseconds