Home
last modified time | relevance | path

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

123

/php-src/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.phpt26 <!ELEMENT book (title , author)>
28 <!ELEMENT author (#PCDATA)>
30author>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 Ddom_xinclude.phpt38 <author>John Steinbeck</author>
41 <author>John Steinbeck</author>
53 <author>John Steinbeck</author>
56 <author>John Steinbeck</author>
H A DDOMDocument_load_variation4.phpt23author>John Steinbeck</author></book><book><title default="default title">The Pearl</title><author
H A Ddom004.phpt20 <author>John Steinbeck</author>
24 <author>John Steinbeck</author>
H A Ddom_import_simplexml.phpt28 <author>John Steinbeck</author>
32 <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 DDOMDocument_loadXML_variation2.phpt20 …ent book content does not follow the DTD, expecting (title , author), got (title author author ) %s
H A DDOMDocument_load_variation2.phpt20 …ent book content does not follow the DTD, expecting (title , author), got (title author author ) %s
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_fromFile_04.phpt17 <author>John Steinbeck</author>
21 <author>John Steinbeck</author>
H A DElement_innerHTML_reading.phpt59 <author>John Steinbeck</author>
63 <author>John Steinbeck</author>
/php-src/ext/simplexml/tests/
H A Dsimplexml_import_new_dom.phpt12 echo "{$book->title} was written by {$book->author}\n";
26 <author>John Steinbeck</author>
30 <author>John Steinbeck</author>
H A Dsimplexml_load_file.phpt20 ["author"]=>
27 ["author"]=>
/php-src/ext/dom/tests/modern/spec/
H A DNode_normalize.phpt13 * <author></author>
18 * Normalize author. Calculate the number of title text nodes (2).
30 $author = $doc->createElement('author');
31 $root->appendChild($author);
47 $author->normalize();
49 echo "Number of child nodes of title after normalizing author = ";
63 Number of child nodes of title after normalizing author = int(2)
/php-src/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-src/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-src/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
/php-src/docs/source/
H A Dconf.py16 author = 'The PHP Group' variable

Completed in 23 milliseconds

123