Home
last modified time | relevance | path

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

123

/PHP-7.0/Zend/tests/return_types/
H A D006.phpt14 $comments = new CommentsIterator([new Comment]);
15 foreach ($comments as $comment) {
/PHP-7.0/ext/date/tests/
H A DDateTimeZone_getLocation.phpt45 [comments] => %s
52 [comments] => %s
59 [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.0/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.0/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.0/tests/lang/
H A Dcomments2.phpt2 #-style comments (part 2)
H A Dcomments.phpt2 #-style comments
/PHP-7.0/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.0/ext/bcmath/libbcmath/
H A DINSTALL9 Bugs and comments to philnelson@acm.org.
/PHP-7.0/Zend/tests/
H A Dbug42767.phpt2 Bug #42767 (highlight_string() truncates trailing comments)
/PHP-7.0/ext/xmlwriter/tests/
H A D005.phpt2 XMLWriter: libxml2 XML Writer, comments
H A DOO_005.phpt2 XMLWriter: libxml2 XML Writer, comments
/PHP-7.0/sapi/cli/tests/
H A D007.phpt2 strip comments and whitespace with -w
/PHP-7.0/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt2 Testing with comments around semi-reserved names (not intended to be legible)
/PHP-7.0/sapi/cgi/tests/
H A D003.phpt2 strip comments and whitespace with -w
/PHP-7.0/ext/date/lib/
H A Dparse_tz.c256 tz->location.comments = timelib_malloc(comments_len + 1); in read_location()
257 memcpy(tz->location.comments, *tzf, comments_len); in read_location()
258 tz->location.comments[comments_len] = '\0'; in read_location()
268 printf("Comments:\n%s\n", tz->location.comments); in timelib_dump_tzinfo()
H A Dtimelib_structs.h177 char *comments; member
/PHP-7.0/
H A DREADME.EXT_SKEL29 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 DCODING_STANDARDS191 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.0/ext/pdo/tests/
H A Dbug_71447.phpt2 PDO Common: Bug #71447 (Quotes inside comments not properly handled)
/PHP-7.0/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

Completed in 31 milliseconds

123