Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-5.5/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.5/ext/oci8/tests/
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 Ddrcp_functions.inc62 $set_stmt = "begin drcp_test_package.p1($num); end;";
74 end;";
82 end;
86 end;
87 end;";
/PHP-5.5/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.5/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.5/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()
103 n = z->end - z->buf; in read_data()
128 st->size = z->end - z->data; in read_data()
/PHP-5.5/Zend/tests/generators/
H A Dxrange.phpt6 function xrange($start, $end, $step = 1) {
7 for ($i = $start; $i <= $end; $i += $step) {
/PHP-5.5/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.5/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.5/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 --
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";
72 -- Passed the end of array: --
/PHP-5.5/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.5/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.5/Zend/tests/
H A Dbug29104.phpt16 echo "function g - end\n";
26 function g - 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-5.5/ext/phar/tests/zip/
H A Dcorrupt_002.phpt2 Phar: corrupted zip (no end of zip record)
16 phar error: end of central directory not found in zip-based phar "%snozipend.zip"
/PHP-5.5/Zend/
H A Dzend_highlight.c59 const unsigned char *ptr = (const unsigned char*)s, *end = ptr + len; in zend_html_puts() local
66 end = filtered + filtered_len; in zend_html_puts()
69 while (ptr<end) { in zend_html_puts()
73 } while ((++ptr < end) && (*ptr==' ')); in zend_html_puts()

Completed in 179 milliseconds

12345678910>>...26