/PHP-5.6/ext/dom/tests/ |
H A D | dom006.phpt | 9 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 D | DOMDocument_preserveWhiteSpace_variations.phpt | 30 <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 D | DOMDocument_loadXML_variation4.phpt | 28 <!ELEMENT book (title , author)> 30 <!ELEMENT author (#PCDATA)> 32 …author>John Steinbeck</author></book><book><title default="default title">The Pearl</title><author…
|
H A D | DOMNode_normalize_basic.phpt | 13 * <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 D | DOMDocument_load_variation4.phpt | 25 …author>John Steinbeck</author></book><book><title default="default title">The Pearl</title><author…
|
H A D | DOMNode_C14N_basic.phpt | 14 <author>John Steinbeck</author> 18 <author>John Steinbeck</author>
|
H A D | dom004.phpt | 19 <author>John Steinbeck</author> 23 <author>John Steinbeck</author>
|
H A D | dom_import_simplexml.phpt | 21 <author>John Steinbeck</author> 25 <author>John Steinbeck</author>
|
H A D | DOMNode_C14NFile_basic.phpt | 14 <author>John Steinbeck</author> 18 <author>John Steinbeck</author>
|
H A D | dom_xinclude.phpt | 32 <author>John Steinbeck</author> 35 <author>John Steinbeck</author>
|
H A D | DOMDocument_loadXML_variation2.phpt | 22 …ent book content does not follow the DTD, expecting (title , author), got (title author author ) %s
|
H A D | DOMDocument_load_variation2.phpt | 22 …ent book content does not follow the DTD, expecting (title , author), got (title author author ) %s
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | get_meta_tags.phpt | 9 <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.6/ext/sybase_ct/tests/ |
H A D | test_query_nostore.phpt | 21 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 D | test_fetch_object.phpt | 26 "timm" as "author", 52 'author' => 'timm', 58 'author' => 'timm', 64 'author' => 'timm', 72 'author' => 'timm',
|
/PHP-5.6/ext/simplexml/examples/ |
H A D | interop.php | 13 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.6/ext/phar/phar/ |
H A D | invertedregexiterator.inc | 6 * @author Marcus Boerger 14 * @author Marcus Boerger
|
H A D | directorygraphiterator.inc | 6 * @author Marcus Boerger 14 * @author Marcus Boerger
|
/PHP-5.6/ext/spl/examples/ |
H A D | cachingrecursiveiterator.inc | 6 * @author Marcus Boerger 14 * @author Marcus Boerger
|
H A D | directorytree.inc | 6 * @author Marcus Boerger 14 * @author Marcus Boerger
|
H A D | directorygraphiterator.inc | 6 * @author Marcus Boerger 14 * @author Marcus Boerger
|
/PHP-5.6/ext/spl/internal/ |
H A D | outeriterator.inc | 6 * @author Marcus Boerger 14 * @author Marcus Boerger
|
H A D | norewinditerator.inc | 6 * @author Marcus Boerger 14 * @author Marcus Boerger
|
H A D | parentiterator.inc | 6 * @author Marcus Boerger 14 * @author Marcus Boerger
|
/PHP-5.6/ext/simplexml/tests/ |
H A D | simplexml_load_file.phpt | 20 ["author"]=> 27 ["author"]=>
|