Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 158) sorted by path

1234567

/PHP-8.0/
H A DCODING_STANDARDS.md230 1. Never use C++ style comments (i.e. `//` comment). Always use C-style comments
242 indentation and comment styles and up to function declaration syntax. Also
H A DNEWS325 . Fixed comment in kqueue remove callback log message. (David Carlier)
H A DUPGRADING87 . Following the hash comment operator # immediately with an opening bracket
88 is not supported as a comment anymore since this syntax is now used for
/PHP-8.0/Zend/tests/
H A Dbug24635.phpt14 function __construct($comment) {
15 $this->Comment = $comment;
H A Dbug35655.phpt5 highlight.comment = #FF8000
H A Dbug36513.phpt2 Bug #36513 (comment will be outputed in last line)
H A Dbug40833.phpt65 //This will not crash (comment previous & uncomment this to test
H A Dbug42767.phpt5 highlight.comment = #FF8000
11 highlight_string('<?php /*some comment..');
15 <span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #FF8000">/*some&nbsp;comment.…
H A Dbug47596.phpt6 // comment comment comment comment comment comment comment comment comment
7 // comment comment comment comment comment comment comment comment comment
8 // comment comment comment comment comment comment comment comment comment
9 // comment comment comment comment comment comment comment comment comment
10 // comment comment comment comment comment comment comment comment comment
11 // comment comment comment comment comment comment comment comment comment
12 // comment comment comment comment comment comment comment comment comment
13 // comment comment comment comment comment comment comment comment comment
14 // comment comment comment comment comment comment comment comment comment
15 // comment comment comment comment comment comment comment comment comment
[all …]
H A Dbug50174.phpt8 /** const comment */
19 /** const comment */
H A Dbug55156.phpt2 Bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none)
H A Dbug76965.phpt8 2="bar" ; comment
H A Dbug77922.phpt2 Bug #77922: Double release of doc comment on inherited shadow property
H A Dbug78787.phpt10 /** Doc comment */
H A Deval_parse_error_with_doc_comment.phpt2 eval() parse error on function with doc comment
8 /** doc comment */
H A Dnowdoc_013.phpt5 highlight.comment = #FF8000
H A Dnowdoc_014.phpt5 highlight.comment = #FF8000
H A Dns_089.phpt22 // comment between declarations
H A Drequire_parse_exception.phpt24 /** doc comment */
H A Dunterminated_comment.phpt2 Unterminated comment
8 Parse error: Unterminated comment starting line 2 in %s on line %d
/PHP-8.0/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt9 public static function /* comment */ catch(){ echo __METHOD__, PHP_EOL; }
10 private static function // comment
13 # comment
28 /** doc comment */
30 catch /* comment */
31 // comment
32 # comment
39 try /*comment*/ as public attempt;
40 exit // comment
41 as/*comment*/die; // non qualified
/PHP-8.0/Zend/tests/return_types/
H A D006.phpt14 foreach ($comments as $comment) {
15 var_dump($comment);
/PHP-8.0/build/
H A Dgen_stub.php1069 function parseDocComment(DocComment $comment): array { argument
1070 $commentText = substr($comment->getText(), 2, -2);
1090 $comment = $func->getDocComment();
1099 if ($comment) {
1100 $tags = parseDocComment($comment);
1220 foreach ($stmt->getComments() as $comment) {
1221 $text = trim($comment->getText());
H A Dlibtool.m45761 # see comment about different semantics on the GNU ld section
H A Dpkg.m441 dnl See the "Since" comment for each macro you use to see what version

Completed in 93 milliseconds

1234567