Home
last modified time | relevance | path

Searched refs:end (Results 151 – 175 of 677) sorted by relevance

12345678910>>...28

/PHP-7.4/ext/pgsql/tests/
H A D80_bug32223b.phpt14 end;
37 end;
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_loadXML_error2.phpt26 Warning: DOMDocument::load%r(XML){0,1}%r(): Couldn't find end of Start Tag book %s
30 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_load_error2.phpt26 Warning: DOMDocument::load%r(XML){0,1}%r(): Couldn't find end of Start Tag book %s
30 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
/PHP-7.4/Zend/tests/
H A Dbug48693.phpt35 ParseError: syntax error, unexpected '}', expecting end of file in %sbug48693.php(4) : runtime-crea…
44 ParseError: syntax error, unexpected end of file in %sbug48693.php(14) : runtime-created function:1
H A Dbug60099.phpt10 Parse error: syntax error, unexpected end of file in %s on line %d
H A Dbug62343.phpt8 var_dump(end($c));
H A Dforeach_007.phpt2 Foreach by reference and inserting new element when we are already at the end
H A Dbug41372.phpt6 end($Foo);
H A Deval_parse_error_with_doc_comment.phpt15 Parse error: syntax error, unexpected end of file in %s(%d) : eval()'d code on line %d
/PHP-7.4/ext/oci8/tests/
H A Dconn_attr_5.phpt2 Set and get connection attributes with scope end.
24 echo"**Test - Set and get values for the attributes with scope end ************\n";
55 **Test - Set and get values for the attributes with scope end ************
H A Dimp_res_field.phpt49 end;"
72 $s = oci_parse($c, "begin imp_res_field_proc(); end;");
77 $s = oci_parse($c, "begin imp_res_field_proc(); end;");
85 $s = oci_parse($c, "begin imp_res_field_proc(); end;");
92 $s = oci_parse($c, "begin imp_res_field_proc(); end;");
104 $s = oci_parse($c, "begin imp_res_field_proc(); end;");
H A Drefcur_prefetch_2.phpt32 end refcurpkg;",
37 end open_ref_cur;
42 end fetch_ref_cur;
43 end refcurpkg;"
65 $sql1 = "begin refcurpkg.open_ref_cur(:cur1); end;";
75 $sql2 = "begin refcurpkg.fetch_ref_cur(:curs1,:c1,:c2); end;";
H A Dbug47281.phpt30 end;"
39 $s = oci_parse($c, 'begin bug47281_sp; end;');
H A Dimp_res_get_1.phpt48 end;"
56 $s = oci_parse($c, "begin imp_res_get_1_proc(); end;");
68 $s = oci_parse($c, "begin imp_res_get_1_proc(); end;");
H A Dimp_res_lob.phpt41 end;"
49 $s = oci_parse($c, "begin imp_res_lob_proc(); end;");
63 $s = oci_parse($c, "begin imp_res_lob_proc(); end;");
/PHP-7.4/sapi/phpdbg/tests/
H A Dnormal_exit.phpt2 A script with die() must end "normally"
/PHP-7.4/ext/standard/tests/array/
H A Dprev_basic.phpt17 end($array);
29 end($array2);
H A Darray_splice_variation3.phpt29 echo "absolute offset - absolute length - cut from end\n";
31 echo "absolute offset - absolute length - attempt to cut past end\n";
55 echo "relative offset - absolute length - cut from end\n";
57 echo "relative offset - absolute length - attempt to cut past end\n";
158 absolute offset - absolute length - cut from end
199 absolute offset - absolute length - attempt to cut past end
568 relative offset - absolute length - cut from end
609 relative offset - absolute length - attempt to cut past end
H A Drange_bug70239_0.phpt9 Warning: range(): Invalid range supplied: start=0 end=inf in %srange_bug70239_0.php on line %d
/PHP-7.4/ext/date/tests/
H A Dbug71635.phpt2 Bug #71635 (segfault in DatePeriod::getEndDate() when no end date has been set)
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_fread_1.phpt21 "begin execute immediate 'drop table pdo_oci_fread_tab'; exception when others then null; end;",
27 end;"
/PHP-7.4/ext/exif/tests/
H A Dbug72627.phpt11 Warning: exif_read_data(%s): Thumbnail goes IFD boundary or end of file reached in %sbug72627.php o…
15 Warning: exif_read_data(%s): Thumbnail goes IFD boundary or end of file reached in %sbug72627.php o…
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re331 #define YYLIMIT end
498 char *end, *q;
897 while (end < limit) {
899 end += separator_len;
903 end++;
917 memmove(start, end,
935 while (end < limit) {
936 if (*end == '>') {
937 end += 1;
940 end++;
[all …]
/PHP-7.4/main/
H A Dfastcgi.c774 char *cur, *end; in fcgi_listen() local
790 if (end) { in fcgi_listen()
791 *end = 0; in fcgi_listen()
792 end++; in fcgi_listen()
805 cur = end; in fcgi_listen()
833 char *cur, *end; in fcgi_set_allowed_clients() local
850 if (end) { in fcgi_set_allowed_clients()
851 *end = 0; in fcgi_set_allowed_clients()
852 end++; in fcgi_set_allowed_clients()
865 cur = end; in fcgi_set_allowed_clients()
[all …]
/PHP-7.4/Zend/
H A Dzend_hash.c389 while (p != end) { in zend_hash_discard()
464 while (iter != end) { in zend_hash_iterator_add()
559 while (iter != end) { in _zend_hash_iterators_remove()
580 while (iter != end) { in zend_hash_iterators_lower_pos()
1527 Bucket *p, *end; in zend_hash_destroy() local
1589 Bucket *p, *end; in zend_array_destroy() local
1642 Bucket *p, *end; in zend_hash_clean() local
1711 Bucket *p, *end; in zend_symtable_clean() local
2009 } while (p != end); in zend_array_dup_packed_elements()
2036 } while (p != end); in zend_array_dup_elements()
[all …]

Completed in 84 milliseconds

12345678910>>...28