Home
last modified time | relevance | path

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

1234567

/PHP-8.1/ext/standard/tests/strings/
H A Dstr_split_variation3.phpt66 string(7) "It's st"
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.1/ext/oci8/tests/
H A Dlob_027.phpt102 string(30) "this is a biiiig faaat test st"
H A Ddbmsoutput.phpt64 $s = oci_parse($c, "begin dbms_output.get_line(:ln, :st); end;");
66 oci_bind_by_name($s, ":st", $st, -1, SQLT_INT);
68 while (($succ = oci_execute($s)) && !$st) {
/PHP-8.1/ext/date/tests/
H A Dbug43452.phpt7 // (November 1st) is the same day of week.
/PHP-8.1/ext/fileinfo/libmagic/
H A Dfuncs.c319 file_buffer(struct magic_set *ms, php_stream *stream, zend_stat_t *st, in file_buffer() argument
344 buffer_init(&b, fd, st, buf, nb); in file_buffer()
345 ms->mode = b.st.st_mode; in file_buffer()
H A Dascmagic.c153 buffer_init(&bb, b->fd, &b->st, utf8_buf, in file_ascmagic_with_encoding()
H A Dfile.h166 zend_stat_t st; member
/PHP-8.1/main/streams/
H A Dplain_wrapper.c56 # define PLAIN_WRAP_BUF_SIZE(st) (((st) > UINT_MAX) ? UINT_MAX : (unsigned int)(st)) argument
60 # define PLAIN_WRAP_BUF_SIZE(st) (st) argument
/PHP-8.1/TSRM/
H A Dtsrm_win32.c846 SYSTEMTIME st; in win32_utime() local
847 GetSystemTime(&st); in win32_utime()
848 SystemTimeToFileTime(&st, &mtime); in win32_utime()
/PHP-8.1/ext/standard/tests/file/windows_acls/
H A Dcommon.inc20 // bug44859_4.phpt test fails on the 1st run
/PHP-8.1/ext/gd/
H A Dgd.c998 int e, st; in PHP_FUNCTION() local
1011 st = ST; in PHP_FUNCTION()
1012 if (st < 0) { in PHP_FUNCTION()
1013 st %= 360; in PHP_FUNCTION()
1016 gdImageFilledArc(im, cx, cy, w, h, st, e, col, style); in PHP_FUNCTION()
2573 int e, st; in PHP_FUNCTION() local
2586 st = ST; in PHP_FUNCTION()
2587 if (st < 0) { in PHP_FUNCTION()
2588 st %= 360; in PHP_FUNCTION()
2591 gdImageArc(im, cx, cy, w, h, st, e, col); in PHP_FUNCTION()
/PHP-8.1/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.1/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt10 1st element is delimiter, 2nd element is enclosure
/PHP-8.1/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt11 1st element is delimiter, 2nd element is enclosure
/PHP-8.1/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt249 'Co jsi z úst vypustil, ani párem koní nedostaneš zpět.',
254 'Co se v mládí naučíš, ke stáru jako když najdeš.',
H A Diso2022jp_kddi_encoding.phpt190 * test if we only check with the 1st byte. */
H A Diso2022jp_ms_encoding.phpt166 * test if we only check with the 1st byte. */
/PHP-8.1/ext/zlib/tests/
H A Ddata.inc60 Thou marshall'st me the way that I was going;
/PHP-8.1/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.1/ext/opcache/
H A DZendAccelerator.c940 SYSTEMTIME st; in zend_get_file_handle_timestamp_win() local
942 st.wYear = 1970; in zend_get_file_handle_timestamp_win()
943 st.wMonth = 1; in zend_get_file_handle_timestamp_win()
944 st.wDay = 1; in zend_get_file_handle_timestamp_win()
945 st.wHour = 0; in zend_get_file_handle_timestamp_win()
946 st.wMinute = 0; in zend_get_file_handle_timestamp_win()
947 st.wSecond = 0; in zend_get_file_handle_timestamp_win()
948 st.wMilliseconds = 0; in zend_get_file_handle_timestamp_win()
950 SystemTimeToFileTime (&st, &utc_base_ft); in zend_get_file_handle_timestamp_win()
/PHP-8.1/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.1/ext/sodium/
H A Dlibsodium.c3164 volatile size_t st; in PHP_FUNCTION() local
3196 st = 1U; in PHP_FUNCTION()
3201 k -= st; in PHP_FUNCTION()
3202 st = (size_t) (~(((( (((uint64_t) k) >> 48) | (((uint64_t) k) >> 32) | in PHP_FUNCTION()
3204 i += st; in PHP_FUNCTION()

Completed in 92 milliseconds

1234567