Home
last modified time | relevance | path

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

123

/PHP-5.5/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-5.5/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-5.5/tests/lang/
H A Dcomments2.phpt2 #-style comments (part 2)
H A Dcomments.phpt2 #-style comments
/PHP-5.5/ext/opcache/tests/
H A Dopcache-1.blacklist1 ; comments are allowed in blacklist file
H A Dblacklist.phpt2 Blacklist (with glob, quote and comments)
H A Dblacklist-win32.phpt2 Blacklist (with glob, quote and comments)
/PHP-5.5/ext/date/tests/
H A Dbug35218.phpt2 Bug #35218 (strtotime no longer ignores timezone comments like "(PST)")
H A Dtimezone_location_get.phpt21 ["comments"]=>
/PHP-5.5/ext/bcmath/libbcmath/
H A DINSTALL9 Bugs and comments to philnelson@acm.org.
/PHP-5.5/Zend/tests/
H A Dbug42767.phpt2 Bug #42767 (highlight_string() truncates trailing comments)
/PHP-5.5/ext/xmlwriter/tests/
H A D005.phpt2 XMLWriter: libxml2 XML Writer, comments
H A DOO_005.phpt2 XMLWriter: libxml2 XML Writer, comments
/PHP-5.5/sapi/cli/tests/
H A D007.phpt2 strip comments and whitespace with -w
/PHP-5.5/sapi/cgi/tests/
H A D003.phpt2 strip comments and whitespace with -w
/PHP-5.5/ext/date/lib/
H A Dparse_tz.c250 tz->location.comments = malloc(comments_len + 1); in read_location()
251 memcpy(tz->location.comments, *tzf, comments_len); in read_location()
252 tz->location.comments[comments_len] = '\0'; in read_location()
262 printf("Comments:\n%s\n", tz->location.comments); in timelib_dump_tzinfo()
H A Dtimelib_structs.h101 char *comments; member
/PHP-5.5/
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_STANDARDS189 1. Never use C++ style comments (i.e. // comment). Always use C-style
190 comments instead. PHP is written in C, and is aimed at compiling
192 accept C++-style comments in C code, you have to ensure that your
196 is known to accept C++-style comments in C code.
223 that definitions, comments, and control structures line up correctly.
282 Ongoing status notes which may not be appropriate for SVN comments.
/PHP-5.5/ext/ereg/regex/
H A DREADME9 Read the comments at the beginning of Makefile before running.
/PHP-5.5/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-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data33 [comments]
H A Dparse_ini_basic.phpt81 ["comments"]=>
/PHP-5.5/ext/opcache/
H A DREADME126 If disabled, all PHPDoc comments are dropped from the code to reduce the
131 If disabled, PHPDoc comments are not loaded from SHM, so "Doc Comments"
169 that start with 'x'). Line starting with a ; are ignored (comments).

Completed in 27 milliseconds

123