Searched refs:comments (Results 1 – 25 of 46) sorted by relevance
12
/PHP-5.3/ext/tokenizer/tests/ |
H A D | token_get_all_variation9.phpt | 2 Test token_get_all() function : usage variations - with different types of comments 11 * Passing 'source' argument with different style of comments 17 echo "*** Testing token_get_all() : 'source' string with different comments ***\n"; 19 // types of comments: '//', '/* */', '#' & /** */ 45 *** Testing token_get_all() : 'source' string with different comments ***
|
/PHP-5.3/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-5.3/tests/lang/ |
H A D | comments2.phpt | 2 #-style comments (part 2)
|
H A D | comments.phpt | 2 #-style comments
|
/PHP-5.3/ext/date/tests/ |
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-5.3/ext/bcmath/libbcmath/ |
H A D | INSTALL | 9 Bugs and comments to philnelson@acm.org.
|
/PHP-5.3/Zend/tests/ |
H A D | bug42767.phpt | 2 Bug #42767 (highlight_string() truncates trailing comments)
|
/PHP-5.3/ext/xmlwriter/tests/ |
H A D | 005.phpt | 2 XMLWriter: libxml2 XML Writer, comments
|
H A D | OO_005.phpt | 2 XMLWriter: libxml2 XML Writer, comments
|
/PHP-5.3/sapi/cli/tests/ |
H A D | 007.phpt | 2 strip comments and whitespace with -w
|
/PHP-5.3/ext/date/lib/ |
H A D | parse_tz.c | 210 tz->location.comments = malloc(comments_len + 1); in read_location() 211 memcpy(tz->location.comments, *tzf, comments_len); in read_location() 212 tz->location.comments[comments_len] = '\0'; in read_location() 222 printf("Comments:\n%s\n", tz->location.comments); in timelib_dump_tzinfo()
|
H A D | timelib_structs.h | 101 char *comments; member
|
H A D | timelib.c | 149 TIMELIB_TIME_FREE(tz->location.comments); in timelib_tzinfo_dtor()
|
/PHP-5.3/sapi/cgi/tests/ |
H A D | 003.phpt | 2 strip comments and whitespace with -w
|
/PHP-5.3/ |
H A D | README.EXT_SKEL | 29 compiled in PHP. Just remove 3 comments in your_module_name/config.m4, 65 If present it will be filled into the 'proto' header comments in the stubs 80 The file must contain nothing else but function definitions, no comments or 87 By default, ext_skel creates both comments in the source code and a test
|
H A D | CODING_STANDARDS | 169 1. Never use C++ style comments (i.e. // comment). Always use C-style 170 comments instead. PHP is written in C, and is aimed at compiling 172 accept C++-style comments in C code, you have to ensure that your 176 is known to accept C++-style comments in C code. 203 that definitions, comments, and control structures line up correctly. 262 Ongoing status notes which may not be appropriate for SVN comments.
|
H A D | README.SUBMITTING_PATCH | 147 - Add in-line comments and/or have external documentation ready. 148 Use only "/* */" style comments, not "//".
|
H A D | README.PHP4-TO-PHP5-THIN-CHANGES | 46 However the PHPDoc style comments /** */ ,which starting PHP 5 are parsed
|
/PHP-5.3/ext/ereg/regex/ |
H A D | README | 9 Read the comments at the beginning of Makefile before running.
|
/PHP-5.3/ext/xml/tests/ |
H A D | bug26614.phpt | 34 // Case 2: replace some characters so that we get comments instead
|
H A D | bug26614_libxml.phpt | 34 // Case 2: replace some characters so that we get comments instead
|
/PHP-5.3/ext/standard/tests/general_functions/ |
H A D | parse_ini_basic.data | 33 [comments]
|
H A D | parse_ini_basic.phpt | 81 ["comments"]=>
|
H A D | parse_ini_file.phpt | 108 /* #44575, comments starting with '#' */
|
Completed in 39 milliseconds
12