Home
last modified time | relevance | path

Searched refs:end (Results 176 – 200 of 572) sorted by relevance

12345678910>>...23

/PHP-5.3/ext/session/tests/
H A Dsession_write_close_variation1.phpt12 * Description : Write session data and end session
H A Dsession_commit_basic.phpt12 * Description : Write session data and end session
H A Dsession_write_close_basic.phpt12 * Description : Write session data and end session
H A Dsession_commit_variation2.phpt12 * Description : Write session data and end session
/PHP-5.3/ext/gd/tests/
H A Dimagefilledarc_variation1.phpt2 Testing passing negative end angle to imagefilledarc() of GD library
/PHP-5.3/ext/standard/tests/strings/
H A Dbug46578.phpt2 Bug #46578 (strip_tags() does not honor end-of-comment when it encounters a single quote)
H A Dstrtoupper.phpt15 // of locales transparent for the end user.
/PHP-5.3/ext/oci8/tests/
H A Derror2.phpt16 $s = oci_parse($c, "create or replace procedure myproc as begin bogus end;");
H A Dbind_empty.phpt70 $s = oci_parse($c, "begin :bv := null; end; ");
79 $s = oci_parse($c, "begin :bv := null; end; ");
/PHP-5.3/ext/spl/tests/
H A DSplFileObject_fflush_basic_001.phpt29 //end creating stream
/PHP-5.3/ext/ftp/tests/
H A D001.phpt30 string(15) "214 end of list"
H A D002.phpt32 string(15) "214 end of list"
/PHP-5.3/ext/ereg/regex/
H A Dmain.ih19 /* ========= end header generated by ./mkh ========= */
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)
131 p->end = p->next + len;
846 register unsigned char *oldend = p->end;
851 p->end = bracket+2;
858 p->end = oldend;
892 register unsigned char *oldend = p->end;
896 p->end = bracket+3;
904 p->end = oldend;
[all …]
/PHP-5.3/ext/standard/tests/file/
H A D007_variation10.phpt35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
37 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
H A D007_variation18.phpt35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
37 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
H A D007_variation2.phpt35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
37 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
H A Dfwrite_variation1-win32.phpt15 written or the end of string reached, whichever comes first.
62 // move the file pointer to end of the file and try fwrite()
76 } // end of inner foreach loop
77 } // end of outer foreach loop
H A Dfwrite_variation1.phpt15 written or the end of string reached, whichever comes first.
61 // move the file pointer to end of the file and try fwrite()
74 } // end of inner foreach loop
75 } // end of outer foreach loop
/PHP-5.3/Zend/
H A Dzend_ini_scanner.l267 char *end; in zend_ini_escape_string() local
273 end = s + Z_STRLEN_P(lval); in zend_ini_escape_string()
275 while (s < end) { in zend_ini_escape_string()
278 if (s >= end) { in zend_ini_escape_string()
H A Dzend_operators.h227 zend_memnstr(char *haystack, char *needle, int needle_len, char *end) in zend_memnstr() argument
233 return (char *)memchr(p, *needle, (end-p)); in zend_memnstr()
236 if (needle_len > end-haystack) { in zend_memnstr()
240 end -= needle_len; in zend_memnstr()
242 while (p <= end) { in zend_memnstr()
243 if ((p = (char *)memchr(p, *needle, (end-p+1))) && ne == p[needle_len-1]) { in zend_memnstr()
/PHP-5.3/ext/standard/tests/array/
H A Dcurrent_basic.phpt20 end($array);
H A Dprev_error2.phpt16 end($array);
/PHP-5.3/tests/classes/
H A Dctor_dtor.phpt30 //unset($t); delay to end of script
/PHP-5.3/ext/standard/
H A Dfilters.c1919 char *end = p + len; in php_dechunk() local
1923 while (p < end) { in php_dechunk()
1928 while (p < end) { in php_dechunk()
1947 } else if (p == end) { in php_dechunk()
1955 if (p == end) { in php_dechunk()
1961 if (p == end) { in php_dechunk()
1989 if (p == end) { in php_dechunk()
1999 out_len += end - p; in php_dechunk()
2005 if (p == end) { in php_dechunk()
2021 p = end; in php_dechunk()
[all …]

Completed in 48 milliseconds

12345678910>>...23