Home
last modified time | relevance | path

Searched refs:Comment (Results 1 – 25 of 43) sorted by relevance

12

/php-src/ext/reflection/tests/
H A DReflectionMethod_getDocComment_basic.phpt8 * 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 D005.phpt14 /** 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 DReflectionProperty_getDocComment_basic.phpt10 * 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 DReflectionClass_getDocComment_001.phpt15 * Comment
65 * Comment
/php-src/Zend/tests/type_declarations/intersection_types/
H A Dparsing_comment.phpt8 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 Dparsing_attribute.phpt7 public X& #[Comment]
/php-src/ext/dom/tests/
H A Ddomchardata.phpt25 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 DDOMComment_appendData_basic_Sullivan.phpt21 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 Dbug66502.phpt9 $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 D006.phpt5 class Comment {}
8 function current() : Comment {
13 $comments = new CommentsIterator([new Comment]);
19 object(Comment)#%d (%d) {
/php-src/Zend/tests/
H A Dbug24635.phpt15 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 Dgh14961.phpt2 GH-14961: Comment between -> and keyword
H A Dbug73350.phpt8 // Comment it to see the difference.
/php-src/ext/exif/tests/
H A Dexif000.phpt11 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 Dexif001.phpt11 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 Dexif003.phpt18 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 Dexif002.phpt11 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 Dbug_71447.phpt24 // 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 Dbrowscap_lite_2016_12_06.ini32 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 DfromStream_legit_usage.phpt18 echo "Comment: ", $reader->value, "\n";
32 Comment: my comment
H A DfromStream_broken_stream.phpt20 echo "Comment: ", $reader->value, "\n";
36 Comment: my comment
/php-src/ext/dom/tests/modern/css_selectors/
H A Dpseudo_classes_empty.phpt17 <div><!-- Simple Comment --></div>
37 <div><!-- Simple Comment --></div>
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_line_column.phpt42 echo "Comment: '", $comment->data, "', ", $comment->getLineNo(), "\n";
57 Comment: ' my comment ', 9
/php-src/tests/lang/
H A Dbug35382.phpt2 Bug #35382 (Comment in end of file produces fatal error)
/php-src/Zend/tests/traits/
H A Dbug60809.phpt2 Bug #60809 (TRAITS - PHPDoc Comment Style Bug)

Completed in 153 milliseconds

12