Home
last modified time | relevance | path

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

12345678

/PHP-5.5/ext/wddx/tests/
H A Dbug35410_64bit.phpt13 <comment>Content Configuration File</comment>
/PHP-5.5/ext/standard/tests/general_functions/
H A D004.data1 name value comment
H A D004.phpt13 name,value,comment
/PHP-5.5/ext/xml/
H A Dcompat.c324 _build_comment(const xmlChar *data, int data_len, xmlChar **comment, int *comment_len) in _build_comment() argument
328 *comment = xmlMalloc(*comment_len + 1); in _build_comment()
329 memcpy(*comment, "<!--", 4); in _build_comment()
330 memcpy(*comment + 4, data, data_len); in _build_comment()
331 memcpy(*comment + 4 + data_len, "-->", 3); in _build_comment()
333 (*comment)[*comment_len] = '\0'; in _build_comment()
337 _comment_handler(void *user, const xmlChar *comment) in _comment_handler() argument
345 _build_comment(comment, xmlStrlen(comment), &d_comment, &d_comment_len); in _comment_handler()
535 XML_SetCommentHandler(XML_Parser parser, XML_CommentHandler comment) in XML_SetCommentHandler() argument
537 parser->h_comment = comment; in XML_SetCommentHandler()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_61755.phpt24 echo "\nOpen comment:\n";
38 Open comment:
/PHP-5.5/ext/zip/lib/
H A Dzip_close.c122 cd->comment = _zip_memdup(TORRENT_SIG "XXXXXXXX", in zip_close()
125 if (cd->comment == NULL) { in zip_close()
246 cd->entry[j].comment = za->entry[i].ch_comment; in zip_close()
552 dest->comment = _zip_memdup(src->ch_comment, in _zip_cdir_set_comment()
554 if (dest->comment == NULL) in _zip_cdir_set_comment()
558 if (src->cdir && src->cdir->comment) { in _zip_cdir_set_comment()
559 dest->comment = _zip_memdup(src->cdir->comment, in _zip_cdir_set_comment()
561 if (dest->comment == NULL) in _zip_cdir_set_comment()
H A Dzip_get_archive_comment.c48 return za->cdir->comment; in zip_get_archive_comment()
H A Dzip_open.c206 cd->comment = NULL; in _zip_readcdir()
231 if ((cd->comment=(char *)_zip_memdup(eocd+EOCDLEN, in _zip_readcdir()
364 || strncmp(za->cdir->comment, TORRENT_SIG, TORRENT_SIG_LEN) != 0) in _zip_check_torrentzip()
367 memcpy(buf, za->cdir->comment+TORRENT_SIG_LEN, 8); in _zip_check_torrentzip()
445 || (h1->comment_len && h2->comment in _zip_headercomp()
446 && memcmp(h1->comment, h2->comment, h1->comment_len))) in _zip_headercomp()
H A Dzip_get_file_comment.c52 return za->cdir->entry[idx].comment; in zip_get_file_comment()
/PHP-5.5/ext/simplexml/tests/
H A D007.phpt13 <!-- comment -->
57 ["comment"]=>
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation19.phpt15 comment */
63 comment */
/PHP-5.5/ext/zip/examples/
H A Ddir.php15 echo "comment: " . $za->comment . "\n";
/PHP-5.5/ext/reflection/tests/
H A DReflectionProperty_basic2.phpt28 * This property has a comment.
87 * This property has a comment.
H A Dbug36308.phpt9 /** Base comment block */
/PHP-5.5/tests/lang/
H A Dbug24396.phpt9 global $$k; // comment this out and it works in PHP 5 too..
/PHP-5.5/ext/json/tests/
H A Dpass001.phpt49 \"comment\": \"// /* <!-- --\",
132 "comment": "// /* <!-- --",
235 ["comment"]=>
373 ["comment"]=>
432 …ect":{},"address":"50 St. James Street","url":"http:\/\/www.JSON.org\/","comment":"\/\/ \/* <!-- -…
434 …ect":[],"address":"50 St. James Street","url":"http:\/\/www.JSON.org\/","comment":"\/\/ \/* <!-- -…
515 ["comment"]=>
653 ["comment"]=>
/PHP-5.5/ext/fileinfo/tests/
H A Dbug68735.phpt15 string(%d) "JPEG image data, JFIF standard 1.01, comment: "%S""
/PHP-5.5/tests/basic/
H A Drfc1867_boundary_1.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_boundary_2.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_garbled_mime_headers.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_malicious_input.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_missing_boundary.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_invalid_boundary.phpt6 comment=debug builds show some additional E_NOTICE errors
/PHP-5.5/Zend/tests/
H A Dbug36513.phpt2 Bug #36513 (comment will be outputed in last line)
/PHP-5.5/ext/gd/libgd/
H A Dgd_jpeg.c174 char comment[255]; in gdImageJpegCtx() local
216 …snprintf(comment, sizeof(comment)-1, "CREATOR: gd-jpeg v%s (using IJG JPEG v%d), quality = %d\n", … in gdImageJpegCtx()
218 …snprintf(comment, sizeof(comment)-1, "CREATOR: gd-jpeg v%s (using IJG JPEG v%d), default quality\n… in gdImageJpegCtx()
220 jpeg_write_marker (&cinfo, JPEG_COM, (unsigned char *) comment, (unsigned int) strlen (comment)); in gdImageJpegCtx()

Completed in 44 milliseconds

12345678