Searched refs:xmlwriter_text (Results 1 – 10 of 10) sorted by relevance
/PHP-5.6/ext/xmlwriter/examples/ |
H A D | xmlwriter_file.php | 15 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 D | xmlwriter_mem.php | 15 xmlwriter_text($xw, 'valueofatt1'); 18 xmlwriter_text($xw, utf8_encode('This is a sample text, ä')); 23 xmlwriter_text($xw, "Demo text comment");
|
H A D | xmlwriter_mem_ns.php | 23 xmlwriter_text($xw, 'book1');
|
/PHP-5.6/ext/xmlwriter/tests/ |
H A D | 008.phpt | 15 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 D | 003.phpt | 16 xmlwriter_text($xw, "attr1_value"); 20 xmlwriter_text($xw, "Test text for tag1");
|
H A D | 007.phpt | 19 xmlwriter_text($xw, 'a&b'); 23 xmlwriter_text($xw, "<>\"'&");
|
H A D | 005.phpt | 18 xmlwriter_text($xw, 'comment');
|
H A D | 004.phpt | 15 xmlwriter_text($xw, 'echo $a;');
|
H A D | 009.phpt | 27 xmlwriter_text($xw, '<>&"');
|
/PHP-5.6/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 56 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 20 milliseconds