Searched refs:comments (Results 1 – 25 of 59) sorted by relevance
123
/PHP-7.2/Zend/tests/return_types/ |
H A D | 006.phpt | 13 $comments = new CommentsIterator([new Comment]); 14 foreach ($comments as $comment) {
|
/PHP-7.2/ext/date/tests/ |
H A D | DateTimeZone_getLocation.phpt | 45 [comments] => %s 52 [comments] => %s 59 [comments] => %s
|
H A D | bug35218.phpt | 2 Bug #35218 (strtotime no longer ignores timezone comments like "(PST)")
|
H A D | timezone_location_get.phpt | 21 ["comments"]=>
|
/PHP-7.2/ext/dom/tests/ |
H A D | canonicalization.phpt | 24 /* inclusive/without comments first child element of doc element is context. */ 27 /* exclusive/without comments first child element of doc element is context. */ 30 /* inclusive/with comments first child element of doc element is context. */ 33 /* exclusive/with comments first child element of doc element is context. */ 36 /* exclusive/without comments using xpath query. */ 39 /* exclusive/without comments first child element of doc element is context. 47 /* exclusive/without comments first child element of doc element is context.
|
/PHP-7.2/ext/tokenizer/tests/ |
H A D | token_get_all_variation9.phpt | 2 Test token_get_all() function : usage variations - with different types of comments 13 * Passing 'source' argument with different style of comments 19 echo "*** Testing token_get_all() : 'source' string with different comments ***\n"; 21 // types of comments: '//', '/* */', '#' & /** */ 47 *** Testing token_get_all() : 'source' string with different comments ***
|
/PHP-7.2/tests/lang/ |
H A D | comments2.phpt | 2 #-style comments (part 2)
|
H A D | comments.phpt | 2 #-style comments
|
/PHP-7.2/ext/opcache/tests/ |
H A D | opcache-1.blacklist | 1 ; comments are allowed in blacklist file
|
H A D | blacklist-win32.phpt | 2 Blacklist (with glob, quote and comments)
|
H A D | blacklist.phpt | 2 Blacklist (with glob, quote and comments)
|
/PHP-7.2/ext/bcmath/libbcmath/ |
H A D | INSTALL | 9 Bugs and comments to philnelson@acm.org.
|
/PHP-7.2/Zend/tests/ |
H A D | bug42767.phpt | 2 Bug #42767 (highlight_string() truncates trailing comments)
|
/PHP-7.2/tests/classes/ |
H A D | constants_comments_001.phpt | 2 Class constants and doc comments
|
/PHP-7.2/ext/xmlwriter/tests/ |
H A D | 005-mb.phpt | 2 XMLWriter: libxml2 XML Writer, comments
|
H A D | 005.phpt | 2 XMLWriter: libxml2 XML Writer, comments
|
H A D | OO_005.phpt | 2 XMLWriter: libxml2 XML Writer, comments
|
/PHP-7.2/ext/date/lib/ |
H A D | parse_tz.c | 319 tz->location.comments = timelib_malloc(comments_len + 1); in read_location() 320 memcpy(tz->location.comments, *tzf, comments_len); in read_location() 321 tz->location.comments[comments_len] = '\0'; in read_location() 329 tz->location.comments = timelib_malloc(2); in set_default_location_and_comments() 330 tz->location.comments[0] = '?'; in set_default_location_and_comments() 331 tz->location.comments[1] = '\0'; in set_default_location_and_comments() 340 printf("Comments:\n%s\n", tz->location.comments); in timelib_dump_tzinfo() 520 TIMELIB_TIME_FREE(tz->location.comments); in timelib_tzinfo_dtor()
|
/PHP-7.2/sapi/cli/tests/ |
H A D | 007.phpt | 2 strip comments and whitespace with -w
|
/PHP-7.2/Zend/tests/grammar/ |
H A D | semi_reserved_008.phpt | 2 Testing with comments around semi-reserved names (not intended to be legible)
|
/PHP-7.2/sapi/cgi/tests/ |
H A D | 003.phpt | 2 strip comments and whitespace with -w
|
/PHP-7.2/ |
H A D | README.EXT_SKEL | 29 compiled in PHP. Just remove 3 comments in your_module_name/config.m4, 87 If present it will be filled into the 'proto' header comments in the stubs 103 The file must contain nothing else but function definitions, no comments or 110 By default, ext_skel creates both comments in the source code and a test
|
H A D | CODING_STANDARDS | 191 1. Never use C++ style comments (i.e. // comment). Always use C-style 192 comments instead. PHP is written in C, and is aimed at compiling 194 accept C++-style comments in C code, you have to ensure that your 198 is known to accept C++-style comments in C code. 225 that definitions, comments, and control structures line up correctly. 284 Ongoing status notes which may not be appropriate for Git comments.
|
/PHP-7.2/ext/pdo/tests/ |
H A D | bug_71447.phpt | 2 PDO Common: Bug #71447 (Quotes inside comments not properly handled)
|
/PHP-7.2/ext/xml/tests/ |
H A D | bug26614.phpt | 34 // Case 2: replace some characters so that we get comments instead
|
Completed in 28 milliseconds
123