Home
last modified time | relevance | path

Searched refs:comment (Results 76 – 100 of 191) sorted by relevance

12345678

/PHP-5.5/tests/basic/
H A Drfc1867_post_max_size.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_file_upload_disabled.phpt6 comment=debug builds show some additional E_NOTICE errors
H A Drfc1867_missing_boundary_2.phpt6 comment=debug builds show some additional E_NOTICE errors
/PHP-5.5/ext/phar/tests/zip/files/
H A Dcorrupt_count1.php.inc9 $a->writeZip(dirname(__FILE__) . '/filecomment.zip', 'comment');
/PHP-5.5/ext/simplexml/tests/
H A D001.phpt26 ["comment"]=>
H A D009b.phpt12 <elem1 attr1='first'>Bla bla 1.<!-- comment --><elem2>
H A D005.phpt14 <!-- comment -->
H A D009.phpt14 <!-- comment -->
H A D008.phpt13 <!-- comment -->
/PHP-5.5/ext/zip/tests/
H A Dbug11216.phpt26 [comment] =>
H A Dbug38943.phpt48 ["comment"]=>
/PHP-5.5/ext/dom/tests/
H A DDOMComment_construct_error_001.phpt10 $comment = new DOMComment("comment1", "comment2");
H A Dcanonicalization.phpt15 <!-- this is a comment -->
74 <!-- this is a comment -->
82 <!-- this is a comment -->
/PHP-5.5/ext/zip/
H A Dphp_zip.c2008 char * comment; in ZIPARCHIVE_METHOD() local
2034 const char * comment; in ZIPARCHIVE_METHOD() local
2048 if(comment==NULL) { in ZIPARCHIVE_METHOD()
2062 char * comment, *name; in ZIPARCHIVE_METHOD() local
2096 char * comment; in ZIPARCHIVE_METHOD() local
2106 &index, &comment, &comment_len) == FAILURE) { in ZIPARCHIVE_METHOD()
2124 const char * comment; in ZIPARCHIVE_METHOD() local
2159 const char * comment; in ZIPARCHIVE_METHOD() local
2674 ZEND_ARG_INFO(0, comment)
2679 ZEND_ARG_INFO(0, comment)
[all …]
/PHP-5.5/Zend/tests/
H A Dbug55156.phpt2 Bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none)
H A Dnowdoc_014.phpt5 highlight.comment = #FF8000
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput8922 /^1234 #comment in extended re
1174 # optional leading comment
3872 /abc#comment
3873 \Q#not comment
3877 /abc#comment
3878 \Q#not comment
3882 /abc#comment
3883 \Q#not comment
3884 literal\E #more comment
3888 /abc#comment
[all …]
H A Dtestinput13703 /abc#comment
3704 \Q#not comment
3708 /abc#comment
3709 \Q#not comment
3713 /abc#comment
3714 \Q#not comment
3719 /abc#comment
3925 /a*b#comment
5645 / ^ a + #comment
5649 / ^ a + #comment
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dbug46578.phpt2 Bug #46578 (strip_tags() does not honor end-of-comment when it encounters a single quote)
/PHP-5.5/ext/json/tests/
H A Dpass001.1.phpt60 \"comment\": \"// /* <!-- --\",
148 "comment": "// /* <!-- --",
294 ["comment"]=>
475 ["comment"]=>
534 …ty"]}}},"address":"50 St. James Street","url":"http:\/\/www.JSON.org\/","comment":"\/\/ \/* <!-- -…
536 …ty"]}}},"address":"50 St. James Street","url":"http:\/\/www.JSON.org\/","comment":"\/\/ \/* <!-- -…
660 ["comment"]=>
841 ["comment"]=>
H A Dpass001.1_64bit.phpt60 \"comment\": \"// /* <!-- --\",
148 "comment": "// /* <!-- --",
294 ["comment"]=>
475 ["comment"]=>
534 …ty"]}}},"address":"50 St. James Street","url":"http:\/\/www.JSON.org\/","comment":"\/\/ \/* <!-- -…
536 …ty"]}}},"address":"50 St. James Street","url":"http:\/\/www.JSON.org\/","comment":"\/\/ \/* <!-- -…
660 ["comment"]=>
841 ["comment"]=>
/PHP-5.5/ext/wddx/
H A Dwddx.c108 ZEND_ARG_INFO(0, comment)
117 ZEND_ARG_INFO(0, comment)
372 void php_wddx_packet_start(wddx_packet *packet, char *comment, int comment_len) in php_wddx_packet_start() argument
375 if (comment) { in php_wddx_packet_start()
378 php_wddx_add_chunk_ex(packet, comment, comment_len); in php_wddx_packet_start()
1181 char *comment = NULL; in PHP_FUNCTION() local
1191 php_wddx_packet_start(packet, comment, comment_len); in PHP_FUNCTION()
1262 char *comment = NULL; in PHP_FUNCTION() local
1266 comment = NULL; in PHP_FUNCTION()
1268 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &comment, &comment_len) == FAILURE) { in PHP_FUNCTION()
[all …]
H A Dphp_wddx_api.h60 void php_wddx_packet_start(wddx_packet *packet, char *comment, int comment_len);
/PHP-5.5/tests/strings/
H A Dbug26703.phpt5 highlight.comment=#FF9900
/PHP-5.5/ext/reflection/tests/
H A DReflectionProperty_getModifiers.001.phpt26 * This property has a comment.

Completed in 77 milliseconds

12345678