Searched refs:xmlwriter_text (Results 1 – 10 of 10) sorted by relevance
/php-src/ext/xmlwriter/tests/ |
H A D | 008.phpt | 12 xmlwriter_text($xw, "val"); 18 xmlwriter_text($xw, 'elem2*'); 21 xmlwriter_text($xw, "attr1 CDATA #required\n"); 22 xmlwriter_text($xw, 'attr2 CDATA #implied');
|
H A D | 003.phpt | 14 xmlwriter_text($xw, "attr1_value"); 18 xmlwriter_text($xw, "Test text for tag1");
|
H A D | 007.phpt | 15 xmlwriter_text($xw, 'a&b'); 19 xmlwriter_text($xw, "<>\"'&");
|
H A D | 005-mb.phpt | 14 xmlwriter_text($xw, 'comment');
|
H A D | 005.phpt | 14 xmlwriter_text($xw, 'comment');
|
H A D | 004.phpt | 14 xmlwriter_text($xw, 'echo $a;');
|
H A D | 009.phpt | 23 xmlwriter_text($xw, '<>&"');
|
/php-src/ext/xmlwriter/ |
H A D | php_xmlwriter_arginfo.h | 364 ZEND_FUNCTION(xmlwriter_text); 411 ZEND_FE(xmlwriter_text, arginfo_xmlwriter_text)
|
H A D | php_xmlwriter.stub.php | 51 function xmlwriter_text(XMLWriter $writer, string $content): bool {} function
|
H A D | php_xmlwriter.c | 554 PHP_FUNCTION(xmlwriter_text) in PHP_FUNCTION() argument
|
Completed in 17 milliseconds