Home
last modified time | relevance | path

Searched refs:end (Results 251 – 275 of 687) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-5.6/ext/standard/tests/array/
H A Dprev_error2.phpt16 end($array);
H A Darray_push_error2.phpt6 * Description: Pushes elements onto the end of the array
/PHP-5.6/ext/ereg/regex/
H A Dregcomp.c23 unsigned char *end; /* end of string (-> NUL normally) */ member
45 #define MORE() (p->next < p->end)
46 #define MORE2() (p->next+1 < p->end)
139 p->end = p->next + len;
854 register unsigned char *oldend = p->end;
859 p->end = bracket+2;
866 p->end = oldend;
900 register unsigned char *oldend = p->end;
904 p->end = bracket+3;
912 p->end = oldend;
[all …]
/PHP-5.6/ext/session/tests/
H A Dsession_commit_variation2.phpt12 * Description : Write session data and end session
H A Dsession_write_close_variation2.phpt12 * Description : Write session data and end session
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.6/ext/standard/tests/file/
H A D007_variation8.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 Dfgetss_variation5.phpt59 var_dump( fseek($file_handle,0,SEEK_END) ); // now file pointer at end
60 var_dump( ftell($file_handle) ); //ensure file pointer at end
65 // now file is at the end try reading with length and allowable tags,expecting false
76 } // end of for - mode_counter
H A Dfgetss_variation5-win32.phpt62 var_dump( fseek($file_handle,0,SEEK_END) ); // now file pointer at end
63 var_dump( ftell($file_handle) ); //ensure file pointer at end
68 // now file is at the end try reading with length and allowable tags,expecting false
79 } // end of for - mode_counter
/PHP-5.6/ext/oci8/tests/
H A Dimp_res_get_2.phpt48 end;"
57 $s = oci_parse($c, "begin imp_res_get_2_proc(); end;");
H A Derror3.phpt29 end;");
H A Dbug32325.phpt27 end;";
/PHP-5.6/ext/opcache/Optimizer/
H A Dpass2.c9 zend_op *end = op_array->opcodes + op_array->last; variable
12 while (opline < end) {
/PHP-5.6/Zend/
H A Dzend_ini_scanner.l314 char *end; in zend_ini_escape_string() local
320 end = s + Z_STRLEN_P(lval); in zend_ini_escape_string()
322 while (s < end) { in zend_ini_escape_string()
325 if (s >= end) { in zend_ini_escape_string()
/PHP-5.6/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.6/sapi/phpdbg/
H A Dphpdbg_btree.h46 zend_ulong end; member
/PHP-5.6/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.6/ext/spl/tests/
H A Ddllist_013.phpt19 // Insert at the beginning and end of the DLL
/PHP-5.6/ext/standard/tests/mail/
H A Dbug51604.phpt2 Bug #51604 (newline in end of header is shown in start of message)
/PHP-5.6/ext/ftp/
H A Dftp.c388 char *syst, *end; in ftp_syst() local
408 if ((end = strchr(syst, ' '))) { in ftp_syst()
409 *end = 0; in ftp_syst()
412 if (end) { in ftp_syst()
413 *end = ' '; in ftp_syst()
424 char *pwd, *end; in ftp_pwd() local
444 if ((end = strrchr(++pwd, '"')) == NULL) { in ftp_pwd()
447 ftp->pwd = estrndup(pwd, end - pwd); in ftp_pwd()
546 char *mkd, *end; in ftp_mkdir() local
565 *end = 0; in ftp_mkdir()
[all …]
/PHP-5.6/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.6/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.6/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

Completed in 92 milliseconds

1...<<11121314151617181920>>...28