Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/dom/tests/
H A Ddom006.phpt9 function addBook($title, $author) {
12 $authorElement = $this->createElement("author");
13 $authorElement->appendChild($this->createTextNode($author));
34 <author>John Steinbeck</author>
38 <author>John Steinbeck</author>
40 <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.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)
H A DDOMDocument_load_variation4.phpt25author>John Steinbeck</author></book><book><title default="default title">The Pearl</title><author
H A DDOMNode_C14N_basic.phpt14 <author>John Steinbeck</author>
18 <author>John Steinbeck</author>
H A Ddom004.phpt19 <author>John Steinbeck</author>
23 <author>John Steinbeck</author>
H A Ddom_import_simplexml.phpt21 <author>John Steinbeck</author>
25 <author>John Steinbeck</author>
H A DDOMNode_C14NFile_basic.phpt14 <author>John Steinbeck</author>
18 <author>John Steinbeck</author>
H A Ddom_xinclude.phpt32 <author>John Steinbeck</author>
35 <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-5.5/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-5.5/ext/sybase_ct/tests/
H A Dtest_query_nostore.phpt21 author varchar(50) not null,
27 id, caption, author
33 id, caption, author, link
39 id, caption, author
67 ["author"]=>
79 ["author"]=>
91 ["author"]=>
H A Dtest_fetch_object.phpt26 "timm" as "author",
52 'author' => 'timm',
58 'author' => 'timm',
64 'author' => 'timm',
72 'author' => 'timm',
/PHP-5.5/ext/simplexml/examples/
H A Dinterop.php13 echo "{$book->title} was written by {$book->author}\n";
22 $author = $book->getElementsByTagName("author"); variable
23 echo $title[0]->firstChild->data . " was written by ". $author[0]->firstChild->data . "\n";
/PHP-5.5/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
/PHP-5.5/ext/spl/examples/
H A Dcachingrecursiveiterator.inc6 * @author Marcus Boerger
14 * @author Marcus Boerger
H A Ddirectorytree.inc6 * @author Marcus Boerger
14 * @author Marcus Boerger
H A Ddirectorygraphiterator.inc6 * @author Marcus Boerger
14 * @author Marcus Boerger
/PHP-5.5/ext/spl/internal/
H A Douteriterator.inc6 * @author Marcus Boerger
14 * @author Marcus Boerger
H A Dnorewinditerator.inc6 * @author Marcus Boerger
14 * @author Marcus Boerger
H A Dparentiterator.inc6 * @author Marcus Boerger
14 * @author Marcus Boerger
/PHP-5.5/ext/simplexml/tests/
H A Dsimplexml_load_file.phpt20 ["author"]=>
27 ["author"]=>

Completed in 37 milliseconds

1234