Home
last modified time | relevance | path

Searched refs:end (Results 526 – 550 of 631) sorted by relevance

1...<<212223242526

/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_variation12.phpt71 } //end of mode loop
72 } // end of foreach
H A Dfputcsv_variation5.phpt70 } //end of mode loop
71 } // end of foreach
H A Dfputcsv_variation6.phpt73 } //end of mode loop
74 } // end of foreach
H A Dfputcsv_variation7.phpt73 } //end of mode loop
74 } // end of foreach
H A Dftruncate_variation5-win32.phpt68 }//end of inner for loop
70 }//end of outer foreach loop
H A Dftruncate_variation5.phpt68 }//end of inner for loop
70 }//end of outer foreach loop
H A Dfputcsv_variation8.phpt73 } //end of mode loop
74 } // end of foreach
H A Dftruncate_variation3-win32.phpt67 }//end of inner for loop
68 }//end of outer foreach loop
H A Dftruncate_variation3.phpt67 }//end of inner for loop
68 }//end of outer foreach loop
H A Dfgetcsv_variation16.phpt82 } //end of mode loop
83 } // end of foreach
H A Dfgetcsv_variation15.phpt78 } //end of mode loop
79 } // end of foreach
H A Dparse_ini_file.phpt197 ; end of ini file
H A Duserstreams.phpt192 /* end up at BOF so that randomly generated seek offsets
H A Dftruncate_variation6-win32.phpt73 }//end of inner for loop
74 }//end of outer foreach loop
/PHP-5.5/Zend/
H A Dzend_compile.c3329 while (op < end) { in zend_get_function_declaration()
7212 while (end >= path && IS_SLASH_P(end)) { in zend_dirname()
7213 end--; in zend_dirname()
7215 if (end < path) { in zend_dirname()
7223 while (end >= path && !IS_SLASH_P(end)) { in zend_dirname()
7224 end--; in zend_dirname()
7226 if (end < path) { in zend_dirname()
7245 while (end >= path && IS_SLASH_P(end)) { in zend_dirname()
7246 end--; in zend_dirname()
7248 if (end < path) { in zend_dirname()
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog463 text from the end to the start.
1128 characters at the end of the subject.
1209 ovector size, it uses memory at the end of the block that it has got.
1407 not work when the shorter character appeared right at the end of the
2030 the end, a newline was missing in the output.
2116 The checks now trigger 100 bytes before the end of the workspace.
2592 exec() might read past the end of the data buffer in UTF-8 mode.
2998 when the subject happened to end in the byte 0x85 (e.g. if the last
4341 to set GCC=yes if CC=icc. This seems to end up at a point in the
4843 reading past the end of the pattern in cases such as /[abcd/.
[all …]
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt28 for iPlanet/Sun Webserver 6.0 and above however at the end of the
/PHP-5.5/ext/imap/
H A Dconfig.m4223 dnl Test the build in the end
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c235 char *end = start; in calculate_unit_length() local
238 while ((*++end & 0xC0) == 0x80); in calculate_unit_length()
239 unit_len = end - start; in calculate_unit_length()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt195 ; end of ini file
/PHP-5.5/ext/standard/
H A Dfilestat.c1197 …realpath_cache_bucket **buckets = realpath_cache_get_buckets(TSRMLS_C), **end = buckets + realpath… in PHP_FUNCTION() local
1204 while(buckets < end) { in PHP_FUNCTION()
/PHP-5.5/ext/spl/
H A Dphp_spl.c268 char *end = ptr + class_file_len; in spl_autoload() local
270 while ((ptr = memchr(ptr, '\\', (end - ptr))) != NULL) { in spl_autoload()
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c1410 goto end; in virtual_realpath()
1423 goto end; in virtual_realpath()
1440 end: in virtual_realpath()
/PHP-5.5/ext/readline/
H A Dreadline_cli.c580 static char **cli_code_completion(const char *text, int start, int end) /* {{{ */ in cli_code_completion() argument
/PHP-5.5/
H A DREADME.namespaces55 the point of definition down to the end of file. It is recommended however to

Completed in 96 milliseconds

1...<<212223242526