Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-5.5/ext/date/tests/
H A Dbug53437.phpt51 ["end"]=>
110 ["end"]=>
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c172 char *end; member
247 p->end = p->pos + seg_size; in fcgi_hash_strndup()
695 char *cur, *end; in fcgi_listen() local
710 end = strchr(cur, ','); in fcgi_listen()
711 if (end) { in fcgi_listen()
712 *end = 0; in fcgi_listen()
713 end++; in fcgi_listen()
720 cur = end; in fcgi_listen()
854 while (p < end) { in fcgi_get_params()
857 if (UNEXPECTED(p + 3 >= end)) return 0; in fcgi_get_params()
[all …]
/PHP-5.5/ext/sysvshm/
H A Dphp_sysvshm.h50 long end; member
/PHP-5.5/Zend/tests/
H A Dtry_catch_finally_004.phpt25 var_dump("end");
/PHP-5.5/ext/standard/tests/strings/
H A Dbug36148.phpt2 Bug #36148 (unpack("H*hex", $data) is adding an extra character to the end of the string)
H A Dbug46578.phpt2 Bug #46578 (strip_tags() does not honor end-of-comment when it encounters a single quote)
/PHP-5.5/ext/standard/tests/array/
H A Darray_splice_basic.phpt23 echo "test substitution at end \n";
72 test substitution at end
/PHP-5.5/ext/standard/
H A Dphp_fopen_wrapper.c262 *end; in php_stream_url_wrap_php() local
281 fildes_ori = strtol(start, &end, 10); in php_stream_url_wrap_php()
282 if (end == start || *end != '\0') { in php_stream_url_wrap_php()
/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_variation4.phpt57 var_dump( fseek($file_handle,0,SEEK_END) ); // now file pointer at end
58 var_dump( ftell($file_handle) ); //ensure file pointer at end
63 // now file is at the end try reading with length and allowable tags,expecting false
72 } // end of for - mode_counter
/PHP-5.5/ext/session/tests/
H A Dsession_write_close_variation3.phpt14 * Description : Write session data and end session
H A Dsession_commit_variation3.phpt14 * Description : Write session data and end session
H A Dsession_commit_variation1.phpt12 * Description : Write session data and end session
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
/PHP-5.5/Zend/
H A Dzend_language_scanner.l882 char *end; in zend_scan_escape_string() local
889 while (s<end) { in zend_scan_escape_string()
892 if (s >= end) { in zend_scan_escape_string()
2042 while (s<end) {
2154 if (*end == ';') {
2155 end++;
2158 if (*end == '\n' || *end == '\r') {
2324 end++;
2327 if (*end == '\n' || *end == '\r') {
2398 end++;
[all …]
H A Dzend_hash.h317 const char *end = key + length - 1; \ in END_EXTERN_C()
319 if ((*end != '\0') /* not a null terminated string */ \ in END_EXTERN_C()
321 || (end - tmp > MAX_LENGTH_OF_LONG - 1) /* number too long */ \ in END_EXTERN_C()
323 end - tmp == MAX_LENGTH_OF_LONG - 1 && \ in END_EXTERN_C()
328 while (++tmp != end && *tmp >= '0' && *tmp <= '9') { \ in END_EXTERN_C()
331 if (tmp == end) { \ in END_EXTERN_C()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dgrepoutput4 Check up on PATTERN near the end.
13 610:Check up on PATTERN near the end.
22 ./testdata/grepinput:610:Check up on PATTERN near the end.
31 610:Check up on PATTERN near the end.
109 features should be added at the end, because some of the tests involve the
330 ./testdata/grepinput:610:Check up on PATTERN near the end.
352 ./testdata/grepinput:610:Check up on PATTERN near the end.
495 Check up on PATTERN near the end.
500 Check up on PATTERN near the end.
505 Check up on PATTERN near the end.
[all …]
/PHP-5.5/ext/gd/tests/
H A Dimagearc_variation1.phpt2 Testing passing negative end angle to imagearc() of GD library
H A Dimagefilledarc_variation1.phpt2 Testing passing negative end angle to imagefilledarc() of GD library
/PHP-5.5/ext/readline/tests/
H A Dlibedit_info_001.phpt27 ["end"]=>
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_ftruncate_error_001.phpt21 //end creating stream
H A DSplFileObject_fflush_basic_001.phpt29 //end creating stream
/PHP-5.5/ext/oci8/tests/
H A Dbug36010.phpt15 $sql = "begin :p_clob := 'lob string'; end;";
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c10817 onigenc_unicode_property_name_to_ctype(OnigEncoding enc, UChar* name, UChar* end) in onigenc_unicode_property_name_to_ctype() argument
10827 while (p < end) { in onigenc_unicode_property_name_to_ctype()
10828 code = ONIGENC_MBC_TO_CODE(enc, p, end); in onigenc_unicode_property_name_to_ctype()
10962 OnigCaseFoldType flag ARG_UNUSED, const UChar** pp, const UChar* end, argument
10972 code = ONIGENC_MBC_TO_CODE(enc, p, end);
11157 OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, argument
11169 code = ONIGENC_MBC_TO_CODE(enc, p, end);
11307 if (p < end) {
11311 code = ONIGENC_MBC_TO_CODE(enc, p, end);
11331 if (p < end) {
[all …]

Completed in 132 milliseconds

12345678910>>...26