Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-7.4/ext/xmlwriter/tests/
H A Dbug79029.phpt16 fclose(@end(get_resources()));
21 fclose(@end(get_resources()));
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_5.phpt30 end;"
38 $s = oci_parse($c, "begin imp_res_5_proc(); end;");
44 $s = oci_parse($c, "begin imp_res_5_proc(); end;");
H A Dbug44008.phpt18 end;"
25 $s = oci_parse($c, 'begin bug44008_proc(:data); end;');
H A Dimp_res_prefetch.phpt45 end;"
53 $s = oci_parse($c, "begin imp_res_prefetch_proc(); end;");
60 $s = oci_parse($c, "begin imp_res_prefetch_proc(); end;");
67 $s = oci_parse($c, "begin imp_res_prefetch_proc(); end;");
H A Ddrcp_scope5.phpt2 DRCP: oci_pconnect() with scope end when oci8.old_oci_close_semantics ON
13 // Similar to drcp_scope3.phpt but does a commit before end of
14 // function2, allowing the table to be dropped cleanly at the end.
H A Dimp_res_4.phpt30 end;"
38 $s = oci_parse($c, "begin imp_res_4_proc(); end;");
44 $s = oci_parse($c, "begin imp_res_4_proc(); end;");
H A Drefcur_prefetch_4.phpt34 end refcurpkg;",
40 end open_ref_cur;
44 end fetch_ref_cur;
45 end refcurpkg;"
67 $sql1 = "begin refcurpkg.open_ref_cur(:cur1); end;";
77 $sql2 = "begin refcurpkg.fetch_ref_cur(:curs1,:c1,:c2); end;";
H A Dimp_res_1.phpt54 end;"
62 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
68 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
74 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
80 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
86 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
92 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
98 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
104 $s = oci_parse($c, "begin imp_res_1_proc(); end;");
/PHP-7.4/ext/pcre/tests/
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-7.4/ext/sysvshm/
H A Dsysvshm.c204 chunk_ptr->end = chunk_ptr->start; in PHP_FUNCTION()
206 chunk_ptr->free = shm_size-chunk_ptr->end; in PHP_FUNCTION()
388 shm_var = (sysvshm_chunk *) ((char *) ptr + ptr->end); in php_put_shm_data()
393 ptr->end += total_size; in php_put_shm_data()
409 if (pos >= ptr->end) { in php_check_shm_data()
436 memcpy_len = ptr->end-shm_varpos - chunk_ptr->next; in php_remove_shm_data()
438 ptr->end -= chunk_ptr->next; in php_remove_shm_data()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_blacklist.c80 char regexp[12*1024], *p, *end, *c, *backtrack = NULL; in zend_accel_blacklist_update_regexp() local
93 end = regexp + sizeof(regexp) - sizeof("[^\\\\]*)\0"); in zend_accel_blacklist_update_regexp()
97 if (p + blacklist->entries[i].path_length < end) { in zend_accel_blacklist_update_regexp()
98 while (*c && p < end) { in zend_accel_blacklist_update_regexp()
210 zend_blacklist_entry *p = blacklist->entries, *end = blacklist->entries + blacklist->pos; in zend_accel_blacklist_shutdown() local
212 while (p<end) { in zend_accel_blacklist_shutdown()
/PHP-7.4/ext/xml/tests/
H A Dxml011.phpt24 echo "\nChange to empty end handler\n";
69 Change to empty end handler
/PHP-7.4/ext/date/tests/
H A DDatePeriod_getter.phpt8 $end = new DateTime('2000-01-31 00:00:00', new DateTimeZone('UTC'));
10 $period = new DatePeriod($start, $interval, $end);
H A Dbug52113.phpt8 $end = new DateTime('2003-01-02 12:00:00');
9 $diff = $start->diff($end);
134 ["end"]=>
222 ["end"]=>
/PHP-7.4/ext/standard/
H A Dstring.c732 for (end = input+len; input < end; input++) { in php_charmask()
795 end--; in php_trim_int()
816 end--; in php_trim_int()
842 end--; in php_trim_int()
3267 if (p < end) {
3269 e += end - p;
4757 end=begin;
5207 if (p >= end) {
5254 if (p >= end) {
5347 if (p >= end) {
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dprev_variation2.phpt20 end($subarray);
23 end($array_arg);
H A Darray_change_key_case_variation.phpt21 echo "end\n";
51 end
/PHP-7.4/ext/standard/tests/streams/
H A Dbug79984.phpt33 echo ' Stream has reached end-of-file.';
55 filtered 128 bytes and closing. Stream has reached end-of-file.
/PHP-7.4/ext/soap/tests/
H A Dbug73037.phpt33 $end = '</CATALOG></soapenv:Body></soapenv:Envelope>';
35 $min = strlen($begin) + strlen($piece) + strlen($end);
40 while (strlen($data) + strlen($end) < $max) {
54 if (strlen($begin) + strlen($tmp) + strlen($end) > $max) {
60 $data .= $end;
/PHP-7.4/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt16 Reading stops when up to length bytes have been read, EOF (end of file) is
33 echo "at end:".fread($h,100)."\n";
63 at end:
/PHP-7.4/ext/standard/tests/strings/
H A Dbug43957.phpt2 Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string)
/PHP-7.4/Zend/tests/
H A Dbug70187_2.phpt2 Bug #70187 (Notice: unserialize(): Unexpected end of serialized data)
/PHP-7.4/win32/build/
H A Dconfigure.tail2 // tail end of configure
/PHP-7.4/tests/lang/
H A Dbug35382.phpt2 Bug #35382 (Comment in end of file produces fatal error)
/PHP-7.4/ext/pgsql/tests/
H A D80_bug32223.phpt14 end;
37 end;

Completed in 47 milliseconds

12345678910>>...28