Home
last modified time | relevance | path

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

/php-src/ext/xmlwriter/tests/
H A D008.phpt12 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 D003.phpt14 xmlwriter_text($xw, "attr1_value");
18 xmlwriter_text($xw, "Test text for tag1");
H A D007.phpt15 xmlwriter_text($xw, 'a&b');
19 xmlwriter_text($xw, "<>\"'&");
H A D005-mb.phpt14 xmlwriter_text($xw, 'comment');
H A D005.phpt14 xmlwriter_text($xw, 'comment');
H A D004.phpt14 xmlwriter_text($xw, 'echo $a;');
H A D009.phpt23 xmlwriter_text($xw, '<>&"');
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h353 ZEND_FUNCTION(xmlwriter_text);
397 ZEND_FE(xmlwriter_text, arginfo_xmlwriter_text)
H A Dphp_xmlwriter.stub.php51 function xmlwriter_text(XMLWriter $writer, string $content): bool {} function
H A Dphp_xmlwriter.c534 PHP_FUNCTION(xmlwriter_text) in PHP_FUNCTION() argument

Completed in 22 milliseconds