Home
last modified time | relevance | path

Searched refs:end (Results 101 – 125 of 631) sorted by relevance

12345678910>>...26

/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.c96 struct timelib_time *end; member
135 char *begin, *end, *str; in timelib_get_nr() local
150 end = *ptr; in timelib_get_nr()
890 current = s->end; in scan()
1064 in.end->y = TIMELIB_UNSET; in timelib_strtointerval()
1065 in.end->d = TIMELIB_UNSET; in timelib_strtointerval()
1070 in.end->f = 0; in timelib_strtointerval()
1071 in.end->z = 0; in timelib_strtointerval()
1072 in.end->dst = 0; in timelib_strtointerval()
1073 in.end->is_localtime = 0; in timelib_strtointerval()
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split.phpt8 echo chunk_split("test", 10, "|end") . "\n";
32 test|end
H A Dchop_basic.phpt6 * Description: Strip whitespace (or other characters) from the end of a string
26 // Calling chop() with the charlist not present at the end of input string
/PHP-5.5/Zend/tests/
H A Dbug43450.phpt27 $end = memory_get_peak_usage() / 1024;
29 if ($start < $end) {
H A Dcatch_finally_003.phpt19 return "end";
30 return ($c = "end");
/PHP-5.5/ext/zlib/tests/
H A Dgzseek_variation7.phpt19 //seek to the end which is not sensible of course.
20 echo "move to the end of the file\n";
38 move to the end of the file
H A Dgzseek_variation6.phpt18 echo "move to the end\n";
32 move to the end
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt28 fwrite($sockets[0], b", line end");
41 fwrite($sockets[0], b"end of file");
59 string(22) "line start, line end, "
66 string(11) "end of file"
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregtrav.c45 r = (*callback_func)(node->group, node->beg, node->end, in capture_tree_traverse()
57 r = (*callback_func)(node->group, node->beg, node->end, in capture_tree_traverse()
H A Dregerror.c195 static int to_ascii(OnigEncoding enc, UChar *s, UChar *end, in to_ascii() argument
205 while (p < end) { in to_ascii()
206 code = ONIGENC_MBC_TO_CODE(enc, p, end); in to_ascii()
232 *is_over = ((p < end) ? 1 : 0); in to_ascii()
235 len = MIN((end - s), buf_size); in to_ascii()
237 *is_over = ((buf_size < (end - s)) ? 1 : 0); in to_ascii()
H A Dregparse.h99 #define NSTRING_LEN(node) ((node)->u.str.end - (node)->u.str.s)
163 UChar* end; member
325 extern void onig_strcpy P_((UChar* dest, const UChar* src, const UChar* end));
327 extern int onig_scan_unsigned_number P_((UChar** src, const UChar* end, OnigEncoding enc));
330 extern int onig_node_str_cat P_((Node* node, const UChar* s, const UChar* end));
331 extern int onig_node_str_set P_((Node* node, const UChar* s, const UChar* end));
335 extern Node* onig_node_new_str P_((const UChar* s, const UChar* end));
342 extern int onig_parse_make_tree P_((Node** root, const UChar* pattern, const UChar* end, regex_t…
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_1.phpt39 echo "end ------------ array_uintersect() ---------------------------\n";
47 echo "end ------------ array_uintersect_assoc() ---------------------\n";
55 echo "end ------------ array_uintersect_uassoc() with ordinary func -\n";
63 echo "end ------------ array_uintersect_uassoc() with method --------\n";
145 end ------------ array_uintersect() ---------------------------
218 end ------------ array_uintersect_assoc() ---------------------
291 end ------------ array_uintersect_uassoc() with ordinary func -
364 end ------------ array_uintersect_uassoc() with method --------
H A Darray_change_key_case_errors.phpt14 echo "end\n";
28 end
/PHP-5.5/ext/oci8/tests/
H A Dbug42841.phpt24 end bug42841_proc;",
29 end bug43449_pkg;",
37 end;
38 end bug43449_pkg;"
95 $stmt = oci_parse($c, 'begin :cur := bug43449_pkg.testcursor; end;');
/PHP-5.5/ext/standard/tests/file/
H A Dfseek_variation3.phpt30 echo "--- fseek beyond end of file ---\n";
32 fwrite($h, b"end");
51 --- fseek beyond end of file ---
/PHP-5.5/ext/sysvshm/
H A Dsysvshm.c191 chunk_ptr->end = chunk_ptr->start; in PHP_FUNCTION()
193 chunk_ptr->free = shm_size-chunk_ptr->end; in PHP_FUNCTION()
375 shm_var = (sysvshm_chunk *) ((char *) ptr + ptr->end); in php_put_shm_data()
380 ptr->end += total_size; in php_put_shm_data()
396 if (pos >= ptr->end) { in php_check_shm_data()
423 memcpy_len = ptr->end-shm_varpos - chunk_ptr->next; in php_remove_shm_data()
425 ptr->end -= chunk_ptr->next; in php_remove_shm_data()
/PHP-5.5/ext/interbase/tests/
H A D008.phpt44 echo "end of test\n";
48 end of test
/PHP-5.5/ext/intl/tests/
H A Dini_use_exceptions_basic.phpt18 string(130) "transliterator_transliterate: Neither "start" nor the "end" arguments can exceed the n…
20 Notice: Transliterator::transliterate(): transliterator_transliterate: Neither "start" nor the "end
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_load_error5.phpt4 This test verifies the method detects extra content at the end of the document
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_loadXML_error5.phpt4 This test verifies the method detects extra content at the end of the document
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
/PHP-5.5/ext/pcre/tests/
H A Dpreg_match_all_edit_basic.phpt13 …PATTERN_ORDER, -10)); //finds any digit that's not 4 10 digits from the end(1 match)
19 …TERN_ORDER)); //finds ".\ [...]" and everything else to the end of the string. (gre…
22 …l('/\d{2}$/', $string, $match4)); //tries to find 2 digits at the end of a string (0 matc…
H A Dpreg_match_all_basic.phpt10 …T_CAPTURE|PREG_PATTERN_ORDER, -10)); //finds any digit that's not 4 10 digits from the end(1 match)
14 …atch3, PREG_PATTERN_ORDER)); //finds ".\ [...]" and everything else to the end of the string. (gre…
16 var_dump(preg_match_all('/\d{2}$/', $string, $match4)); //tries to find 2 digits at the end of a st…
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.c95 char regexp[12*1024], *p, *end, *c, *backtrack = NULL; in zend_accel_blacklist_update_regexp() local
107 end = regexp + sizeof(regexp) - sizeof("[^\\\\]*)\0"); in zend_accel_blacklist_update_regexp()
111 if (p + blacklist->entries[i].path_length < end) { in zend_accel_blacklist_update_regexp()
112 while (*c && p < end) { in zend_accel_blacklist_update_regexp()
213 zend_blacklist_entry *p = blacklist->entries, *end = blacklist->entries + blacklist->pos; in zend_accel_blacklist_shutdown() local
215 while (p<end) { in zend_accel_blacklist_shutdown()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_auth.c64 goto end; in mysqlnd_auth_handshake()
71 goto end; in mysqlnd_auth_handshake()
80 goto end; in mysqlnd_auth_handshake()
107 goto end; in mysqlnd_auth_handshake()
139 goto end; in mysqlnd_auth_handshake()
144 end: in mysqlnd_auth_handshake()
185 goto end; in mysqlnd_auth_change_user()
192 goto end; in mysqlnd_auth_change_user()
201 goto end; in mysqlnd_auth_change_user()
208 goto end; in mysqlnd_auth_change_user()
[all …]
/PHP-5.5/ext/phar/tests/zip/
H A Dcorrupt_001.phpt21 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…
22 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…

Completed in 74 milliseconds

12345678910>>...26