/php-src/ext/reflection/tests/ |
H A D | ReflectionMethod_getDocComment_basic.phpt | 8 * My Doc Comment for A 12 * My Doc Comment for A::f 17 * My Doc Comment for A::privf 21 /** My Doc Comment for A::protStatf */ 26 * My Doc Comment for A::finalStatPubf 38 * My Doc Comment for B::privf 47 /** My Doc Comment for B::protStatf 69 * My Doc Comment for A::f 75 * My Doc Comment for A::privf 86 * My Doc Comment for A::finalStatPubf [all …]
|
H A D | 005.phpt | 14 /** Comment for class A */ 34 * Comment for A::baz() 50 string(19) "Comment for class A" 54 string(22) "* Comment for A::baz()"
|
H A D | ReflectionProperty_getDocComment_basic.phpt | 10 * My Doc Comment for $a 15 * My Doc Comment for $d 47 * My Doc Comment for $a 62 * My Doc Comment for $d 94 * My Doc Comment for $d
|
H A D | ReflectionClass_getDocComment_001.phpt | 15 * Comment 65 * Comment
|
/php-src/Zend/tests/type_declarations/intersection_types/ |
H A D | parsing_comment.phpt | 8 Comment // ** / / * * **/ B $p) {} 9 function f2(A & // Comment 11 function f3(A & # Comment 16 Comment // ** / / * * **/ $p) {} 17 function f7(A & // Comment 19 function f8(A & # Comment
|
H A D | parsing_attribute.phpt | 7 public X& #[Comment]
|
/php-src/ext/dom/tests/ |
H A D | domchardata.phpt | 25 echo "Comment Length: ".$comment->length."\n"; 28 echo "New Comment Length: ".$comment->length."\n"; 29 echo "New Comment Data: ".$comment->data."\n"; 41 echo "Comment Value: ".$comment->data."\n"; 43 echo "New Comment Value: ".$comment->data."\n"; 66 Comment Length: 42 67 New Comment Length: 15 68 New Comment Data: Updated comment 71 Comment Value: instructions 72 New Comment Value: some more instructions [all …]
|
H A D | DOMComment_appendData_basic_Sullivan.phpt | 21 echo "Comment Length (one append): " . $commentnode->length . "\n"; 24 echo "Comment Length (two appends): " . $commentnode->length . "\n"; 26 echo "Comment Content: " . $commentnode->data . "\n"; 32 Comment Length (one append): 4 33 Comment Length (two appends): 8 34 Comment Content: data><&"
|
H A D | bug66502.phpt | 9 $comment = new DOMComment("Comment 0"); 12 $comment->__construct("Comment 1"); 13 $comment->__construct("Comment 2"); 14 $comment->__construct("Comment 3");
|
/php-src/Zend/tests/return_types/ |
H A D | 006.phpt | 5 class Comment {} 8 function current() : Comment { 13 $comments = new CommentsIterator([new Comment]); 19 object(Comment)#%d (%d) {
|
/php-src/Zend/tests/ |
H A D | bug24635.phpt | 15 public $Comment; 17 $this->Comment = $comment; 20 out($this->Comment); // this line doesn't crash PHP 21 out("\n<!-- End Section: " . $this->Comment . "-->"); // this line
|
H A D | gh14961.phpt | 2 GH-14961: Comment between -> and keyword
|
H A D | bug73350.phpt | 8 // Comment it to see the difference.
|
/php-src/ext/exif/tests/ |
H A D | exif000.phpt | 11 test1.jpg is a 1*1 image that does not contain any Exif/Comment information 12 test2.jpg is the same image but contains Exif/Comment information and a 52 [0] => Comment #1. 53 [1] => Comment #2. 54 [2] => Comment #3end
|
H A D | exif001.phpt | 11 test1.jpg is a 1*1 image that does not contain any Exif/Comment information 12 test2.jpg is the same image but contains Exif/Comment information and a 78 string(11) "Comment #1." 80 string(11) "Comment #2." 82 string(13) "Comment #3end"
|
H A D | exif003.phpt | 18 test1.jpg is a 1*1 image that does not contain any Exif/Comment information 19 test2.jpg is the same image but contains Exif/Comment information and a 86 string(11) "Comment #1." 88 string(11) "Comment #2." 90 string(13) "Comment #3end"
|
H A D | exif002.phpt | 11 test1.jpg is a 1*1 image that does not contain any Exif/Comment information 12 test2.jpg is the same image but contains Exif/Comment information and a
|
/php-src/ext/pdo/tests/ |
H A D | bug_71447.phpt | 24 // Comment without quotes or placeholders 34 // Comment and placeholder within a string 44 // Comment with single quote 64 // Comment with double quote 74 // Comment with ? placeholder 85 // Comment with named placeholder
|
/php-src/ext/standard/tests/misc/ |
H A D | browscap_lite_2016_12_06.ini | 32 Comment="Chromium 55.0" key 49 Comment="Chromium 54.0" key 66 Comment="Chromium 53.0" key 4239 Comment="Coast" key 5026 Comment="IE 11.0" key 5035 Comment="IE 11.0" key 6311 Comment="IE 9.0" key 6516 Comment="IE 8.0" key 6748 Comment="IE 7.0" key 6827 Comment="IE 6.0" key [all …]
|
/php-src/ext/xmlreader/tests/ |
H A D | fromStream_legit_usage.phpt | 18 echo "Comment: ", $reader->value, "\n"; 32 Comment: my comment
|
H A D | fromStream_broken_stream.phpt | 20 echo "Comment: ", $reader->value, "\n"; 36 Comment: my comment
|
/php-src/ext/dom/tests/modern/css_selectors/ |
H A D | pseudo_classes_empty.phpt | 17 <div><!-- Simple Comment --></div> 37 <div><!-- Simple Comment --></div>
|
/php-src/ext/dom/tests/modern/html/parser/ |
H A D | HTMLDocument_fromString_line_column.phpt | 42 echo "Comment: '", $comment->data, "', ", $comment->getLineNo(), "\n"; 57 Comment: ' my comment ', 9
|
/php-src/tests/lang/ |
H A D | bug35382.phpt | 2 Bug #35382 (Comment in end of file produces fatal error)
|
/php-src/Zend/tests/traits/ |
H A D | bug60809.phpt | 2 Bug #60809 (TRAITS - PHPDoc Comment Style Bug)
|