Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 164) sorted by last modified time

1234567

/PHP-7.4/
H A DNEWS1822 . Fixed bug #77922 (Double release of doc comment on inherited shadow
H A Dphp.ini-development323 ;highlight.comment = #FF9900
H A Dphp.ini-production323 ;highlight.comment = #FF9900
/PHP-7.4/ext/zip/
H A Dphp_zip.c1989 char * comment; local
2017 const char * comment; local
2027 if(comment==NULL) {
2041 char * comment, *name; local
2076 char * comment; local
2296 const char * comment; local
2316 RETURN_STRINGL((char *)comment, comment_len);
2327 const char * comment; local
2859 ZEND_ARG_INFO(0, comment)
2864 ZEND_ARG_INFO(0, comment)
[all …]
/PHP-7.4/build/
H A Dpkg.m441 dnl See the "Since" comment for each macro you use to see what version
H A Dlibtool.m45760 # see comment about different semantics on the GNU ld section
/PHP-7.4/ext/xml/
H A Dcompat.c315 _build_comment(const xmlChar *data, int data_len, xmlChar **comment, int *comment_len) in _build_comment() argument
319 *comment = xmlMalloc(*comment_len + 1); in _build_comment()
320 memcpy(*comment, "<!--", 4); in _build_comment()
321 memcpy(*comment + 4, data, data_len); in _build_comment()
322 memcpy(*comment + 4 + data_len, "-->", 3); in _build_comment()
324 (*comment)[*comment_len] = '\0'; in _build_comment()
328 _comment_handler(void *user, const xmlChar *comment) in _comment_handler() argument
336 _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-7.4/ext/soap/
H A Dphp_xml.c98 ctxt->sax->comment = soap_Comment; in soap_xmlParseFile()
145 ctxt->sax->comment = soap_Comment; in soap_xmlParseMemory()
/PHP-7.4/ext/phar/tests/zip/
H A Dcorrupt_003.phpt2 Phar: corrupted zip (truncated file comment)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_get_charset.phpt54 $comment = (isset($tmp['Description'])) ? $tmp['Description'] : '';
/PHP-7.4/win32/build/
H A Dconfutils.js2679 function AC_DEFINE(name, value, comment, quote) argument
2689 var item = new Array(value, comment);
/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c1057 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local
1080 comment = cs.comment;
1092 comment = cs->comment;
1104 add_property_string(return_value, "comment", (comment) ? (char *)comment : "");
/PHP-7.4/Zend/tests/
H A Dwarning_during_heredoc_scan_ahead.phpt21 Warning: Unterminated comment starting line %d in %s on line %d
H A Dbug35655.phpt5 highlight.comment = #FF8000
H A Dnowdoc_013.phpt5 highlight.comment = #FF8000
/PHP-7.4/ext/standard/tests/general_functions/
H A Dparse_ini_file.phpt109 ; comment
111 ; comment
/PHP-7.4/ext/simplexml/tests/
H A D000.phpt88 ["comment"]=>
123 ["comment"]=>
H A D009b.phpt12 <elem1 attr1='first'>Bla bla 1.<!-- comment --><elem2>
/PHP-7.4/ext/zip/examples/
H A Ddir.php15 echo "comment: " . $za->comment . "\n";
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h191 const char *comment; member
/PHP-7.4/ext/zlib/tests/
H A Dgzcompress_basic1.phpt18 * add a comment here to say what the test is supposed to do
H A Dgzcompress_error1.phpt18 * add a comment here to say what the test is supposed to do
H A Dgzdeflate_basic1.phpt18 * add a comment here to say what the test is supposed to do
H A Dgzdeflate_error1.phpt18 * add a comment here to say what the test is supposed to do
/PHP-7.4/ext/xmlwriter/tests/
H A D005-mb.phpt17 xmlwriter_text($xw, 'comment');
19 xmlwriter_write_comment($xw, "comment #2");
31 <tag1><!--comment--><!--comment #2--></tag1>

Completed in 99 milliseconds

1234567