Home
last modified time | relevance | path

Searched refs:end (Results 476 – 500 of 677) sorted by relevance

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

/PHP-7.4/ext/standard/tests/file/
H A Dfgetss_variation1-win32.phpt71 var_dump( feof($file_handle) ); // check if end of file pointer is set
78 } // end of for - mode_counter
H A Dfgetss_variation1.phpt67 var_dump( feof($file_handle) ); // check if end of file pointer is set
74 } // end of for - mode_counter
H A D007_variation11-win32-mb.phpt41 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
H A D007_variation11-win32.phpt41 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
H A D007_variation11.phpt41 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
H A D007_variation19.phpt36 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
H A D007_variation3.phpt36 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
H A Dfgetc_basic.phpt50 } // end of for
55 } // end of innerloop for
60 } // end of outerloop for
H A Dfgetc_variation3.phpt41 var_dump( feof($file_handle) ); // check if end of file pointer is set
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re309 unsigned char *end = *(unsigned char **)p+maxlen;
311 if (end < *p) {
317 if (*p >= end) {
660 * with unserialize reading past the end of the passed buffer if the string is not
702 /* Delay __unserialize() call until end of serialization. We use two slots here to
733 /* Delay __wakeup call until end of serialization */
1203 php_error_docref(NULL, E_NOTICE, "Unexpected end of serialized data");
/PHP-7.4/ext/snmp/tests/
H A Dsnmp2_walk.phpt98 …in packet at '%s': No more variables left in this MIB View (It is past the end of the MIB tree) in…
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stream_1.phpt36 end;");
/PHP-7.4/ext/date/tests/
H A Dbug73858.phpt24 Next we will try mix/match the code to see what happens, surprisingly it seems that the end date ($…
/PHP-7.4/ext/opcache/
H A DZendAccelerator.h237 zend_string *end; member
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c897 char* end, in walk_down_the_path() argument
1026 char* end, in walk_down_the_path_callback() argument
1030 char tmp = end[0]; in walk_down_the_path_callback()
1031 end[0] = 0; in walk_down_the_path_callback()
1033 end[0] = tmp; in walk_down_the_path_callback()
/PHP-7.4/ext/readline/
H A Dreadline.c547 static char **_readline_completion_cb(const char *text, int start, int end) in _readline_completion_cb() argument
554 _readline_long_zval(&params[2], end); in _readline_completion_cb()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4896 uint32_t classbits_end = (end <= 0xff ? end : 0xff); in add_to_class_internal()
4931 else if (od > end && oc <= end + 1) in add_to_class_internal()
4934 if (end > classbits_end) classbits_end = (end <= 0xff ? end : 0xff); in add_to_class_internal()
4956 end = MAX_NON_UTF_CHAR; in add_to_class_internal()
4972 if (end >= start) in add_to_class_internal()
4979 if (start < end) in add_to_class_internal()
4985 else if (start == end) in add_to_class_internal()
5000 if (start < end) in add_to_class_internal()
5004 *uchardata++ = end; in add_to_class_internal()
5006 else if (start == end) in add_to_class_internal()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_rand_variation4.phpt64 } // end of for loop
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt47 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_basic3.phpt38 // fflush and end the output buffering to internal output buffer
/PHP-7.4/ext/date/
H A Dphp_date.h177 timelib_time *end; member
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1313 const char *end; in mcopy() local
1336 end = last = RCAST(const char *, s) + bytecnt + offset; in mcopy()
1338 for (lines = linecnt, b = buf; lines && b < end && in mcopy()
1340 memchr(c = b, '\n', CAST(size_t, (end - b))))) in mcopy()
1342 memchr(c, '\r', CAST(size_t, (end - c)))))); in mcopy()
1344 if (b < end - 1 && b[0] == '\r' && b[1] == '\n') in mcopy()
1346 if (b < end - 1 && b[0] == '\n') in mcopy()
1351 last = end; in mcopy()
/PHP-7.4/ext/date/lib/
H A Dtm2unixtime.c36 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim… in do_range_limit() argument
42 if (*a >= end) { in do_range_limit()
/PHP-7.4/Zend/
H A Dzend_language_parser.y1337 const unsigned char *end, *str, *tok1 = NULL, *tok2 = NULL; variable
1352 end = memchr(str, '\n', LANG_SCNG(yy_leng));
1363 if (end == NULL) {
1366 len = (end - str) > 30 ? 30 : (end - str);
/PHP-7.4/ext/soap/
H A Dphp_encoding.c2268 char *value, *end; in to_xml_array() local
2273 if (end) { in to_xml_array()
2274 *end = '\0'; in to_xml_array()
2275 end++; in to_xml_array()
2451 char *type, *end, *ns; in to_zval_array() local
2457 end = strrchr(type,'['); in to_zval_array()
2458 if (end) { in to_zval_array()
2459 *end = '\0'; in to_zval_array()
2504 char *type, *end; in to_zval_array() local
2508 if (end) { in to_zval_array()
[all …]

Completed in 97 milliseconds

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