Searched defs:comment (Results 1 – 9 of 9) sorted by relevance
/PHP-8.1/ext/zip/ |
H A D | php_zip.stub.php | 80 public string $comment; variable in ZipArchive 122 public function setArchiveComment(string $comment): bool {} 128 public function setCommentIndex(int $index, string $comment): bool {} 131 public function setCommentName(string $name, string $comment): bool {}
|
H A D | php_zip.c | 68 #define PHP_ZIP_SET_FILE_COMMENT(za, index, comment, comment_len) \ argument 2041 char * comment; local 2068 const char * comment; local 2091 char * comment, *name; local 2126 char * comment; local 2345 const char * comment; local 2377 const char * comment; local
|
/PHP-8.1/ext/xml/ |
H A D | compat.c | 314 _build_comment(const xmlChar *data, int data_len, xmlChar **comment, int *comment_len) in _build_comment() 327 _comment_handler(void *user, const xmlChar *comment) in _comment_handler() 522 XML_SetCommentHandler(XML_Parser parser, XML_CommentHandler comment) in XML_SetCommentHandler()
|
/PHP-8.1/sapi/fuzzer/corpus/json/ |
H A D | pass1.json | 36 "comment": "// /* <!-- --", string
|
/PHP-8.1/ext/gd/libgd/ |
H A D | gd_jpeg.c | 183 char comment[255]; in _gdImageJpegCtx() local
|
/PHP-8.1/build/ |
H A D | gen_stub.php | 2212 function parseDocComment(DocComment $comment): array { 2378 ?DocComment $comment,
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli_nonapi.c | 1104 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local
|
/PHP-8.1/win32/build/ |
H A D | confutils.js | 2678 function AC_DEFINE(name, value, comment, quote) argument
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_structs.h | 185 const char *comment; member
|
Completed in 66 milliseconds