Home
last modified time | relevance | path

Searched refs:end (Results 226 – 250 of 631) sorted by relevance

12345678910>>...26

/PHP-5.5/ext/opcache/
H A Dzend_persist_calc.c145 zend_literal *end = p + op_array->last_literal; local
147 while (p < end) {
157 zend_op *end = op_array->opcodes + op_array->last; local
160 while (opline<end) {
/PHP-5.5/ext/ereg/
H A Dereg.c300 off_t start, end; in php_ereg() local
362 end = subs[i].rm_eo; in php_ereg()
363 if (start != -1 && end > 0 && start < string_len && end < string_len && start < end) { in php_ereg()
364 add_index_stringl(*array, i, string+start, end-start, 1); in php_ereg()
/PHP-5.5/ext/spl/tests/
H A Ddllist_013.phpt19 // Insert at the beginning and end of the DLL
/PHP-5.5/ext/standard/tests/mail/
H A Dbug51604.phpt2 Bug #51604 (newline in end of header is shown in start of message)
/PHP-5.5/ext/session/tests/
H A Dsession_commit_variation4.phpt14 * Description : Write session data and end session
H A Dsession_write_close_variation4.phpt14 * Description : Write session data and end session
/PHP-5.5/ext/oci8/tests/
H A Dbug32325.phpt27 end;";
H A Derror3.phpt29 end;");
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation7.phpt2 Test function gzopen() by calling it twice on the same file and not closing one of them at the end
/PHP-5.5/ext/ftp/
H A Dftp.c385 char *syst, *end; in ftp_syst() local
405 if ((end = strchr(syst, ' '))) { in ftp_syst()
406 *end = 0; in ftp_syst()
409 if (end) { in ftp_syst()
410 *end = ' '; in ftp_syst()
421 char *pwd, *end; in ftp_pwd() local
441 if ((end = strrchr(++pwd, '"')) == NULL) { in ftp_pwd()
444 ftp->pwd = estrndup(pwd, end - pwd); in ftp_pwd()
543 char *mkd, *end; in ftp_mkdir() local
562 *end = 0; in ftp_mkdir()
[all …]
/PHP-5.5/ext/standard/
H A Dfilters.c1958 char *end = p + len; in php_dechunk() local
1962 while (p < end) { in php_dechunk()
1967 while (p < end) { in php_dechunk()
1986 } else if (p == end) { in php_dechunk()
1994 if (p == end) { in php_dechunk()
2000 if (p == end) { in php_dechunk()
2028 if (p == end) { in php_dechunk()
2038 out_len += end - p; in php_dechunk()
2044 if (p == end) { in php_dechunk()
2060 p = end; in php_dechunk()
[all …]
/PHP-5.5/ext/date/tests/
H A DDateTime_fix_createFromFormat.phpt2 Test fix for DateTime when date have textual day with dot or other special char at end
/PHP-5.5/ext/spl/internal/
H A Dinfiniteiterator.inc19 * rewinding it when its end is reached.
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_FileInfo_basic.phpt14 //Get the line number at the end of the definition of class C
/PHP-5.5/ext/standard/tests/array/
H A Dcount_variation3.phpt12 * This will stop the script before it reaches the end.
H A Darray_push_error2.phpt6 * Description: Pushes elements onto the end of the array
H A Darray_push_variation5.phpt6 * Description: Pushes elements onto the end of the array
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_loadXML_error1.phpt26 Warning: DOMDocument::load%r(XML){0,1}%r(): Premature end of data in tag books %s
H A DDOMDocument_load_error1.phpt26 Warning: DOMDocument::load%r(XML){0,1}%r(): Premature end of data in tag books %s
/PHP-5.5/Zend/tests/
H A Dbug48409.phpt41 } // end func();
/PHP-5.5/ext/curl/tests/
H A Dbug45161.phpt24 $i = $start = $end = 100000.00;
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug45556.phpt32 …ll_method(): xml parse error: [line 1, column 1, message: Invalid document end] Unable to add intr…
/PHP-5.5/ext/standard/tests/file/
H A D007_variation16.phpt33 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
H A D007_variation24.phpt33 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
H A Dfwrite_variation2-win32.phpt15 written or the end of string reached, whichever comes first.
70 /* write at the end of the file */
85 } // end of inner foreach loop
86 } // end of outer foreach loop

Completed in 57 milliseconds

12345678910>>...26