Home
last modified time | relevance | path

Searched refs:end (Results 251 – 275 of 677) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-7.4/ext/standard/tests/file/
H A D007_variation2.phpt35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end
37 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_cursor.phpt48 end;"
72 $s = oci_parse($c, "begin imp_res_cursor_proc(); end;");
H A Dimp_res_6.phpt39 end;"
47 $s = oci_parse($c, "begin imp_res_6_proc(); end;");
H A Dbind_empty.phpt70 $s = oci_parse($c, "begin :bv := null; end; ");
79 $s = oci_parse($c, "begin :bv := null; end; ");
H A Dimp_res_get_cursor.phpt48 end;"
72 $s = oci_parse($c, "begin imp_res_get_cursor_proc(); end;");
H A Dimp_res_get_3.phpt50 end loop;
51 end;"
60 $s = oci_parse($c, "begin imp_res_get_3_proc(); end;");
H A Dbug32325.phpt27 end;";
H A Derror3.phpt29 end;");
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt17 …p table pdo_oci_stream_2'; exception when others then if sqlcode <> -942 then raise; end if; end;";
/PHP-7.4/ext/pdo_dblib/tests/
H A Dbatch_stmt_try.phpt20 "end try " .
23 "end catch " .
/PHP-7.4/ext/intl/tests/
H A Dtransliterator_transliterate_error.phpt38 Warning: transliterator_transliterate(): transliterator_transliterate: Neither "start" nor the "end
41 …ransliterate: "start" argument should be non-negative and not bigger than "end" (if defined) in %s…
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_match.c54 local_stack.end = local_space + MACHINE_STACK_SIZE; in jit_machine_stack_exec()
126 arguments.end = subject + length; in pcre2_jit_match()
/PHP-7.4/ext/ftp/
H A Dftp.c418 char *syst, *end; in ftp_syst() local
438 if ((end = strchr(syst, ' '))) { in ftp_syst()
439 *end = 0; in ftp_syst()
442 if (end) { in ftp_syst()
443 *end = ' '; in ftp_syst()
454 char *pwd, *end; in ftp_pwd() local
576 char *mkd, *end; in ftp_mkdir() local
595 *end = 0; in ftp_mkdir()
597 *end = '"'; in ftp_mkdir()
736 end = sp; in ftp_mlsd_parse_line()
[all …]
/PHP-7.4/ext/libxml/
H A Dlibxml.c432 char *end; in php_libxml_input_buffer_create_filename() local
438 end = strchr(encoding, ';'); in php_libxml_input_buffer_create_filename()
439 if (end == NULL) { in php_libxml_input_buffer_create_filename()
440 end = encoding + strlen(encoding); in php_libxml_input_buffer_create_filename()
442 end--; /* end == encoding-1 isn't a buffer underrun */ in php_libxml_input_buffer_create_filename()
443 while (*end == ' ' || *end == '\t') { in php_libxml_input_buffer_create_filename()
444 end--; in php_libxml_input_buffer_create_filename()
446 if (*end == '"') { in php_libxml_input_buffer_create_filename()
447 end--; in php_libxml_input_buffer_create_filename()
449 if (encoding >= end) continue; in php_libxml_input_buffer_create_filename()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtoupper.phpt15 // of locales transparent for the end user.
H A Dbug72663.phpt22 Notice: unserialize(): Unexpected end of serialized data in %sbug72663.php on line %d
/PHP-7.4/ext/standard/tests/array/
H A Dprev_error2.phpt16 end($array);
/PHP-7.4/ext/gd/tests/
H A Dimagefilledarc_variation1.phpt2 Testing passing negative end angle to imagefilledarc() of GD library
/PHP-7.4/ext/standard/
H A Dphp_fopen_wrapper.c296 char *end; in php_stream_url_wrap_php() local
315 fildes_ori = ZEND_STRTOL(start, &end, 10); in php_stream_url_wrap_php()
316 if (end == start || *end != '\0') { in php_stream_url_wrap_php()
/PHP-7.4/ext/session/tests/
H A Dsession_commit_variation2.phpt12 * Description : Write session data and end session
H A Dsession_write_close_variation2.phpt12 * Description : Write session data and end session
/PHP-7.4/ext/xml/tests/
H A Dbug71592.phpt9 // The tag mismatch at the end of the XML is on purpose, to make sure that the
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug72663_2.phpt22 Notice: unserialize(): Unexpected end of serialized data in %s on line %d
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_variation7.phpt2 Test function gzopen() by calling it twice on the same file and not closing one of them at the end
/PHP-7.4/ext/spl/tests/
H A Ddllist_013.phpt19 // Insert at the beginning and end of the DLL

Completed in 48 milliseconds

1...<<11121314151617181920>>...28