/PHP-8.1/ext/standard/tests/strings/ |
H A D | str_split_variation3.phpt | 66 string(7) "It's st"
|
H A D | chunk_split_variation12.phpt | 137 string(597) "This is st"To check " in heredoc".I'm sure it'll \work!r to check"To check " in heredo…
|
H A D | strstr.phpt | 11 var_dump( md5(strstr("te".chr(0)."st", chr(0))) );
|
H A D | strpos.phpt | 13 var_dump( strpos("te".chr(0)."st", chr(0)) );
|
/PHP-8.1/ext/oci8/tests/ |
H A D | lob_027.phpt | 102 string(30) "this is a biiiig faaat test st"
|
H A D | dbmsoutput.phpt | 64 $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 D | bug43452.phpt | 7 // (November 1st) is the same day of week.
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | funcs.c | 319 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 D | ascmagic.c | 153 buffer_init(&bb, b->fd, &b->st, utf8_buf, in file_ascmagic_with_encoding()
|
H A D | file.h | 166 zend_stat_t st; member
|
/PHP-8.1/main/streams/ |
H A D | plain_wrapper.c | 56 # 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 D | tsrm_win32.c | 846 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 D | common.inc | 20 // bug44859_4.phpt test fails on the 1st run
|
/PHP-8.1/ext/gd/ |
H A D | gd.c | 998 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 D | zend_virtual_cwd.c | 505 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 D | fputcsv_variation10.phpt | 10 1st element is delimiter, 2nd element is enclosure
|
/PHP-8.1/ext/spl/tests/ |
H A D | SplFileObject_fputcsv_variation10.phpt | 11 1st element is delimiter, 2nd element is enclosure
|
/PHP-8.1/ext/mbstring/tests/ |
H A D | mb_detect_encoding.phpt | 249 '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 D | iso2022jp_kddi_encoding.phpt | 190 * test if we only check with the 1st byte. */
|
H A D | iso2022jp_ms_encoding.phpt | 166 * test if we only check with the 1st byte. */
|
/PHP-8.1/ext/zlib/tests/ |
H A D | data.inc | 60 Thou marshall'st me the way that I was going;
|
/PHP-8.1/sapi/fpm/fpm/ |
H A D | fpm_main.c | 1055 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 D | ZendAccelerator.c | 940 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 D | cgi_main.c | 1215 zend_stat_t st; local 1269 if (zend_stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
|
/PHP-8.1/ext/sodium/ |
H A D | libsodium.c | 3164 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()
|