Home
last modified time | relevance | path

Searched refs:end (Results 126 – 150 of 737) sorted by relevance

12345678910>>...30

/php-src/Zend/tests/
H A Dbug29104.phpt16 echo "function g - end\n";
26 function g - end
H A Dbug43450.phpt24 $end = memory_get_usage() / 1024;
26 if ($start + 16 < $end) {
H A Diap_on_object_deprecated.phpt11 var_dump(end($obj));
28 Deprecated: end(): Calling end() on an object is deprecated in %s on line %d
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
/php-src/ext/openssl/tests/
H A Dbug79145.phpt20 $end = memory_get_usage(true);
21 var_dump($end == $start);
/php-src/ext/opcache/
H A Dzend_file_cache.c314 zval *p, *end; local
327 Bucket *p, *end; local
503 zval *p, *end; local
591 end++;
728 zval *p, *end; local
740 zval *p, *end; local
1176 zval *p, *end; local
1362 zval *p, *end; local
1443 end++;
1572 zval *p, *end; local
[all …]
/php-src/Zend/
H A Dzend_gc.h116 zval *end; member
126 if (UNEXPECTED(gc_buffer->cur == gc_buffer->end)) { in zend_get_gc_buffer_add_zval()
136 if (UNEXPECTED(gc_buffer->cur == gc_buffer->end)) { in zend_get_gc_buffer_add_obj()
145 if (UNEXPECTED(gc_buffer->cur == gc_buffer->end)) { in zend_get_gc_buffer_add_ptr()
H A Dzend_highlight.c52 const unsigned char *ptr = (const unsigned char*)s, *end = ptr + len; in zend_html_puts() local
59 end = filtered + filtered_len; in zend_html_puts()
62 while (ptr<end) { in zend_html_puts()
66 } while ((++ptr < end) && (*ptr==' ')); in zend_html_puts()
H A Dzend_operators.h169 ZEND_ASSERT(end >= p); in zend_memnstr()
177 off_s = (size_t)(end - p); in zend_memnstr()
185 end -= needle_len; in zend_memnstr()
187 while (p <= end) { in zend_memnstr()
228 const char *p = end; in zend_memnrstr()
240 off_p = end - haystack; in zend_memnrstr()
921 const char *end = ptr1 + num; in zend_strnieq() local
922 while (ptr1 < end) { in zend_strnieq()
933 ZEND_ASSERT(end >= haystack); in zend_memnistr()
960 end -= needle_len; in zend_memnistr()
[all …]
/php-src/ext/date/lib/
H A Dparse_iso_intervals.c80 timelib_time *end; member
110 const char *begin, *end; in timelib_get_nr() local
126 end = *ptr; in timelib_get_nr()
817 current = s->end; in scan()
991 in.end->y = TIMELIB_UNSET; in timelib_strtointerval()
992 in.end->d = TIMELIB_UNSET; in timelib_strtointerval()
997 in.end->us = 0; in timelib_strtointerval()
998 in.end->z = 0; in timelib_strtointerval()
999 in.end->dst = 0; in timelib_strtointerval()
1000 in.end->is_localtime = 0; in timelib_strtointerval()
[all …]
/php-src/ext/date/tests/
H A Dgh10747-4.phpt14 function __construct($start, $interval, $end)
16 parent::__construct($start, $interval, $end);
41 ["end"]=>
88 …0";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:7:"current";N;s:3:"end";O:17:"DateTimeImmu…
101 ["end"]=>
H A Ddate_period_unserialize2.phpt8 $end = new DateTime("2022-07-16 00:00:00", new DateTimeZone("UTC"));
9 $period = new DatePeriod($start, $interval, $end);
/php-src/ext/pcre/tests/
H A Dbug72685.phpt16 $end = microtime(true);
17 var_dump(($end - $start) < 0.5); // large margin, more like 0.05 in debug build
/php-src/ext/standard/tests/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
/php-src/ext/mbstring/
H A Dgen_rare_cp_bitvec.php24 $end = hexdec($range[1]); variable
26 for ($i = $start; $i <= $end; $i++) {
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Dencoding.h249 lxb_char_t **data, const lxb_char_t *end) in lxb_encoding_encode_finish_single() argument
252 return lxb_encoding_encode_iso_2022_jp_eof_single(encode, data, end); in lxb_encoding_encode_finish_single()
346 const lxb_codepoint_t **cp, const lxb_codepoint_t *end) in lxb_encoding_data_call_encode() argument
348 return encoding_data->encode(ctx, cp, end); in lxb_encoding_data_call_encode()
353 const lxb_char_t **data, const lxb_char_t *end) in lxb_encoding_data_call_decode() argument
355 return encoding_data->decode(ctx, data, end); in lxb_encoding_data_call_decode()
433 lxb_char_t **data, const lxb_char_t *end);
456 const lxb_codepoint_t **cp, const lxb_codepoint_t *end);
459 const lxb_char_t **data, const lxb_char_t *end);
/php-src/ext/zlib/tests/
H A Dgzseek_variation7.phpt15 //seek to the end which is not sensible of course.
16 echo "move to the end of the file\n";
33 move to the end of the file
/php-src/ext/standard/tests/array/range/
H A Dbug32021.phpt12 …start) must be a single byte string if argument #2 ($end) is a single byte string, argument #2 ($e…
H A Drange_inputs_float_small_step_exhaustion.phpt17 The supplied range exceeds the maximum array size: start=0.0 end=100000000000.0 step=0.1
18 The supplied range exceeds the maximum array size: start=-%d end=%d step=1
/php-src/ext/standard/tests/file/
H A Dfseek_variation3.phpt24 echo "--- fseek beyond end of file ---\n";
26 fwrite($h, "end");
45 --- fseek beyond end of file ---
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_uuencode.c34 static void mb_wchar_to_uuencode(uint32_t *in, size_t len, mb_convert_buf *buf, bool end);
248 static void mb_wchar_to_uuencode(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) in mb_wchar_to_uuencode() argument
272 } else if (!len && end && !bytes_encoded && !n_cached_bits) { in mb_wchar_to_uuencode()
325 if (!end) { in mb_wchar_to_uuencode()
338 if (!end) { in mb_wchar_to_uuencode()
357 if (len || !end) { in mb_wchar_to_uuencode()
364 if (bytes_encoded && end) { in mb_wchar_to_uuencode()
/php-src/ext/fileinfo/libmagic/
H A Dascmagic.c341 unsigned char *end = buf + len; in encode_utf8() local
345 if (end - buf < 1) in encode_utf8()
351 if (end - buf < 2) in encode_utf8()
357 if (end - buf < 3) in encode_utf8()
363 if (end - buf < 4) in encode_utf8()
369 if (end - buf < 5) in encode_utf8()
375 if (end - buf < 6) in encode_utf8()
/php-src/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt28 fwrite($sockets[0], ", line end");
41 fwrite($sockets[0], "end of file");
59 string(22) "line start, line end, "
66 string(11) "end of file"
/php-src/Zend/tests/try/
H A Dcatch_finally_003.phpt19 return "end";
30 return ($c = "end");

Completed in 49 milliseconds

12345678910>>...30