Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mobile.c309 int w = s, si, c; in mbfilter_sjis_emoji_kddi2unicode() local
315 if (si == 0x0008) { /* ES */ in mbfilter_sjis_emoji_kddi2unicode()
319 } else if (si >= 0x008d && si <= 0x0092) { in mbfilter_sjis_emoji_kddi2unicode()
322 } else if (si == 0x0104) { in mbfilter_sjis_emoji_kddi2unicode()
334 if (si == 100) { /* JP */ in mbfilter_sjis_emoji_kddi2unicode()
336 } else if (si >= 0x00ba && si <= 0x00c2) { in mbfilter_sjis_emoji_kddi2unicode()
340 } else if (si == 0x0144) { in mbfilter_sjis_emoji_kddi2unicode()
357 int w = s, si, c; in mbfilter_sjis_emoji_sb2unicode() local
363 if (si == 0x006e || (si >= 0x007a && si <= 0x0083)) { in mbfilter_sjis_emoji_sb2unicode()
379 w = mb_tbl_code2uni_sb2[si]; in mbfilter_sjis_emoji_sb2unicode()
[all …]
/PHP-7.2/ext/fileinfo/libmagic/
H A Dreadcdf.c292 cdf_summary_info_header_t si; in cdf_file_summary_info() local
310 switch (si.si_os) { in cdf_file_summary_info()
313 si.si_os_version & 0xff, in cdf_file_summary_info()
325 si.si_os_version & 0xff, in cdf_file_summary_info()
509 const struct sinfo *si = &sectioninfo[sd]; in cdf_file_dir_info() local
510 for (j = 0; si->sections[j]; j++) { in cdf_file_dir_info()
511 if (cdf_find_stream(dir, si->sections[j], si->types[j]) in cdf_file_dir_info()
515 fprintf(stderr, "Can't read %s\n", si->sections[j]); in cdf_file_dir_info()
518 if (si->sections[j] == NULL) in cdf_file_dir_info()
521 if (file_printf(ms, "CDFV2 %s", si->name) == -1) in cdf_file_dir_info()
[all …]
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug69210.phpt31 $si = @serialize($ci);
32 echo $si . "\n";
35 var_dump(unserialize($si));
/PHP-7.2/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.2/ext/standard/
H A Dproc_open.c426 STARTUPINFOW si; in PHP_FUNCTION() local
686 memset(&si, 0, sizeof(si)); in PHP_FUNCTION()
687 si.cb = sizeof(si); in PHP_FUNCTION()
688 si.dwFlags = STARTF_USESTDHANDLES; in PHP_FUNCTION()
690 si.hStdInput = GetStdHandle(STD_INPUT_HANDLE); in PHP_FUNCTION()
691 si.hStdOutput = GetStdHandle(STD_OUTPUT_HANDLE); in PHP_FUNCTION()
692 si.hStdError = GetStdHandle(STD_ERROR_HANDLE); in PHP_FUNCTION()
698 si.hStdInput = descriptors[i].childend; in PHP_FUNCTION()
701 si.hStdOutput = descriptors[i].childend; in PHP_FUNCTION()
704 si.hStdError = descriptors[i].childend; in PHP_FUNCTION()
[all …]
/PHP-7.2/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.2/ext/pcre/pcrelib/sljit/
H A DsljitUtils.c211 SYSTEM_INFO si; in sljit_allocate_stack() local
220 GetSystemInfo(&si); in sljit_allocate_stack()
221 sljit_page_align = si.dwPageSize - 1; in sljit_allocate_stack()
/PHP-7.2/ext/soap/tests/bugs/
H A Dbug36629.phpt24 xmlns:si="http://soapinterop.org/xsd">
39 xmlns:si="http://soapinterop.org/xsd">
H A Dbug28751.phpt25 xmlns:si="http://soapinterop.org/xsd">
H A Dbug31422.phpt28 xmlns:si="http://soapinterop.org/xsd">
/PHP-7.2/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">
/PHP-7.2/ext/zip/lib/
H A Dzip_source_win32handle.c420 SECURITY_INFORMATION si; in _win32_create_temp_file() local
433 si = DACL_SECURITY_INFORMATION | UNPROTECTED_DACL_SECURITY_INFORMATION; in _win32_create_temp_file()
435 success = GetUserObjectSecurity(ctx->h, &si, NULL, len, &len); in _win32_create_temp_file()
441 success = GetUserObjectSecurity(ctx->h, &si, psd, len, &len); in _win32_create_temp_file()
/PHP-7.2/ext/standard/tests/strings/
H A Dstrrev_variation3.phpt81 string(94) "shsals\htiw/ si enil\siht

Completed in 73 milliseconds

12