Home
last modified time | relevance | path

Searched refs:comment (Results 26 – 50 of 164) sorted by relevance

1234567

/PHP-7.4/ext/standard/tests/strings/
H A Dbug27675.phpt5 echo str_ireplace('/*<B>', '<B>', '/*<b> I am a comment</b>*/');
8 <B> I am a comment</b>*/
H A Dphp_strip_whitespace.phpt11 $data = '/* test comment */';
15 $data = '<?php /* test comment */ ?>';
48 string(18) "/* test comment */"
H A Dbug71806.data2 /* comment */
/PHP-7.4/ext/zip/tests/
H A Doo_getcomment.phpt29 Zip archive comment
30 foo comment
31 foo comment
H A Doo_properties.phpt30 printf("zip->comment (%d):\n\tempty(): %d\n\tisset(): %d\n", strlen($zip->comment), empty($zip->com…
56 zip->comment (19):
H A Doo_unchangeIndex.phpt21 $zip->setCommentIndex(0, 'baz comment');
44 string(11) "baz comment"
H A Doo_unchangeName.phpt21 $zip->setCommentIndex(0, 'baz comment');
44 string(11) "baz comment"
/PHP-7.4/ext/reflection/tests/
H A D005.phpt2 ReflectionMethod::getDocComment() uses wrong comment block
25 * This is a valid comment inside a method
30 // I don't have a doc comment....
H A Dbug64936.phpt2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
16 …en_get_all("<?php\n/**\n * Foo\n */"); // doc_comment compiler global now contains this Foo comment
23 …en_get_all("<?php\n/**\n * Foo\n */"); // doc_comment compiler global now contains this Foo comment
H A DReflectionFunction_getFileName.002.phpt10 * my doc comment
20 * not a doc comment
H A DReflectionFunction_001.phpt10 * my doc comment
20 * not a doc comment
/PHP-7.4/Zend/tests/
H A Deval_parse_error_with_doc_comment.phpt2 eval() parse error on function with doc comment
8 /** doc comment */
H A Dbug50174.phpt8 /** const comment */
19 /** const comment */
H A Dbug24635.phpt14 function __construct($comment) {
15 $this->Comment = $comment;
/PHP-7.4/sapi/cli/tests/
H A D007.phpt22 #perl style comment
37 var_dump(`echo "<?php /* comment */ class test {\n // comment \n function foo() {} } ?>" | $php -n …
/PHP-7.4/Zend/tests/return_types/
H A D006.phpt14 foreach ($comments as $comment) {
15 var_dump($comment);
/PHP-7.4/sapi/cgi/tests/
H A D003.phpt27 #perl style comment
42 var_dump(`echo "<?php /* comment */ class test {\n // comment \n function foo() {} } ?>" | $php -n …
/PHP-7.4/ext/simplexml/tests/
H A D002.phpt13 <!-- comment -->
47 ["comment"]=>
H A D010.phpt17 <!-- comment -->
47 ["comment"]=>
H A Dsxe_001.phpt16 <!-- comment -->
46 ["comment"]=>
H A D004.phpt14 <!-- comment -->
50 ["comment"]=>
H A D003.phpt16 <!-- comment -->
47 ["comment"]=>
/PHP-7.4/ext/tidy/tests/
H A D025.phpt17 $tidy=tidy_parse_string('<html><body><!-- comment --></body></html>', array('newline' => 'LF'));
32 string(16) "<!-- comment -->"
/PHP-7.4/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data34 ; some comment
35 ; some comment with whitespace
36 somecomment = comment follows;aaa@bbb ; comment here
H A D004.data1 name value comment

Completed in 100 milliseconds

1234567