Home
last modified time | relevance | path

Searched refs:comments (Results 1 – 25 of 43) sorted by relevance

12

/PHP-7.4/ext/date/tests/
H A DDateTimeZone_getLocation.phpt34 [comments] => %s
41 [comments] => %s
48 [comments] => %s
H A Dbug35218.phpt2 Bug #35218 (strtotime no longer ignores timezone comments like "(PST)")
H A Dtimezone_location_get.phpt21 ["comments"]=>
/PHP-7.4/Zend/tests/return_types/
H A D006.phpt13 $comments = new CommentsIterator([new Comment]);
14 foreach ($comments as $comment) {
/PHP-7.4/ext/dom/tests/
H A Dcanonicalization.phpt24 /* 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.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation9.phpt2 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.4/tests/lang/
H A Dcomments2.phpt2 #-style comments (part 2)
H A Dcomments.phpt2 #-style comments
/PHP-7.4/ext/opcache/tests/
H A Dopcache-1.blacklist1 ; comments are allowed in blacklist file
H A Dblacklist-win32.phpt2 Blacklist (with glob, quote and comments)
H A Dblacklist.phpt2 Blacklist (with glob, quote and comments)
/PHP-7.4/Zend/tests/
H A Dbug42767.phpt2 Bug #42767 (highlight_string() truncates trailing comments)
/PHP-7.4/tests/classes/
H A Dconstants_comments_001.phpt2 Class constants and doc comments
/PHP-7.4/ext/xmlwriter/tests/
H A D005-mb.phpt2 XMLWriter: libxml2 XML Writer, comments
H A D005.phpt2 XMLWriter: libxml2 XML Writer, comments
H A DOO_005.phpt2 XMLWriter: libxml2 XML Writer, comments
/PHP-7.4/ext/date/lib/
H A Dparse_tz.c355 tz->location.comments = timelib_malloc(comments_len + 1); in read_location()
356 memcpy(tz->location.comments, *tzf, comments_len); in read_location()
357 tz->location.comments[comments_len] = '\0'; in read_location()
365 tz->location.comments = timelib_malloc(2); in set_default_location_and_comments()
366 tz->location.comments[0] = '?'; in set_default_location_and_comments()
367 tz->location.comments[1] = '\0'; in set_default_location_and_comments()
376 printf("Comments:\n%s\n", tz->location.comments); in timelib_dump_tzinfo()
558 TIMELIB_TIME_FREE(tz->location.comments); in timelib_tzinfo_dtor()
/PHP-7.4/sapi/cli/tests/
H A D007.phpt2 strip comments and whitespace with -w
/PHP-7.4/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt2 Testing with comments around semi-reserved names (not intended to be legible)
/PHP-7.4/sapi/cgi/tests/
H A D003.phpt2 strip comments and whitespace with -w
/PHP-7.4/
H A DCODING_STANDARDS.md230 1. Never use C++ style comments (i.e. `//` comment). Always use C-style comments
232 compliant compiler. Even though many compilers accept C++-style comments in
236 to accept C++-style comments in C code.
264 definitions, comments, and control structures line up correctly.
324 * Ongoing status notes which may not be appropriate for Git comments.
/PHP-7.4/ext/pdo/tests/
H A Dbug_71447.phpt2 PDO Common: Bug #71447 (Quotes inside comments not properly handled)
/PHP-7.4/ext/xml/tests/
H A Dbug26614.phpt34 // Case 2: replace some characters so that we get comments instead
H A Dbug26614_libxml.phpt34 // Case 2: replace some characters so that we get comments instead
/PHP-7.4/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data33 [comments]

Completed in 42 milliseconds

12