Home
last modified time | relevance | path

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

123

/PHP-8.2/ext/date/tests/
H A DDateTimeZone_getLocation.phpt34 [comments] => %s
41 [comments] => %s
48 [comments] => %s
55 [comments] => %S
H A Dbug35218.phpt2 Bug #35218 (strtotime no longer ignores timezone comments like "(PST)")
H A Dtimezone_location_get.phpt21 ["comments"]=>
/PHP-8.2/Zend/tests/return_types/
H A D006.phpt13 $comments = new CommentsIterator([new Comment]);
14 foreach ($comments as $comment) {
/PHP-8.2/ext/tokenizer/tests/
H A Dtoken_get_all_variation9.phpt2 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 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.
H A DDOMNode_isEqualNode.phpt28 <comments><!-- comment 1 --><!-- comment 2 --><!-- comment 1 --></comments>
94 echo "--- Test comments ---\n";
96 foreach_comparator("//comments");
288 --- Test comments ---
/PHP-8.2/tests/lang/
H A Dcomments2.phpt2 #-style comments (part 2)
H A Dcomments.phpt2 #-style comments
/PHP-8.2/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-8.2/Zend/tests/traits/
H A Dconstant_021.phpt2 Doc comments can be retrieved from trait constants
/PHP-8.2/Zend/tests/
H A Dbug42767.phpt2 Bug #42767 (highlight_string() truncates trailing comments)
/PHP-8.2/Zend/tests/type_declarations/intersection_types/
H A Dparsing_comment.phpt2 Intersection type and by-ref parameter parsing with comments
/PHP-8.2/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-8.2/tests/classes/
H A Dconstants_comments_001.phpt2 Class constants and doc comments
/PHP-8.2/ext/reflection/tests/
H A DReflectionEnumUnitCase_getDocComment.phpt5 // enum cases should support doc comments, like class constants.
/PHP-8.2/ext/simplexml/tests/
H A Dbug12170.phpt2 Bug GH-12170 (Can't use xpath with comments in SimpleXML)
/PHP-8.2/sapi/cli/tests/
H A D007.phpt2 strip comments and whitespace with -w
/PHP-8.2/ext/pdo_firebird/tests/
H A Dignore_parammarks.phpt2 PDO_Firebird: ingnore parameter marks in comments
/PHP-8.2/ext/date/lib/
H A Dparse_tz.c459 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/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt2 Testing with comments around semi-reserved names (not intended to be legible)

Completed in 34 milliseconds

123