Home
last modified time | relevance | path

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

12345678

/PHP-5.5/
H A DCODING_STANDARDS189 1. Never use C++ style comments (i.e. // comment). Always use C-style
203 indentation and comment styles and up to function declaration
H A DNEWS3864 . Fixed bug #60094 (C++ comment fails in c89). (Laruence)
4047 . Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even
4230 . Fixed bug #54929 (Parse error with single quote in sql comment). (Felipe)
6189 - Fixed bug #46817 (tokenizer misses last single-line comment (PHP 5.3+, with
6210 - Fixed bug #46578 (strip_tags() does not honor end-of-comment when it
6286 - Fixed bug #44575 (parse_ini_file comment # line problems). (Arnaud)
7111 - Fixed bug #42767 (highlight_string() truncates trailing comment). (Ilia)
8767 - Fixed bug #36513 (comment will be outputted in last line). (Dmitry)
9024 - Fixed bug #35406 (eval hangs when evall'ed code ends with comment w/o
H A DREADME.MAILINGLIST_RULES68 and remove any previous comment that is not relevant to your post.
/PHP-5.5/Zend/tests/
H A Dbug24635.phpt16 function __construct($comment) {
17 $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.phpt10 /** const comment */
21 /** const comment */
H A Dbug55156.phpt2 Bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none)
H A Dnowdoc_013.phpt5 highlight.comment = #FF8000
H A Dnowdoc_014.phpt5 highlight.comment = #FF8000
/PHP-5.5/Zend/
H A Dzend_compile.c5302 char *comment = NULL; in zend_do_declare_property() local
5331 comment = CG(doc_comment); in zend_do_declare_property()
5337 …0 TSRMLS_CC), var_name->u.constant.value.str.len, property, access_type, comment, comment_len TSRM… in zend_do_declare_property()
/PHP-5.5/build/
H A Dlibtool.m45764 # see comment about different semantics on the GNU ld section
/PHP-5.5/ext/dom/
H A Dconfig.m427 nodelist.c text.c comment.c domconfiguration.c \
H A Dconfig.w3212 domimplementationlist.c entity.c nodelist.c text.c comment.c \
H A Ddom.dsp110 SOURCE=.\comment.c
/PHP-5.5/ext/dom/examples/
H A Ddom1.inc10 <!-- comment -->
/PHP-5.5/ext/dom/tests/
H A DDOMComment_appendData_basic.phpt12 $comment = $dom->createComment('test-comment');
13 $comment->appendData('-more-data');
14 $dom->appendChild($comment);
21 <!--test-comment-more-data-->
H A DDOMComment_appendData_basic_Sullivan.phpt15 $comment = $document->createElement('comment');
16 $root->appendChild($comment);
19 $comment->appendChild($commentnode);
37 <root><comment><!--data><&"--></comment></root>
H A DDOMComment_construct_basic_001.phpt12 $comment = new DOMComment("This is the first comment.");
13 $comment->__construct("This is the second comment.");
14 $comment = $element->appendChild($comment);
19 <root><!--This is the second comment.--></root>
H A DDOMComment_construct_error_001.phpt10 $comment = new DOMComment("comment1", "comment2");
H A DDOMComment_insertData_basic.phpt13 $comment = $dom->createComment('test-comment');
14 $comment->insertData(4,'-inserted');
15 $dom->appendChild($comment);
21 <!--test-inserted-comment-->
H A DDOMComment_insertData_error1.phpt13 $comment = $dom->createComment('test-comment');
15 $comment->insertData(-1,'-inserted');

Completed in 89 milliseconds

12345678