Home
last modified time | relevance | path

Searched refs:end (Results 101 – 125 of 677) sorted by relevance

12345678910>>...28

/PHP-7.4/Zend/tests/
H A Dbug77345_gc_1.phpt38 var_dump('end');
42 string(3) "end"
H A Dbug77345_gc_2.phpt44 var_dump('end');
48 string(3) "end"
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_insert.phpt36 end;",
45 end;"
54 $s = oci_parse($c, "begin imp_res_insert_proc_nc(111); end;");
64 $s = oci_parse($c, "begin imp_res_insert_proc_nc(222); end;");
75 $s = oci_parse($c, "begin imp_res_insert_proc_c(333); end;");
86 $s = oci_parse($c, "begin imp_res_insert_proc_c(444); end;");
H A Dimp_res_dbmsoutput.phpt46 end;"
53 $s = oci_parse($c, "begin dbms_output.enable(null); end;");
59 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
74 $s = oci_parse($c, "begin imp_res_dbmsoutput_proc(); end;");
85 $s = oci_parse($c, "begin imp_res_dbmsoutput_proc(); end;");
H A Dimp_res_get_dbmsoutput.phpt49 end;"
57 $s = oci_parse($c, "begin dbms_output.enable(null); end;");
63 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
79 $s = oci_parse($c, "begin imp_res_get_dbmsoutput_proc(); end;");
95 $s = oci_parse($c, "begin imp_res_get_dbmsoutput_proc(); end;");
H A Dbug70700.phpt63 echo 'end of stream1a is ', $ending1a, PHP_EOL;
94 echo 'end of stream2a is ', $ending2a, PHP_EOL;
125 echo 'end of stream3a is ', $ending3a, PHP_EOL;
156 echo 'end of stream4a is ', $ending4a, PHP_EOL;
162 end of stream1a is jjjjjjjxyz
168 end of stream2a is £££££££xyz
174 end of stream3a is ҖҖҖҖҖҖҖxyz
180 end of stream4a is のののののののxyz
H A Dbug47281_tt.phpt22 end;"
31 $s = oci_parse($c, 'begin bug47281_sp; end;');
/PHP-7.4/ext/fileinfo/libmagic/
H A Dascmagic.c344 unsigned char *end = buf + len; in encode_utf8() local
348 if (end - buf < 1) in encode_utf8()
352 if (end - buf < 2) in encode_utf8()
357 if (end - buf < 3) in encode_utf8()
363 if (end - buf < 4) in encode_utf8()
370 if (end - buf < 5) in encode_utf8()
378 if (end - buf < 6) in encode_utf8()
/PHP-7.4/ext/standard/tests/file/
H A Dfseek_variation3.phpt30 echo "--- fseek beyond end of file ---\n";
32 fwrite($h, "end");
51 --- fseek beyond end of file ---
/PHP-7.4/ext/phar/tests/zip/
H A Dcorrupt_001.phpt20 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…
21 phar error: corrupt zip archive, conflicting file count in end of central directory record in zip-b…
/PHP-7.4/ext/standard/tests/array/
H A Darray_intersect_1.phpt39 echo "end ------------ array_uintersect() ---------------------------\n";
47 echo "end ------------ array_uintersect_assoc() ---------------------\n";
55 echo "end ------------ array_uintersect_uassoc() with ordinary func -\n";
63 echo "end ------------ array_uintersect_uassoc() with method --------\n";
145 end ------------ array_uintersect() ---------------------------
218 end ------------ array_uintersect_assoc() ---------------------
291 end ------------ array_uintersect_uassoc() with ordinary func -
364 end ------------ array_uintersect_uassoc() with method --------
/PHP-7.4/Zend/
H A Dzend_language_scanner.l893 char *end; in zend_scan_escape_string() local
921 if (s == end) { in zend_scan_escape_string()
927 while (s<end) { in zend_scan_escape_string()
930 if (s >= end) { in zend_scan_escape_string()
1117 for (; str < end; str++) { in next_newline()
1159 nl = end; in strip_multiline_string_indentation()
1184 if (str == end) { in strip_multiline_string_indentation()
1926 char *end;
1950 const char *end;
2273 if (s == end) {
[all …]
H A Dzend_objects.c48 zval *p, *end; in zend_object_std_dtor() local
60 end = p + object->ce->default_properties_count; in zend_object_std_dtor()
73 } while (p != end); in zend_object_std_dtor()
208 zval *end = src + old_object->ce->default_properties_count; in zend_objects_clone_members() local
223 } while (src != end); in zend_objects_clone_members()
306 zval *end = p + new_object->ce->default_properties_count; in zend_objects_clone_obj() local
310 } while (p != end); in zend_objects_clone_obj()
/PHP-7.4/ext/intl/tests/
H A Dini_use_exceptions_basic.phpt18 string(130) "transliterator_transliterate: Neither "start" nor the "end" arguments can exceed the n…
20 Notice: Transliterator::transliterate(): transliterator_transliterate: Neither "start" nor the "end
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_loadXML_error5.phpt4 This test verifies the method detects extra content at the end of the document
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_load_error5.phpt4 This test verifies the method detects extra content at the end of the document
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_sigio_win32.c52 goto end; in ZEND_EXTERN_MODULE_GLOBALS()
57 end: in ZEND_EXTERN_MODULE_GLOBALS()
/PHP-7.4/Zend/tests/array_unpack/
H A Dbasic.phpt25 var_dump([0, ...$array, ...$array, 'end']);
118 string(3) "end"
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Deaw_table.h3 int end; member
/PHP-7.4/ext/spl/tests/
H A Dbug61527.phpt2 Bug #61527 (Recursive/ArrayIterator gives misleading notice when array empty or moved to the end)
32 /* should be at the end and no notice */
40 /* should reached the end */
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_all_edit_basic.phpt13 …PATTERN_ORDER, -10)); //finds any digit that's not 4 10 digits from the end(1 match)
19 …TERN_ORDER)); //finds ".\ [...]" and everything else to the end of the string. (gre…
22 …l('/\d{2}$/', $string, $match4)); //tries to find 2 digits at the end of a string (0 matc…
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_heredoc_nowdoc.phpt329 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
333 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
412 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
416 Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (…
/PHP-7.4/ext/standard/
H A Dcrypt_blowfish.c389 unsigned char *end = dptr + size; in BF_decode() local
397 if (dptr >= end) break; in BF_decode()
401 if (dptr >= end) break; in BF_decode()
405 } while (dptr < end); in BF_decode()
407 if (end - dptr == size) { in BF_decode()
411 while (dptr < end) /* PHP hack */ in BF_decode()
420 const unsigned char *end = sptr + size; in BF_encode() local
428 if (sptr >= end) { in BF_encode()
437 if (sptr >= end) { in BF_encode()
446 } while (sptr < end); in BF_encode()
/PHP-7.4/ext/standard/tests/strings/
H A Dchop_basic.phpt6 * Description: Strip whitespace (or other characters) from the end of a string
26 // Calling chop() with the charlist not present at the end of input string
/PHP-7.4/ext/zlib/tests/
H A Dgzseek_variation6.phpt18 echo "move to the end\n";
32 move to the end

Completed in 92 milliseconds

12345678910>>...28