Searched refs:comments (Results 1 – 25 of 72) sorted by relevance
123
/PHP-8.2/ext/date/tests/ |
H A D | DateTimeZone_getLocation.phpt | 34 [comments] => %s 41 [comments] => %s 48 [comments] => %s 55 [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-8.2/Zend/tests/return_types/ |
H A D | 006.phpt | 13 $comments = new CommentsIterator([new Comment]); 14 foreach ($comments as $comment) {
|
/PHP-8.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 8 * Passing 'source' argument with different style of comments 14 echo "*** Testing token_get_all() : 'source' string with different comments ***\n"; 16 // types of comments: '//', '/* */', '#' & /** */ 42 *** Testing token_get_all() : 'source' string with different comments ***
|
/PHP-8.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-8.2/tests/lang/ |
H A D | comments2.phpt | 2 #-style comments (part 2)
|
H A D | comments.phpt | 2 #-style comments
|
/PHP-8.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-8.2/Zend/tests/traits/ |
H A D | constant_021.phpt | 2 Doc comments can be retrieved from trait constants
|
/PHP-8.2/Zend/tests/ |
H A D | bug42767.phpt | 2 Bug #42767 (highlight_string() truncates trailing comments)
|
/PHP-8.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-8.2/tests/classes/ |
H A D | constants_comments_001.phpt | 2 Class constants and doc comments
|
/PHP-8.2/ext/reflection/tests/ |
H A D | ReflectionEnumUnitCase_getDocComment.phpt | 5 // enum cases should support doc comments, like class constants.
|
/PHP-8.2/ext/simplexml/tests/ |
H A D | bug12170.phpt | 2 Bug GH-12170 (Can't use xpath with comments in SimpleXML)
|
/PHP-8.2/ext/pdo_firebird/tests/ |
H A D | ignore_parammarks.phpt | 2 PDO_Firebird: ingnore parameter marks in comments
|
/PHP-8.2/sapi/cli/tests/ |
H A D | 007.phpt | 2 strip comments and whitespace with -w
|
/PHP-8.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-8.2/ext/date/lib/ |
H A D | parse_tz.c | 459 tz->location.comments = timelib_malloc(comments_len + 1); in read_location() 460 memcpy(tz->location.comments, *tzf, comments_len); in read_location() 461 tz->location.comments[comments_len] = '\0'; in read_location() 469 tz->location.comments = timelib_malloc(2); in set_default_location_and_comments() 470 tz->location.comments[0] = '?'; in set_default_location_and_comments() 471 tz->location.comments[1] = '\0'; in set_default_location_and_comments() 517 printf("Comments:\n%s\n", tz->location.comments); in timelib_dump_tzinfo() 736 TIMELIB_TIME_FREE(tz->location.comments); in timelib_tzinfo_dtor()
|
/PHP-8.2/sapi/cgi/tests/ |
H A D | 003.phpt | 2 strip comments and whitespace with -w
|
/PHP-8.2/ |
H A D | CODING_STANDARDS.md | 228 1. Never use C++ style comments (i.e. `//` comment). Always use C-style comments 230 compliant compiler. Even though many compilers accept C++-style comments in 234 to accept C++-style comments in C code. 262 definitions, comments, and control structures line up correctly. 284 * Ongoing status notes which may not be appropriate for Git comments.
|
Completed in 25 milliseconds
123