Home
last modified time | relevance | path

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

1234567

/PHP-8.0/ext/zip/tests/
H A Doo_getcomment.phpt32 Zip archive comment
33 string(11) "foo comment"
34 string(11) "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_setcomment_error.phpt42 ZipArchive::setArchiveComment(): Argument #1 ($comment) must be less than 65535 bytes
43 ZipArchive::setCommentName(): Argument #2 ($comment) must be less than 65535 bytes
44 ZipArchive::setCommentIndex(): Argument #2 ($comment) must be less than 65535 bytes
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-8.0/tests/lang/
H A Dbug35382.phpt5 eval("echo 'Hello'; // comment");
7 //last line comment
/PHP-8.0/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.phpt10 $data = '/* test comment */';
14 $data = '<?php /* test comment */ ?>';
44 string(18) "/* test comment */"
H A Dbug71806.data2 /* comment */
/PHP-8.0/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-8.0/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-8.0/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-8.0/Zend/tests/return_types/
H A D006.phpt14 foreach ($comments as $comment) {
15 var_dump($comment);
/PHP-8.0/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-8.0/ext/simplexml/tests/
H A D002.phpt13 <!-- comment -->
46 ["comment"]=>
H A D010.phpt17 <!-- comment -->
46 ["comment"]=>
H A Dsxe_001.phpt16 <!-- comment -->
45 ["comment"]=>
H A D004.phpt14 <!-- comment -->
49 ["comment"]=>
/PHP-8.0/ext/tidy/tests/
H A D025.phpt17 $tidy=tidy_parse_string('<html><body><!-- comment --></body></html>', array('newline' => 'LF'));
32 string(16) "<!-- comment -->"
/PHP-8.0/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

Completed in 60 milliseconds

1234567