Home
last modified time | relevance | path

Searched refs:end (Results 551 – 575 of 631) sorted by relevance

1...<<212223242526

/PHP-5.5/ext/standard/tests/file/
H A Dftruncate_variation6.phpt73 }//end of inner for loop
74 }//end of outer foreach loop
H A Dfgets_variation6-win32.phpt45 // seek to end of the file and try fgets()
H A Dfgets_variation6.phpt45 // seek to end of the file and try fgets()
H A Dfgetcsv_variation8.phpt91 } //end of mode loop
92 } // end of foreach
H A Dfgetcsv_variation9.phpt89 } //end of mode loop
90 } // end of foreach
H A Dfgetss_variation2.phpt68 } // end of for - mode_counter
H A Dfgetcsv_variation17.phpt88 } //end of mode loop
89 } // end of foreach
H A Dfgetcsv_variation24.phpt88 } //end of mode loop
89 } // end of foreach
H A Dfgetcsv_variation7.phpt85 } //end of mode loop
86 } // end of foreach
H A Dfgetcsv_variation1.phpt85 } //end of mode loop
86 } // end of foreach
H A Dfgetcsv_variation19.phpt84 } //end of mode loop
85 } // end of foreach
H A Dfgetcsv_variation2.phpt86 } //end of mode loop
87 } // end of foreach
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c186 goto end;
267 end:
/PHP-5.5/ext/soap/
H A Dphp_schema.c500 char *str, *start, *end, *next; in schema_union() local
508 end = strchr(start,' '); in schema_union()
509 if (end == NULL) { in schema_union()
512 *end = '\0'; in schema_union()
513 next = end+1; in schema_union()
/PHP-5.5/Zend/
H A DZEND_CHANGES493 When the catch block finishes execution continues at the end of
1066 result sets weren't destroyed until the end of the script's
1103 Use ob_start() to begin output buffering, ob_end_flush() to end
1105 end buffering without sending the buffered contents, and
H A Dzend_execute_API.c1246 zend_op *opline, *end; in execute_new_code() local
1268 end=CG(active_op_array)->opcodes+CG(active_op_array)->last; in execute_new_code()
1270 while (opline<end) { in execute_new_code()
H A Dzend_ini_scanner.c269 char *end; in zend_ini_escape_string() local
275 end = s + Z_STRLEN_P(lval); in zend_ini_escape_string()
277 while (s < end) { in zend_ini_escape_string()
280 if (s >= end) { in zend_ini_escape_string()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1743 const char *vpath = client->request.vpath, *end = vpath + client->request.vpath_len, *p = end; in php_cli_server_client_read_request_on_message_complete() local
1744 client->request.ext = end; in php_cli_server_client_read_request_on_message_complete()
1751 client->request.ext_len = end - p; in php_cli_server_client_read_request_on_message_complete()
/PHP-5.5/ext/ereg/regex/
H A Dtests32 # For REG_STARTEND, the start/end offsets are those of the substring
54 # end gagging (in a just world, those *should* give EPAREN)
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME63 pcreposix man page). These end up in the library called libpcreposix. Note that
91 If you install PCRE in the normal way on a Unix-like system, you will end up
256 end of a line. Whatever you specify at build time is the default; the caller
264 the standard tests will fail, because the lines in the test files end with
272 be the end of a line (see above). However, the caller of PCRE can restrict \R
704 end), or a number preceded by ~ to exclude a test. For example:
/PHP-5.5/ext/phar/
H A Dtar.c90 char *end = buf + len; in phar_tar_checksum() local
92 while (buf != end) { in phar_tar_checksum()
/PHP-5.5/ext/date/lib/
H A Dparse_date.c446 char *begin, *end, *str; in timelib_get_nr_ex() local
461 end = *ptr; in timelib_get_nr_ex()
489 char *begin, *end, *str; in timelib_get_frac_nr() local
504 end = *ptr; in timelib_get_frac_nr()
539 char *begin = *ptr, *end; in timelib_lookup_relative_text() local
546 end = *ptr; in timelib_lookup_relative_text()
572 char *begin = *ptr, *end; in timelib_lookup_month() local
579 end = *ptr; in timelib_lookup_month()
619 char *begin = *ptr, *end; in timelib_lookup_relunit() local
626 end = *ptr; in timelib_lookup_relunit()
[all …]
/PHP-5.5/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc51 * @var string Data written at the end of the ZIP file
/PHP-5.5/ext/opcache/
H A DREADME206 Preferred Shared Memory back-end. Leave empty and let the system decide.
/PHP-5.5/
H A DREADME.SUBMITTING_PATCH190 patch affects end users, a brief description and your name might be

Completed in 123 milliseconds

1...<<212223242526