Home
last modified time | relevance | path

Searched refs:author (Results 1 – 25 of 50) sorted by relevance

12

/PHP-8.2/ext/dom/tests/
H A Ddom006.phpt9 function addBook($title, $author) {
12 $authorElement = $this->createElement("author");
13 $authorElement->appendChild($this->createTextNode($author));
35 <author>John Steinbeck</author>
39 <author>John Steinbeck</author>
41 <book><title>PHP de Luxe</title><author>Richard Samar, Christian Stocker</author></book></books>
H A DDOMDocument_preserveWhiteSpace_variations.phpt30 <author>John Steinbeck</author>
34 <author>John Steinbeck</author>
40 …The Grapes of Wrath</title><author>John Steinbeck</author></book><book><title>The Pearl</title><au…
H A DDOMDocument_loadXML_variation4.phpt28 <!ELEMENT book (title , author)>
30 <!ELEMENT author (#PCDATA)>
32author>John Steinbeck</author></book><book><title default="default title">The Pearl</title><author
H A DDOMNode_normalize_basic.phpt11 * <author></author>
16 * Normalize author. Calculate the number of title text nodes (2).
28 $author = $doc->createElement('author');
29 $root->appendChild($author);
45 $author->normalize();
47 echo "Number of child nodes of title after normalizing author = ";
61 Number of child nodes of title after normalizing author = int(2)
H A DDOMDocument_load_variation4.phpt25author>John Steinbeck</author></book><book><title default="default title">The Pearl</title><author
H A Ddom_import_simplexml.phpt21 <author>John Steinbeck</author>
25 <author>John Steinbeck</author>
H A Ddom004.phpt20 <author>John Steinbeck</author>
24 <author>John Steinbeck</author>
H A DDOMNode_C14N_basic.phpt12 <author>John Steinbeck</author>
16 <author>John Steinbeck</author>
H A DDOMNode_C14NFile_basic.phpt12 <author>John Steinbeck</author>
16 <author>John Steinbeck</author>
H A Ddom_xinclude.phpt33 <author>John Steinbeck</author>
36 <author>John Steinbeck</author>
H A DDOMDocument_loadXML_variation2.phpt22 …ent book content does not follow the DTD, expecting (title , author), got (title author author ) %s
H A DDOMDocument_load_variation2.phpt22 …ent book content does not follow the DTD, expecting (title , author), got (title author author ) %s
/PHP-8.2/ext/standard/tests/strings/
H A Dget_meta_tags.phpt9 <meta name="author" content="name">
19 <meta name="author" content="name">
25 <meta name="author" content="name1">
34 <meta name="author" content="name"
43 <meta name="author" content="name"
60 ["author"]=>
70 ["author"]=>
/PHP-8.2/ext/phar/phar/
H A Dinvertedregexiterator.inc6 * @author Marcus Boerger
14 * @author Marcus Boerger
H A Ddirectorygraphiterator.inc6 * @author Marcus Boerger
14 * @author Marcus Boerger
H A Dphar.inc7 * @author Marcus Boerger
18 * @author Marcus Boerger
H A Ddirectorytreeiterator.inc6 * @author Marcus Boerger
14 * @author Marcus Boerger
/PHP-8.2/ext/simplexml/tests/
H A Dsimplexml_load_file.phpt20 ["author"]=>
27 ["author"]=>
H A Dsimplexml_import_dom.phpt17 echo "{$book->title} was written by {$book->author}\n";
/PHP-8.2/ext/spl/tests/
H A Drecursivecomparedualiterator.inc6 * @author Marcus Boerger
14 * @author Marcus Boerger
H A Drecursivedualiterator.inc6 * @author Marcus Boerger
14 * @author Marcus Boerger
H A Dbug66702.phpt6 * @author Joshua Thijssen <jthijssen+php@noxlogic.nl>
H A Ddualiterator.inc6 * @author Marcus Boerger
14 * @author Marcus Boerger
/PHP-8.2/ext/xmlreader/tests/
H A Dbug73053.xsd18 <xsd:element name="author" type="xsd:string"/>
/PHP-8.2/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc2 // stolen from PEAR2_Pyrus_Developer_Creator_Zip by Greg Beaver, the original author, for use in un…

Completed in 24 milliseconds

12