Home
last modified time | relevance | path

Searched refs:end (Results 76 – 100 of 677) sorted by relevance

12345678910>>...28

/PHP-7.4/Zend/
H A Dzend_objects_API.c69 zend_object **end = objects->object_buckets + objects->top; in zend_objects_store_mark_destructed() local
78 } while (obj_ptr != end); in zend_objects_store_mark_destructed()
84 zend_object **obj_ptr, **end, *obj; in zend_objects_store_free_object_storage() local
92 end = objects->object_buckets + 1; in zend_objects_store_free_object_storage()
108 } while (obj_ptr != end); in zend_objects_store_free_object_storage()
120 } while (obj_ptr != end); in zend_objects_store_free_object_storage()
H A Dzend_highlight.c58 const unsigned char *ptr = (const unsigned char*)s, *end = ptr + len; in zend_html_puts() local
65 end = filtered + filtered_len; in zend_html_puts()
68 while (ptr<end) { in zend_html_puts()
72 } while ((++ptr < end) && (*ptr==' ')); in zend_html_puts()
/PHP-7.4/ext/phar/tests/zip/
H A Dcorrupt_002.phpt2 Phar: corrupted zip (no end of zip record)
15 phar error: end of central directory not found in zip-based phar "%snozipend.zip"
/PHP-7.4/Zend/tests/
H A Dbug43450.phpt24 $end = memory_get_usage() / 1024;
26 if ($start + 16 < $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
/PHP-7.4/ext/oci8/tests/
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;";
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-7.4/tests/classes/
H A Dprivate_members.phpt15 echo __METHOD__ . "(end)\n";
36 echo __METHOD__ . "(end)\n";
69 base::__construct(end)
88 derived::__construct(end)
/PHP-7.4/ext/standard/
H A Ddns.c438 if (cp + n > end) { \
822 u_char *cp = NULL, *end = NULL; in PHP_FUNCTION() local
984 end = answer.qb2 + n; in PHP_FUNCTION()
993 n = dn_skipname(cp, end); in PHP_FUNCTION()
1004 while (an-- && cp && cp < end) { in PHP_FUNCTION()
1017 while (ns-- > 0 && cp && cp < end) { in PHP_FUNCTION()
1029 while (ar-- > 0 && cp && cp < end) { in PHP_FUNCTION()
1056 u_char *cp, *end; in PHP_FUNCTION() local
1107 end = answer.qb2 + i; in PHP_FUNCTION()
1109 if ((i = dn_skipname(cp, end)) < 0 ) { in PHP_FUNCTION()
[all …]
/PHP-7.4/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
H A Deach_basic.phpt25 end($arr);
28 echo "\n-- Passed the end of array: --\n";
74 -- Passed the end of array: --
/PHP-7.4/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-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c313 PCRE2_SPTR end; in get_chr_property_list() local
460 end = code + GET(code, 0) - 1; in get_chr_property_list()
465 switch(*end) in get_chr_property_list()
474 end++; in get_chr_property_list()
480 end++; in get_chr_property_list()
487 end += 1 + 2 * IMM2_SIZE; in get_chr_property_list()
491 return end; in get_chr_property_list()
1117 PCRE2_SPTR end; in PRIV() local
1133 end = (c <= OP_MINUPTO) ? in PRIV()
1137 if (end != NULL && compare_opcodes(end, utf, ucp, cb, list, end, in PRIV()
[all …]
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c275 Bucket *p, *end; local
288 while (p < end) {
448 zval *p, *end; local
535 end++;
654 zval *p, *end; local
666 zval *p, *end; local
1001 Bucket *p, *end; local
1168 zval *p, *end; local
1247 end++;
1358 zval *p, *end; local
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split.phpt8 echo chunk_split("test", 10, "|end") . "\n";
32 test|end
/PHP-7.4/ext/date/tests/
H A DDatePeriod_properties2.phpt15 "end",
43 Writing to DatePeriod->end is unsupported
44 Retrieval of DatePeriod->end for modification is unsupported
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.c80 timelib_time *end; member
110 char *begin, *end, *str; in timelib_get_nr() local
125 end = *ptr; in timelib_get_nr()
815 current = s->end; in scan()
989 in.end->y = TIMELIB_UNSET; in timelib_strtointerval()
990 in.end->d = TIMELIB_UNSET; in timelib_strtointerval()
995 in.end->us = 0; in timelib_strtointerval()
996 in.end->z = 0; in timelib_strtointerval()
997 in.end->dst = 0; in timelib_strtointerval()
998 in.end->is_localtime = 0; in timelib_strtointerval()
[all …]
/PHP-7.4/ext/openssl/tests/
H A Dbug79145.phpt22 $end = memory_get_usage(true);
23 var_dump($end <= 1.1 * $start);
/PHP-7.4/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.4/Zend/tests/try/
H A Dcatch_finally_003.phpt19 return "end";
30 return ($c = "end");
/PHP-7.4/Zend/tests/generators/
H A Dgc_with_yield_from.phpt27 print "end\n";
47 end
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug60994.phpt43 echo 'end of stream1 is ', $ending1, PHP_EOL;
60 echo 'end of stream2 is ', $ending2, PHP_EOL;
77 echo 'end of stream3 is ', $ending3, PHP_EOL;
94 echo 'end of stream4 is ', $ending4, PHP_EOL;
102 end of stream1 is jjjjjjjxyz
108 end of stream2 is £££££££xyz
114 end of stream3 is ҖҖҖҖҖҖҖxyz
120 end of stream4 is のののののののxyz
/PHP-7.4/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"

Completed in 47 milliseconds

12345678910>>...28