Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-5.6/ext/oci8/tests/
H A Dbind_boolean_1.phpt28 end;";
40 $sql = "begin :b := true; end;";
55 end if;
56 end;";
73 end if;
74 end;";
92 end;";
H A Dpecl_bug16842.phpt20 $s = oci_parse($c, 'begin raise NO_DATA_FOUND; end;');
28 $s = oci_parse($c, 'begin raise ZERO_DIVIDE; end;');
54 string(31) "begin raise NO_DATA_FOUND; end;"
71 string(29) "begin raise ZERO_DIVIDE; end;"
H A Dlob_031.phpt52 // Read past end
69 // Seek past end
73 // Seek past end
81 // Move 3 past the end
85 // Move 4 before the end
H A Dbug46994.phpt20 end bug46994_proc1;",
25 end bug46994_proc2;"
37 $s = oci_parse($c, "begin bug46994_proc1(:myclob); end;");
44 $s = oci_parse($c, "begin bug46994_proc2(:myclob); end;");
51 $s = oci_parse($c, "begin bug46994_proc1(:myclob); end;");
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 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 Ddrcp_functions.inc62 $set_stmt = "begin drcp_test_package.p1($num); end;";
74 end;";
82 end;
86 end;
87 end;";
/PHP-5.6/ext/date/tests/
H A Ddate_diff1.phpt8 $end = new DateTime('2010-11-06 18:38:28 EDT');
9 $int = $start->diff($end);
11 var_dump($end);
/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Dcp1251.c109 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in cp1251_mbc_case_fold()
176 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in cp1251_get_case_fold_codes_by_str() argument
180 flag, p, end, items); in cp1251_get_case_fold_codes_by_str()
H A Diso8859_1.c115 const OnigUChar* p, const OnigUChar* end, in get_case_fold_codes_by_str() argument
122 if (*p == 0x53 && end > p + 1 in get_case_fold_codes_by_str()
136 if (*p == 0x73 && end > p + 1 in get_case_fold_codes_by_str()
203 const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold()
222 const UChar** pp, const UChar* end)
/PHP-5.6/ext/standard/tests/file/
H A Dfeof_basic.phpt8 * Description: Test for end-of-file on a file pointer
25 //feof is not set to true until you try to read past the end of file.
26 //so fgets will be called even if we are at the end of the file on
57 echo "*** testing feof after a seek to end ***\n";
61 echo "*** testing feof after a seek passed the end ***\n";
94 *** testing feof after a seek to end ***
96 *** testing feof after a seek passed the end ***
/PHP-5.6/ext/date/lib/
H A Dparse_iso_intervals.re139 char *begin, *end, *str;
154 end = *ptr;
302 current = s->end;
464 in.end->y = TIMELIB_UNSET;
465 in.end->d = TIMELIB_UNSET;
466 in.end->m = TIMELIB_UNSET;
470 in.end->f = 0;
471 in.end->z = 0;
472 in.end->dst = 0;
473 in.end->is_localtime = 0;
[all …]
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()
812 current = s->end; in scan()
970 in.end->y = TIMELIB_UNSET; in timelib_strtointerval()
971 in.end->d = TIMELIB_UNSET; in timelib_strtointerval()
976 in.end->f = 0; in timelib_strtointerval()
977 in.end->z = 0; in timelib_strtointerval()
978 in.end->dst = 0; in timelib_strtointerval()
979 in.end->is_localtime = 0; in timelib_strtointerval()
[all …]
/PHP-5.6/ext/zlib/tests/
H A Dbug61443.phpt10 if(!headers_sent()) ini_set('zlib.output_compression', true); echo "end\n";
14 end
H A Dgzrewind_basic2.phpt14 // read to the end of the file
15 echo "read to the end of the file, then rewind\n";
28 read to the end of the file, then rewind
/PHP-5.6/ext/zip/lib/
H A Dzip_source_buffer.c42 const char *buf, *data, *end; member
71 f->end = ((const char *)data)+len; in zip_source_buffer()
101 n = (zip_uint64_t)(z->end - z->buf); in read_data()
126 st->size = (zip_uint64_t)(z->end - z->data); in read_data()
/PHP-5.6/Zend/tests/generators/
H A Dxrange.phpt6 function xrange($start, $end, $step = 1) {
7 for ($i = $start; $i <= $end; $i += $step) {
/PHP-5.6/ext/standard/
H A Ddns.c427 if (cp + n > end) { \
782 u_char *cp = NULL, *end = NULL; in PHP_FUNCTION() local
932 end = answer.qb2 + n; in PHP_FUNCTION()
941 n = dn_skipname(cp, end); in PHP_FUNCTION()
952 while (an-- && cp && cp < end) { in PHP_FUNCTION()
965 while (ns-- > 0 && cp && cp < end) { in PHP_FUNCTION()
977 while (ar-- > 0 && cp && cp < end) { in PHP_FUNCTION()
1004 u_char *cp, *end; in PHP_FUNCTION() local
1050 end = (u_char *)&ans +i; in PHP_FUNCTION()
1052 if ((i = dn_skipname(cp, end)) < 0 ) { in PHP_FUNCTION()
[all …]
/PHP-5.6/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-5.6/ext/opcache/Optimizer/
H A Dnop_removal.c7 zend_op *end, *opline; in nop_removal() local
15 end = op_array->opcodes + op_array->last; in nop_removal()
16 for (opline = op_array->opcodes; opline < end; opline++) { in nop_removal()
55 end = op_array->opcodes + op_array->last; in nop_removal()
58 for (opline = op_array->opcodes; opline<end; opline++) { in nop_removal()
H A Doptimize_temp_vars_5.c80 zend_op *opline, *end; local
91 end = op_array->opcodes;
95 while (opline >= end) {
113 end = op_array->opcodes;
116 while (opline >= end) {
/PHP-5.6/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 --
/PHP-5.6/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-5.6/ext/fileinfo/libmagic/
H A Dascmagic.c314 unsigned char *end = buf + len; in encode_utf8() local
318 if (end - buf < 1) in encode_utf8()
322 if (end - buf < 2) in encode_utf8()
327 if (end - buf < 3) in encode_utf8()
333 if (end - buf < 4) in encode_utf8()
340 if (end - buf < 5) in encode_utf8()
348 if (end - buf < 6) in encode_utf8()
/PHP-5.6/Zend/tests/
H A Dbug29104.phpt16 echo "function g - end\n";
26 function g - end

Completed in 38 milliseconds

12345678910>>...28