Home
last modified time | relevance | path

Searched refs:st (Results 101 – 125 of 170) sorted by relevance

1234567

/PHP-8.0/ext/fileinfo/libmagic/
H A Dfuncs.c279 file_buffer(struct magic_set *ms, php_stream *stream, zend_stat_t *st, in file_buffer() argument
304 buffer_init(&b, fd, st, buf, nb); in file_buffer()
305 ms->mode = b.st.st_mode; in file_buffer()
H A Dascmagic.c152 buffer_init(&bb, b->fd, &b->st, utf8_buf, in file_ascmagic_with_encoding()
H A Dfile.h157 zend_stat_t st; member
/PHP-8.0/ext/oci8/tests/
H A Dlob_020.phpt128 string(50) "is st string. why are you read"
H A Ddbmsoutput.phpt62 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
64 oci_bind_by_name($s, ":st", $st, -1, SQLT_INT);
66 while (($succ = oci_execute($s)) && !$st) {
/PHP-8.0/TSRM/
H A Dtsrm_win32.c813 SYSTEMTIME st; in win32_utime() local
814 GetSystemTime(&st); in win32_utime()
815 SystemTimeToFileTime(&st, &mtime); in win32_utime()
/PHP-8.0/main/streams/
H A Dplain_wrapper.c56 # define PLAIN_WRAP_BUF_SIZE(st) (((st) > UINT_MAX) ? UINT_MAX : (unsigned int)(st)) argument
58 # define PLAIN_WRAP_BUF_SIZE(st) (st) argument
/PHP-8.0/ext/standard/tests/file/windows_acls/
H A Dcommon.inc20 // bug44859_4.phpt test fails on the 1st run
/PHP-8.0/ext/gd/
H A Dgd.c946 int e, st; in PHP_FUNCTION() local
959 st = ST; in PHP_FUNCTION()
960 if (st < 0) { in PHP_FUNCTION()
961 st %= 360; in PHP_FUNCTION()
964 gdImageFilledArc(im, cx, cy, w, h, st, e, col, style); in PHP_FUNCTION()
2488 int e, st; in PHP_FUNCTION() local
2501 st = ST; in PHP_FUNCTION()
2502 if (st < 0) { in PHP_FUNCTION()
2503 st %= 360; in PHP_FUNCTION()
2506 gdImageArc(im, cx, cy, w, h, st, e, col); in PHP_FUNCTION()
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.c505 zend_stat_t st; in tsrm_realpath_r() local
893 if (save && php_sys_lstat(path, &st) < 0) { in tsrm_realpath_r()
905 if (save && S_ISLNK(st.st_mode)) { in tsrm_realpath_r()
937 directory = S_ISDIR(st.st_mode); in tsrm_realpath_r()
/PHP-8.0/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt10 1st element is delimiter, 2nd element is enclosure
H A Dfputcsv_variation12.phpt11 1st element is delimiter, 2nd element is enclosure
H A Dfputcsv_variation6.phpt13 1st element is delimiter, 2nd element is enclosure
/PHP-8.0/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt11 1st element is delimiter, 2nd element is enclosure
/PHP-8.0/ext/zlib/tests/
H A Ddata.inc60 Thou marshall'st me the way that I was going;
/PHP-8.0/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt137 string(597) "This is st"To check " in heredoc".I'm sure it'll \work!r to check"To check " in heredo…
H A Dstrstr.phpt11 var_dump( md5(strstr("te".chr(0)."st", chr(0))) );
H A Dstrpos.phpt13 var_dump( strpos("te".chr(0)."st", chr(0)) );
/PHP-8.0/
H A Drun-tests.php2890 $st = $steps / 2;
2892 for ($ofs1 = $idx1 + 1; $ofs1 < $cnt1 && $st-- > 0; $ofs1++) {
2893 $eq = @count_array_diff($ar1, $ar2, $is_reg, $w, $ofs1, $idx2, $cnt1, $cnt2, $st);
2901 $st = $steps;
2903 for ($ofs2 = $idx2 + 1; $ofs2 < $cnt2 && $st-- > 0; $ofs2++) {
2904 $eq = @count_array_diff($ar1, $ar2, $is_reg, $w, $idx1, $ofs2, $cnt1, $cnt2, $st);
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c1055 struct stat st; in init_request_info() local
1108 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) { in init_request_info()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c911 SYSTEMTIME st; in zend_get_file_handle_timestamp_win() local
913 st.wYear = 1970; in zend_get_file_handle_timestamp_win()
914 st.wMonth = 1; in zend_get_file_handle_timestamp_win()
915 st.wDay = 1; in zend_get_file_handle_timestamp_win()
916 st.wHour = 0; in zend_get_file_handle_timestamp_win()
917 st.wMinute = 0; in zend_get_file_handle_timestamp_win()
918 st.wSecond = 0; in zend_get_file_handle_timestamp_win()
919 st.wMilliseconds = 0; in zend_get_file_handle_timestamp_win()
921 SystemTimeToFileTime (&st, &utc_base_ft); in zend_get_file_handle_timestamp_win()
/PHP-8.0/ext/sodium/
H A Dlibsodium.c2977 volatile size_t st; in PHP_FUNCTION() local
3009 st = 1U; in PHP_FUNCTION()
3014 k -= st; in PHP_FUNCTION()
3015 st = (size_t) (~(((( (((uint64_t) k) >> 48) | (((uint64_t) k) >> 32) | in PHP_FUNCTION()
3017 i += st; in PHP_FUNCTION()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c1215 zend_stat_t st; local
1269 if (zend_stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
/PHP-8.0/ext/exif/
H A Dexif.c4374 zend_stat_t st; in exif_read_from_impl() local
4384 if (VCWD_STAT(stream->orig_path, &st) >= 0) { in exif_read_from_impl()
4386 if ((st.st_mode & S_IFMT) != S_IFREG) { in exif_read_from_impl()
4399 ImageInfo->FileDateTime = st.st_mtime; in exif_read_from_impl()
4400 ImageInfo->FileSize = st.st_size; in exif_read_from_impl()
/PHP-8.0/ext/zip/
H A Dphp_zip.c1476 zend_stat_t st; local
1479 if (VCWD_STAT(resolved_path, &st) == 0 && st.st_size == 0) {

Completed in 136 milliseconds

1234567