Home
last modified time | relevance | path

Searched refs:comment (Results 51 – 75 of 158) sorted by relevance

1234567

/PHP-8.0/ext/standard/tests/general_functions/
H A D004.data1 name value comment
H A D004.phpt13 name,value,comment
/PHP-8.0/ext/simplexml/tests/
H A D003.phpt16 <!-- comment -->
46 ["comment"]=>
H A D007.phpt13 <!-- comment -->
56 ["comment"]=>
H A D001-mb.phpt25 ["comment"]=>
/PHP-8.0/ext/reflection/tests/
H A DReflectionClassConstant_basic1.phpt33 public const /** My Doc comment */ PUB = true;
34 /** Another doc comment */
72 string(21) "/** My Doc comment */"
99 string(26) "/** Another doc comment */"
H A DReflectionProperty_basic2.phpt27 * This property has a comment.
86 * This property has a comment.
H A Dbug36308.phpt8 /** Base comment block */
/PHP-8.0/ext/pdo_mysql/tests/
H A Dbug_61755.phpt24 echo "\nOpen comment:\n";
38 Open comment:
/PHP-8.0/ext/zlib/tests/
H A Dgzgetss.gz
/PHP-8.0/Zend/tests/
H A Dbug77922.phpt2 Bug #77922: Double release of doc comment on inherited shadow property
H A Dbug78787.phpt10 /** Doc comment */
H A Dbug36513.phpt2 Bug #36513 (comment will be outputed in last line)
/PHP-8.0/ext/zip/examples/
H A Ddir.php15 echo "comment: " . $za->comment . "\n";
/PHP-8.0/ext/xml/
H A Dcompat.c314 _build_comment(const xmlChar *data, int data_len, xmlChar **comment, int *comment_len) in _build_comment() argument
318 *comment = xmlMalloc(*comment_len + 1); in _build_comment()
319 memcpy(*comment, "<!--", 4); in _build_comment()
320 memcpy(*comment + 4, data, data_len); in _build_comment()
321 memcpy(*comment + 4 + data_len, "-->", 3); in _build_comment()
323 (*comment)[*comment_len] = '\0'; in _build_comment()
327 _comment_handler(void *user, const xmlChar *comment) in _comment_handler() argument
335 _build_comment(comment, xmlStrlen(comment), &d_comment, &d_comment_len); in _comment_handler()
522 XML_SetCommentHandler(XML_Parser parser, XML_CommentHandler comment) in XML_SetCommentHandler() argument
524 parser->h_comment = comment; in XML_SetCommentHandler()
/PHP-8.0/ext/tokenizer/tests/
H A Dtoken_get_all_variation19.phpt15 comment */
63 comment */
/PHP-8.0/tests/lang/
H A Dbug24396.phpt9 global $$k; // comment this out and it works in PHP 7 too..
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php109 public function setArchiveComment(string $comment) {} argument
115 public function setCommentIndex(int $index, string $comment) {} argument
118 public function setCommentName(string $name, string $comment) {} argument
/PHP-8.0/ext/fileinfo/tests/
H A Dbug68735.phpt14 …image data, JFIF standard 1.01, resolution (DPI), density 180x52, segment length 16, comment: "%S""
/PHP-8.0/ext/dom/tests/
H A DDOMComment_construct_error_001.phpt11 $comment = new DOMComment("comment1", "comment2");
/PHP-8.0/ext/phar/tests/zip/
H A Dcorrupt_003.phpt2 Phar: corrupted zip (truncated file comment)
/PHP-8.0/ext/zip/tests/
H A Dbug38943_2.phpt36 ["comment"]=>
H A Dbug11216.phpt26 [comment] =>
/PHP-8.0/ext/phar/tests/zip/files/
H A Dcorrupt_count1.php.inc9 $a->writeZip(dirname(__FILE__) . '/filecomment.zip', 'comment');
/PHP-8.0/ext/standard/tests/array/
H A Dbug77395.phpt9 array_multisort($a, SORT_ASC, $b); // if comment this line, no segfault happen

Completed in 31 milliseconds

1234567