Home
last modified time | relevance | path

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

12345678910>>...30

/PHP-7.1/ext/standard/
H A Ddns.c432 if (cp + n > end) { \
815 u_char *cp = NULL, *end = NULL; in PHP_FUNCTION() local
968 end = answer.qb2 + n; in PHP_FUNCTION()
977 n = dn_skipname(cp, end); in PHP_FUNCTION()
988 while (an-- && cp && cp < end) { in PHP_FUNCTION()
1001 while (ns-- > 0 && cp && cp < end) { in PHP_FUNCTION()
1013 while (ar-- > 0 && cp && cp < end) { in PHP_FUNCTION()
1040 u_char *cp, *end; in PHP_FUNCTION() local
1086 end = (u_char *)&ans +i; in PHP_FUNCTION()
1088 if ((i = dn_skipname(cp, end)) < 0 ) { in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/mbstring/oniguruma/
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…
357 #define SAFE_ENC_LEN(enc, p, end, res) do { \ argument
359 if (UNEXPECTED(p + __res > end)) __res = end - p; \
/PHP-7.1/ext/standard/tests/array/
H A Dkey_basic.phpt25 end($array);
28 echo "\n-- Past end of the array --\n";
45 -- Past end of the array --
H A Dbug35022.phpt7 $contentDict = end( $state );
8 for ( $contentDict = end( $state ); $contentDict !== false; $contentDict = prev( $state ) ) {
H A Dbug12776.phpt9 $globalArray[]=$key; // this will end up crashing
10 $globalArray[]=(string)$key; // this will end up OK
H A Deach_basic.phpt25 end($arr);
28 echo "\n-- Passed the end of array: --\n";
72 -- Passed the end of array: --
/PHP-7.1/ext/oci8/tests/
H A Ddb_op_1.phpt2 oci_set_db_operation: basic test for end-to-end tracing
33 // Test setting the "DB operation" used by Oracle DB for end-to-end application tracing
H A Dbug51291_2.phpt15 $s = oci_parse($c, "declare e exception; begin if :bv = 1 then raise e; end if; end;");
49 string(64) "declare e exception; begin if :bv = 1 then raise e; end if; end;"
H A Ddrcp_functions.inc62 $set_stmt = "begin drcp_test_package.p1($num); end;";
74 end;";
82 end;
86 end;
87 end;";
/PHP-7.1/tests/classes/
H A Dprivate_members.phpt17 echo __METHOD__ . "(end)\n";
38 echo __METHOD__ . "(end)\n";
71 base::__construct(end)
90 derived::__construct(end)
/PHP-7.1/ext/fileinfo/libmagic/
H A Dascmagic.c315 unsigned char *end = buf + len; in encode_utf8() local
319 if (end - buf < 1) in encode_utf8()
323 if (end - buf < 2) in encode_utf8()
328 if (end - buf < 3) in encode_utf8()
334 if (end - buf < 4) in encode_utf8()
341 if (end - buf < 5) in encode_utf8()
349 if (end - buf < 6) in encode_utf8()
/PHP-7.1/Zend/tests/
H A Dbug29104.phpt16 echo "function g - end\n";
26 function g - end
H A Dbug32322.phpt45 echo "Class " . $this -> myname . " destroyed at script end\n";
47 echo "Class " . $this -> myname . " destroyed beforce script end\n";
79 Class Singleton1 destroyed at script end
80 Class Singleton2 destroyed at script end
H A Dbug43450.phpt27 $end = memory_get_usage() / 1024;
29 if ($start + 16 < $end) {
/PHP-7.1/ext/zip/lib/
H A Dzip_source_window.c42 zip_uint64_t end; member
76 ctx->end = start + length; in _zip_source_window_new()
153 if (len > ctx->end - ctx->offset) in window_read()
154 len = ctx->end - ctx->offset; in window_read()
174 if (ctx->offset < ctx->end) { in window_read()
183 …new_offset = zip_source_seek_compute_offset(ctx->offset - ctx->start, ctx->end - ctx->start, data,… in window_read()
H A Dzip_source_filep.c76 zip_uint64_t end; /* end offset of data to read, 0 for up to EOF */ member
138 ctx->end = (len < 0 ? 0 : start+(zip_uint64_t)len); in _zip_source_file_or_p()
296 if (ctx->end > 0) { in read_file()
297 n = ctx->end-ctx->current; in read_file()
352 if (ctx->end == 0) { in read_file()
363 new_current = (zip_int64_t)ctx->end + args->offset; in read_file()
375 … || (zip_uint64_t)new_current < ctx->start || (ctx->end != 0 && (zip_uint64_t)new_current > ctx->e… in read_file()
430 if (ctx->end != 0) { in read_file()
431 st->size = ctx->end - ctx->start; in read_file()
/PHP-7.1/ext/opcache/Optimizer/
H A Doptimize_temp_vars_5.c51 zend_op *opline, *end; in zend_optimize_temporary_variables() local
64 end = op_array->opcodes; in zend_optimize_temporary_variables()
68 while (opline >= end) { in zend_optimize_temporary_variables()
78 end = op_array->opcodes; in zend_optimize_temporary_variables()
81 while (opline >= end) { in zend_optimize_temporary_variables()
118 while (--curr >= end) { in zend_optimize_temporary_variables()
/PHP-7.1/ext/phar/tests/zip/
H A Dcorrupt_002.phpt2 Phar: corrupted zip (no end of zip record)
16 phar error: end of central directory not found in zip-based phar "%snozipend.zip"
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_auth.c68 goto end; in mysqlnd_run_authentication()
75 goto end; in mysqlnd_run_authentication()
88 goto end; in mysqlnd_run_authentication()
109 goto end; in mysqlnd_run_authentication()
123 goto end; in mysqlnd_run_authentication()
165 end: in mysqlnd_run_authentication()
271 goto end; in mysqlnd_auth_handshake()
346 goto end; in mysqlnd_auth_handshake()
351 end: in mysqlnd_auth_handshake()
392 goto end; in mysqlnd_auth_change_user()
[all …]
/PHP-7.1/Zend/
H A Dzend_highlight.c60 const unsigned char *ptr = (const unsigned char*)s, *end = ptr + len; in zend_html_puts() local
67 end = filtered + filtered_len; in zend_html_puts()
70 while (ptr<end) { in zend_html_puts()
74 } while ((++ptr < end) && (*ptr==' ')); in zend_html_puts()
H A Dzend_objects_API.c66 zend_object **end = objects->object_buckets + objects->top; in zend_objects_store_mark_destructed() local
75 } while (obj_ptr != end); in zend_objects_store_mark_destructed()
81 zend_object **obj_ptr, **end, *obj; in zend_objects_store_free_object_storage() local
88 end = objects->object_buckets + 1; in zend_objects_store_free_object_storage()
104 } while (obj_ptr != end); in zend_objects_store_free_object_storage()
/PHP-7.1/ext/pdo_oci/tests/
H A Dbug60994.phpt44 echo 'end of stream1 is ', $ending1, PHP_EOL;
61 echo 'end of stream2 is ', $ending2, PHP_EOL;
78 echo 'end of stream3 is ', $ending3, PHP_EOL;
95 echo 'end of stream4 is ', $ending4, PHP_EOL;
103 end of stream1 is jjjjjjjxyz
109 end of stream2 is £££££££xyz
115 end of stream3 is ҖҖҖҖҖҖҖxyz
121 end of stream4 is のののののののxyz
/PHP-7.1/ext/standard/tests/strings/
H A Dchunk_split.phpt8 echo chunk_split("test", 10, "|end") . "\n";
32 test|end
/PHP-7.1/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
/PHP-7.1/ext/date/lib/
H A Dparse_iso_intervals.c102 struct timelib_time *end; member
141 char *begin, *end, *str; in timelib_get_nr() local
156 end = *ptr; in timelib_get_nr()
895 current = s->end; in scan()
1069 in.end->y = TIMELIB_UNSET; in timelib_strtointerval()
1070 in.end->d = TIMELIB_UNSET; in timelib_strtointerval()
1075 in.end->f = 0; in timelib_strtointerval()
1076 in.end->z = 0; in timelib_strtointerval()
1077 in.end->dst = 0; in timelib_strtointerval()
1078 in.end->is_localtime = 0; in timelib_strtointerval()
[all …]

Completed in 46 milliseconds

12345678910>>...30