Home
last modified time | relevance | path

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

12345678

/PHP-7.2/ext/mbstring/oniguruma/
H A DREADME129 st.h hash table functions header file
130 st.c hash table functions
H A DREADME.md168 |st.h |hash table functions header file |
169 |st.c |hash table functions |
H A DHISTORY767 should not allocate memory for key data in st.c.
768 move st_*_strend() functions from st.c. fixed some
800 onigposix.h and st.h.
877 st.h fix prototype for C++.
894 2004/11/30: [inst] add "cp -p st.[ch] st.[ch].ruby_orig" to "make 19".
943 2004/11/16: [impl] add key2 member to st_table_entry in st.[ch].
944 change API of st for non-null terminated string key.
946 2004/11/15: [impl] add st.h and st.c from Ruby 1.9.
947 use st-hash always.
1773 (inconsistent st.h with 1.6 and 1.8)
[all …]
/PHP-7.2/main/streams/
H A Dplain_wrapper.c60 # define PLAIN_WRAP_BUF_SIZE(st) (((st) > UINT_MAX) ? UINT_MAX : (unsigned int)(st)) argument
62 # define PLAIN_WRAP_BUF_SIZE(st) (st) argument
/PHP-7.2/TSRM/
H A Dtsrm_win32.c839 SYSTEMTIME st; in win32_utime() local
840 GetSystemTime(&st); in win32_utime()
841 SystemTimeToFileTime(&st, &mtime); in win32_utime()
/PHP-7.2/ext/opcache/
H A DZendAccelerator.c818 SYSTEMTIME st; in zend_get_file_handle_timestamp_win() local
820 st.wYear = 1970; in zend_get_file_handle_timestamp_win()
821 st.wMonth = 1; in zend_get_file_handle_timestamp_win()
822 st.wDay = 1; in zend_get_file_handle_timestamp_win()
823 st.wHour = 0; in zend_get_file_handle_timestamp_win()
824 st.wMinute = 0; in zend_get_file_handle_timestamp_win()
825 st.wSecond = 0; in zend_get_file_handle_timestamp_win()
826 st.wMilliseconds = 0; in zend_get_file_handle_timestamp_win()
828 SystemTimeToFileTime (&st, &utc_base_ft); in zend_get_file_handle_timestamp_win()
/PHP-7.2/ext/oci8/tests/
H A Dlob_020.phpt85 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-7.2/
H A Drun-tests.php2305 $st = $steps / 2;
2307 for ($ofs1 = $idx1 + 1; $ofs1 < $cnt1 && $st-- > 0; $ofs1++) {
2308 $eq = @count_array_diff($ar1, $ar2, $is_reg, $w, $ofs1, $idx2, $cnt1, $cnt2, $st);
2316 $st = $steps;
2318 for ($ofs2 = $idx2 + 1; $ofs2 < $cnt2 && $st-- > 0; $ofs2++) {
2319 $eq = @count_array_diff($ar1, $ar2, $is_reg, $w, $idx1, $ofs2, $cnt1, $cnt2, $st);
/PHP-7.2/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt11 1st element is delimiter, 2nd element is enclosure
/PHP-7.2/ext/mbstring/
H A Dconfig.w3295 …gposerr.c regposix.c regsyntax.c regtrav.c regversion.c sjis.c sjis_prop.c st.c unicode.c unicode_…
H A Dconfig.m4158 oniguruma/src/st.c
/PHP-7.2/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt16 1st element is delimiter, 2nd element is enclosure
H A Dfgetcsv_variation26.phpt15 1st element is delimiter, 2nd element is enclosure
/PHP-7.2/ext/gd/
H A Dgd.c1725 int e, st; in PHP_FUNCTION() local
1740 st = ST; in PHP_FUNCTION()
1741 if (st < 0) { in PHP_FUNCTION()
1742 st %= 360; in PHP_FUNCTION()
1745 gdImageFilledArc(im, cx, cy, w, h, st, e, col, style); in PHP_FUNCTION()
3265 int e, st; in PHP_FUNCTION() local
3280 st = ST; in PHP_FUNCTION()
3281 if (st < 0) { in PHP_FUNCTION()
3282 st %= 360; in PHP_FUNCTION()
3285 gdImageArc(im, cx, cy, w, h, st, e, col); in PHP_FUNCTION()
/PHP-7.2/Zend/
H A Dzend_virtual_cwd.c747 zend_stat_t st; in tsrm_realpath_r() local
1104 if (save && php_sys_lstat(path, &st) < 0) { in tsrm_realpath_r()
1116 if (save && S_ISLNK(st.st_mode)) { in tsrm_realpath_r()
1148 directory = S_ISDIR(st.st_mode); in tsrm_realpath_r()
/PHP-7.2/ext/zlib/tests/
H A Ddata.inc60 Thou marshall'st me the way that I was going;
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c1128 struct stat st; local
1186 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
/PHP-7.2/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt143 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.phpt16 var_dump( md5(strstr("te".chr(0)."st", chr(0))) );
/PHP-7.2/ext/pgsql/
H A DREADME14 connection parameter became 1st parameter. Old syntax is preserved,
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DAPI625 [num-of-ranges, 1st-range-start, 1st-range-end, 2nd-range-start... ]
/PHP-7.2/ext/sodium/
H A Dlibsodium.c3373 volatile size_t st; in PHP_FUNCTION() local
3405 st = 1U; in PHP_FUNCTION()
3410 k -= st; in PHP_FUNCTION()
3411 st = (size_t) (~(((( (((uint64_t) k) >> 48) | (((uint64_t) k) >> 32) | in PHP_FUNCTION()
3413 i += st; in PHP_FUNCTION()
/PHP-7.2/ext/zip/lib/
H A Dzipint.h559 …ew(zip_source_t *src, zip_uint64_t start, zip_uint64_t length, zip_stat_t *st, zip_error_t *error);
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c1233 zend_stat_t st; local
1287 if (zend_stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {

Completed in 132 milliseconds

12345678