Home
last modified time | relevance | path

Searched refs:si (Results 1 – 25 of 44) sorted by relevance

12

/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mobile.c315 int w = s, si, c; in mbfilter_sjis_emoji_kddi2unicode() local
321 if (si == 0x0008) { /* ES */ in mbfilter_sjis_emoji_kddi2unicode()
325 } else if (si >= 0x008d && si <= 0x0092) { in mbfilter_sjis_emoji_kddi2unicode()
328 } else if (si == 0x0104) { in mbfilter_sjis_emoji_kddi2unicode()
340 if (si == 100) { /* JP */ in mbfilter_sjis_emoji_kddi2unicode()
342 } else if (si >= 0x00ba && si <= 0x00c2) { in mbfilter_sjis_emoji_kddi2unicode()
346 } else if (si == 0x0144) { in mbfilter_sjis_emoji_kddi2unicode()
363 int w = s, si, c; in mbfilter_sjis_emoji_sb2unicode() local
369 if (si == 0x006e || (si >= 0x007a && si <= 0x0083)) { in mbfilter_sjis_emoji_sb2unicode()
385 w = mb_tbl_code2uni_sb2[si]; in mbfilter_sjis_emoji_sb2unicode()
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dreadcdf.c291 cdf_summary_info_header_t si; in cdf_file_summary_info() local
309 switch (si.si_os) { in cdf_file_summary_info()
312 si.si_os_version & 0xff, in cdf_file_summary_info()
318 CAST(uint32_t, si.si_os_version) >> 8, in cdf_file_summary_info()
319 si.si_os_version & 0xff) == -1) in cdf_file_summary_info()
324 si.si_os_version & 0xff, in cdf_file_summary_info()
508 const struct sinfo *si = &sectioninfo[sd]; in cdf_file_dir_info() local
509 for (j = 0; si->sections[j]; j++) { in cdf_file_dir_info()
510 if (cdf_find_stream(dir, si->sections[j], si->types[j]) in cdf_file_dir_info()
517 if (si->sections[j] == NULL) in cdf_file_dir_info()
[all …]
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug69210.phpt31 $si = @serialize($ci);
32 echo $si . "\n";
35 var_dump(unserialize($si));
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_server.phpt22 $si = $dbh->getAttribute(PDO::ATTR_SERVER_INFO);
23 $pos = strpos($si, "Oracle");
28 var_dump($si);
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-64.macros82 A##si ^= Di; \
83 Bgu = ROL64(A##si, 61); \
152 Ci ^= E##si; \
193 A##si ^= Di; \
194 Bgu = ROL64(A##si, 61); \
290 A##si ^= Di; \
360 Ci ^= E##si; \
401 A##si ^= Di; \
483 X##si = state[22]; \
510 state[22] = X##si; \
[all …]
/PHP-7.4/ext/standard/
H A Dproc_open.c495 STARTUPINFOW si; in PHP_FUNCTION() local
895 memset(&si, 0, sizeof(si)); in PHP_FUNCTION()
896 si.cb = sizeof(si); in PHP_FUNCTION()
897 si.dwFlags = STARTF_USESTDHANDLES; in PHP_FUNCTION()
899 si.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in PHP_FUNCTION()
900 si.hStdOutput = GetStdHandle(STD_OUTPUT_HANDLE); in PHP_FUNCTION()
901 si.hStdError = GetStdHandle(STD_ERROR_HANDLE); in PHP_FUNCTION()
907 si.hStdInput = descriptors[i].childend; in PHP_FUNCTION()
910 si.hStdOutput = descriptors[i].childend; in PHP_FUNCTION()
913 si.hStdError = descriptors[i].childend; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/soap/tests/
H A Dserver029.phpt10 xmlns:si="http://soapinterop.org/xsd">
44 xmlns:si="http://soapinterop.org/xsd">
H A Dserver010.phpt28 xmlns:si="http://soapinterop.org/xsd">
46 xmlns:si="http://soapinterop.org/xsd">
H A Dserver009.phpt35 xmlns:si="http://soapinterop.org/xsd">
53 xmlns:si="http://soapinterop.org/xsd">
H A Dserver016.phpt22 xmlns:si="http://soapinterop.org/xsd">
H A Dserver017.phpt21 xmlns:si="http://soapinterop.org/xsd">
H A Dserver018.phpt21 xmlns:si="http://soapinterop.org/xsd">
H A Dserver014.phpt22 xmlns:si="http://soapinterop.org/xsd">
H A Dserver022.phpt28 xmlns:si="http://soapinterop.org/xsd">
H A Dserver001.phpt21 xmlns:si="http://soapinterop.org/xsd">
H A Dserver003.phpt17 xmlns:si="http://soapinterop.org/xsd">
H A Dserver005.phpt23 xmlns:si="http://soapinterop.org/xsd">
H A Dserver015.phpt21 xmlns:si="http://soapinterop.org/xsd">
H A Dserver026.phpt24 xmlns:si="http://soapinterop.org/xsd">
H A Dserver002.phpt21 xmlns:si="http://soapinterop.org/xsd">
H A Dserver004.phpt24 xmlns:si="http://soapinterop.org/xsd">
H A Dserver021.phpt27 xmlns:si="http://soapinterop.org/xsd">
H A Dserver028.phpt28 xmlns:si="http://soapinterop.org/xsd">
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug36629.phpt24 xmlns:si="http://soapinterop.org/xsd">
39 xmlns:si="http://soapinterop.org/xsd">
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitUtils.c268 SYSTEM_INFO si; in get_page_alignment() local
271 GetSystemInfo(&si); in get_page_alignment()
272 sljit_page_align = si.dwPageSize - 1; in get_page_alignment()

Completed in 49 milliseconds

12